Skip to content

Releases: GhislainAdon/airllm-chat

AirLLM Chat v1.2.4

Choose a tag to compare

@github-actions github-actions released this 30 Apr 23:51

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.exe

SHA256 Verification

sha256sum -c SHA256SUMS.txt

AirLLM Chat v1.2.3

Choose a tag to compare

@github-actions github-actions released this 30 Apr 22:37

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.exe

SHA256 Verification

sha256sum -c SHA256SUMS.txt

AirLLM Chat v1.2.2

Choose a tag to compare

@github-actions github-actions released this 30 Apr 22:18

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.exe

SHA256 Verification

sha256sum -c SHA256SUMS.txt

AirLLM Chat v1.2.1

Choose a tag to compare

@github-actions github-actions released this 30 Apr 22:05

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

  1. Download airllm-chat-windows-x64.zip
  2. Extract all files
  3. Double-click airllm-chat.exe
  4. 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-chat

macOS

unzip airllm-chat-macos.zip
cd airllm-chat
chmod +x airllm-chat
./airllm-chat

From 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.py

Use 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 --model flag

Verify Downloads

All files have SHA256 checksums. Verify with:

sha256sum -c SHA256SUMS.txt

Full Changelog: v1.1.0...v1.2.1

AirLLM Chat v1.1.0

Choose a tag to compare

@GhislainAdon GhislainAdon released this 30 Apr 21:29

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

  1. Download airllm-chat-windows-x64.zip
  2. Extract all files
  3. Double-click airllm-chat.exe
  4. 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-chat

macOS

unzip airllm-chat-macos.zip
cd airllm-chat
chmod +x airllm-chat
./airllm-chat

From 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.py

Use 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 --model flag

Verify Downloads

All files have SHA256 checksums. Verify with:

sha256sum -c SHA256SUMS.txt

Full Changelog: v1.0.0...v1.1.0

AirLLM Chat v1.0.0

Choose a tag to compare

@github-actions github-actions released this 30 Apr 20:41

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

  1. Download airllm-chat-windows-x64.zip
  2. Extract all files
  3. Double-click airllm-chat.exe
  4. 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-chat

macOS

unzip airllm-chat-macos.zip
cd airllm-chat
chmod +x airllm-chat
./airllm-chat

From 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.py

Use 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 --model flag

Verify Downloads

All files have SHA256 checksums. Verify with:

sha256sum -c SHA256SUMS.txt

Full Changelog: https://github.com/GhislainAdon/airllm-chat/commits/v1.0.0