AirLLM Chat v1.1.0
AirLLM Chat - Release Notes Template
Used by .github/workflows/release.yml
What's New
- πͺ Windows binary β Standalone
.exe, no Python needed - π§ Linux binary β Pre-built for Ubuntu/Debian/Fedora
- π macOS binary β Universal build for Intel & Apple Silicon
- π¦ Source distribution β tar.gz and zip archives
Downloads
| Platform | File | Description |
|---|---|---|
| πͺ Windows | airllm-chat-windows-x64.zip |
Standalone .exe (Python bundled) |
| π§ Linux | airllm-chat-linux-x64.tar.gz |
Pre-built binary (Python bundled) |
| π macOS | airllm-chat-macos.zip |
Pre-built binary (Python bundled) |
| π¦ Source | airllm-chat-src.tar.gz |
Source code (requires Python) |
| π¦ Source | airllm-chat-src.zip |
Source code (requires Python) |
Quick Start
Windows
- Download
airllm-chat-windows-x64.zip - Extract all files
- Double-click
airllm-chat.exe - Browser opens at http://127.0.0.1:7860
Linux
tar -xzf airllm-chat-linux-x64.tar.gz
cd airllm-chat
chmod +x airllm-chat
./airllm-chatmacOS
unzip airllm-chat-macos.zip
cd airllm-chat
chmod +x airllm-chat
./airllm-chatFrom Source
tar -xzf airllm-chat-src.tar.gz
cd airllm-chat
python -m venv venv
source venv/bin/activate # or venv\Scripts\activate on Windows
pip install -r requirements.txt
python app.pyUse with VS Code Extensions (Cline, Continue, etc.)
Start the binary, then configure your extension:
- Base URL:
http://127.0.0.1:7860/v1 - API Key:
sk-local(or anything) - Model: Select from the UI or set
--modelflag
Verify Downloads
All files have SHA256 checksums. Verify with:
sha256sum -c SHA256SUMS.txtFull Changelog: v1.0.0...v1.1.0