EXE
WinGet
Alpaca Electron
Pi · 1.0.6 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
Alpaca-Electron-win-x64-v1.0.6.exe /S
Upgrade
Alpaca-Electron-win-x64-v1.0.6.exe /S --updated
Intune Detection Rule
Registry Rule
Rule type
Registry
Registry hive
Key path
HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\55438f53-7921-562f-95d3-076ec2699839
Detection method
Value name
DisplayVersion
Operator
Greater than or equal to
Value
1.0.6
Associated with 32-bit app on 64-bit clients
No
MSI Properties
Product Code
55438f53-7921-562f-95d3-076ec2699839
File Identity
Filename
Alpaca-Electron-win-x64-v1.0.6.exe
Signature
Status
Upload installer to verify signature
WinGet Package
Package ID
ItsPi3141.AlpacaElectron
Version
1.0.6
Description
The simplest way to run Alpaca (and other LLaMA-based local LLMs) on your own computer
License
MIT
↗
Installer URL
https://github.com/ItsPi3141/alpaca-electron/releases/download/v1.0.6/Alpaca-Electron-win-x64-v1.0.6.exe
Upgrade Behavior
install(Install over existing)
Release Notes
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 chang…