| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| AIRI-0.8.2-linux-amd64.deb | 2026-01-28 | 572.0 MB | |
| AIRI-0.8.2-linux-x64.flatpak | 2026-01-28 | 493.7 MB | |
| AIRI-0.8.2-linux-x86_64.rpm | 2026-01-28 | 492.9 MB | |
| latest-linux.yml | 2026-01-28 | 507 Bytes | |
| AIRI-0.8.2-linux-aarch64.rpm | 2026-01-28 | 369.8 MB | |
| AIRI-0.8.2-linux-arm64.deb | 2026-01-28 | 427.0 MB | |
| AIRI-0.8.2-linux-arm64.flatpak | 2026-01-28 | 368.7 MB | |
| latest-linux-arm64.yml | 2026-01-28 | 508 Bytes | |
| AIRI-0.8.2-darwin-x64.dmg | 2026-01-28 | 522.8 MB | |
| AIRI-0.8.2-mac.zip | 2026-01-28 | 509.0 MB | |
| latest-mac.yml | 2026-01-28 | 489 Bytes | |
| AIRI-0.8.2-arm64-mac.zip | 2026-01-28 | 503.9 MB | |
| AIRI-0.8.2-darwin-arm64.dmg | 2026-01-28 | 517.8 MB | |
| AIRI-0.8.2-windows-x64-setup.exe | 2026-01-28 | 455.9 MB | |
| latest.yml | 2026-01-28 | 361 Bytes | |
| README.md | 2026-01-28 | 5.6 kB | |
| v0.8.2 source code.tar.gz | 2026-01-28 | 502.9 MB | |
| v0.8.2 source code.zip | 2026-01-28 | 504.2 MB | |
| Totals: 18 Items | 6.2 GB | 13 | |
Installation
macOS
[!TIP] For macOS users, currently Apple requires all installed App to have code sign validated with Apple servers, while we are working hard for enrolling the Apple Developer Program for correct code signing, this error message may be prompted
Apple could not verify “AIRI.app” is free of malware that may harm your Mac or compromise your privacy.
In such case, you can always bypass this by issuing this following command in Terminal.app or iTerm2.app
shell sudo xattr -c '/Applications/airi.app'
Windows
Download and install.
Linux
Flatpak (x86_64, x64, amd64)
:::shell wget https://github.com/moeru-ai/airi/releases/download/v0.8.2/AIRI-0.8.2-linux-x64.flatpak flatpak install -u AIRI-0.8.2-linux-x64.flatpak rm -rf AIRI-0.8.2-linux-x64.flatpakFlatpak (aarch64, arm64)
:::shell wget https://github.com/moeru-ai/airi/releases/download/v0.8.2/AIRI-0.8.2-linux-arm64.flatpak flatpak install -u AIRI-0.8.2-linux-arm64.flatpak rm -rf AIRI-0.8.2-linux-arm64.flatpakDebian / Ubuntu / apt / dpkg (x86_64, x64, amd64)
:::shell
wget https://github.com/moeru-ai/airi/releases/download/v0.8.2/AIRI-0.8.2-linux-amd64.deb
sudo apt install AIRI-0.8.2-linux-amd64.deb
rm -rf AIRI-0.8.2-linux-amd64.deb
Debian / Ubuntu / apt / dpkg (aarch64, arm64)
:::shell
wget https://github.com/moeru-ai/airi/releases/download/v0.8.2/AIRI-0.8.2-linux-arm64.deb
sudo apt install AIRI-0.8.2-linux-arm64.deb
rm -rf AIRI-0.8.2-linux-arm64.deb
Fedora / rpm / dnf (x86_64, x64, amd64)
:::shell
wget https://github.com/moeru-ai/airi/releases/download/v0.8.2/AIRI-0.8.2-linux-x86_64.rpm
sudo dnf install AIRI-0.8.2-linux-x86_64.rpm
rm -rf AIRI-0.8.2-linux-x86_64.rpm
Fedora / rpm / dnf (aarch64, arm64)
:::shell
wget https://github.com/moeru-ai/airi/releases/download/v0.8.2/AIRI-0.8.2-linux-aarch64.rpm
sudo dnf install AIRI-0.8.2-linux-aarch64.rpm
rm -rf AIRI-0.8.2-linux-aarch64.rpm
🚀 Features
- Allow nix package version to be read from package.json - by @sebastian-zm in https://github.com/moeru-ai/airi/issues/1003 (fbe74)
- server,stage-ui:
- Sync message to server - by @luoling8192 in https://github.com/moeru-ai/airi/issues/990 (7c9a2)
- stage-*:
- Store chat session to indexdb - by @luoling8192 in https://github.com/moeru-ai/airi/issues/987 (de9df)
- stage-ui:
- Use local first request - by @luoling8192 in https://github.com/moeru-ai/airi/issues/977 (b4cc4)
- Add datetime as context provider for chat - by @luoling8192 (3590f)
- Add n1n provider - by @n1n-api in https://github.com/moeru-ai/airi/issues/968 (faea4)
🐞 Bug Fixes
- i18n:
- Escape curly braces in ACT docs to fix build error - by @Neko-233 in https://github.com/moeru-ai/airi/issues/997 (85079)
- Incorrect escape character - by @Neko-233 in https://github.com/moeru-ai/airi/issues/1004 (28ad4)
- stage-pages:
- V2 provider editing state - by @luoling8192 (afa0e)
- V2 provider can skip validation - by @luoling8192 (cda46)
- stage-ui:
- Combobox z-order - by @s3d-i in https://github.com/moeru-ai/airi/issues/980 (47905)
- Fix transcription session callback reuse and auto-send issues - by @lockrush-dev in https://github.com/moeru-ai/airi/issues/996 (4cac9)
- stage-ui-live2d:
- Remove scale override to allow proper Live2D scaling - by @horizonzzzz in https://github.com/moeru-ai/airi/issues/984 (c5e83)
- workspace:
- Should adapt to pnpm v10.28 --filter behavior - by @nekomeowww (0fddd)
🏎 Performance
- Setup knip, remove unused dependencies - by @kwaa in https://github.com/moeru-ai/airi/issues/992 (43fe9)