← Package directory
Available on winget

Install Alpaca Electron

The simplest way to run Alpaca (and other LLaMA-based local LLMs) on your own computer

Install with winget
winget install --id ItsPi3141.AlpacaElectron
Upgrade
winget upgrade --id ItsPi3141.AlpacaElectron
Uninstall
winget uninstall --id ItsPi3141.AlpacaElectron

About Alpaca Electron

The simplest way to run Alpaca (and other LLaMA-based local LLMs) on your own computer

What's new in 1.0.6

I guess this was really really long overdue... but here it is :D Only Windows builds available!! MacOS and Linux are NOT supported right now because I cannot build those binaries. Breaking Change Warning Migrated to the new llama.cpp, which uses the GGUF formal. Old models (ggml) will NOT work. What's Changed - Fixes to Docker Version by @W48B1T in #21 - fix typo in renderer.js by @eltociear in #53 - Update README.md Linux instructions by @tfrum in #54 - Updated Readme to reflect llama.cpp change by @parsec501 in #60 - Duckduckgo search integration by @ItsPi3141 in #70 - Fixes for Linux and Docker Versions (NOT tested on windows and mac) by @W48B1T in #74 - Update llama.cpp by @ItsPi3141 in #75 New Contributors - @eltociear made their first contribution in #53 - @tfrum made their first contribution in #54 - @parsec501 made their first contribution in #60 - @ItsPi3141 made their first contribution in #70 Full Changelog: https://github.com/ItsPi3141/alpaca-electron/compare/v1.0.5...v1.0.6

Read release notes

Version history

Version Updated Notes
1.0.6 Unknown I guess this was really really long overdue... but here it is :D Only Windows builds available!! MacOS and Linux are NOT supported right now because I cannot build those binaries. Breaking Change Warning Migrated to the...