Releases: GhislainAdon/airllm-chat
Releases · GhislainAdon/airllm-chat
Release list
AirLLM Chat v1.2.4
What's Changed in v1.2.4
- chore(release): bump version to 1.2.4 (77eb6f0)
Downloads
| Platform | File |
|---|---|
| Windows x64 | airllm-chat-windows-x64.zip |
| Linux x64 | airllm-chat-linux-x64.tar.gz |
| macOS | airllm-chat-macos.zip |
| Source (tar.gz) | airllm-chat-src.tar.gz |
| Source (zip) | airllm-chat-src.zip |
Quick Start
# Linux / macOS
tar -xzf airllm-chat-linux-x64.tar.gz # or unzip airllm-chat-macos.zip
./airllm-chat --model <model_path>
# Windows
# Extract airllm-chat-windows-x64.zip, then run airllm-chat.exeSHA256 Verification
sha256sum -c SHA256SUMS.txtAirLLM Chat v1.2.3
What's Changed in v1.2.3
- chore(release): bump version to 1.2.3 (6a1f604)
Downloads
| Platform | File |
|---|---|
| Windows x64 | airllm-chat-windows-x64.zip |
| Linux x64 | airllm-chat-linux-x64.tar.gz |
| macOS | airllm-chat-macos.zip |
| Source (tar.gz) | airllm-chat-src.tar.gz |
| Source (zip) | airllm-chat-src.zip |
Quick Start
# Linux / macOS
tar -xzf airllm-chat-linux-x64.tar.gz # or unzip airllm-chat-macos.zip
./airllm-chat --model <model_path>
# Windows
# Extract airllm-chat-windows-x64.zip, then run airllm-chat.exeSHA256 Verification
sha256sum -c SHA256SUMS.txtAirLLM Chat v1.2.2
What's Changed in v1.2.2
- chore(release): bump version to 1.2.2 (737e12c)
Downloads
| Platform | File |
|---|---|
| Windows x64 | airllm-chat-windows-x64.zip |
| Linux x64 | airllm-chat-linux-x64.tar.gz |
| macOS | airllm-chat-macos.zip |
| Source (tar.gz) | airllm-chat-src.tar.gz |
| Source (zip) | airllm-chat-src.zip |
Quick Start
# Linux / macOS
tar -xzf airllm-chat-linux-x64.tar.gz # or unzip airllm-chat-macos.zip
./airllm-chat --model <model_path>
# Windows
# Extract airllm-chat-windows-x64.zip, then run airllm-chat.exeSHA256 Verification
sha256sum -c SHA256SUMS.txtAirLLM Chat v1.2.1
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.1.0...v1.2.1
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
AirLLM Chat v1.0.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: https://github.com/GhislainAdon/airllm-chat/commits/v1.0.0