Merry Christmas π
Read our blog post here: https://airi.moeru.ai/docs/en/blog/merry-christmas-2025/
Before downloading
Caution
Data lost warning.
If you were previously using any version below v0.8.0-beta.1, you should download v0.8.0-beta.2 and export the data before downloading v0.8.0-beta.8.
Or your chat data may lost.
After downloaded, navigate to Settings -> Data -> Export Data for downloading data.
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
sudo xattr -c '/Applications/airi.app'Windows
Download and install.
Linux
Flatpak (x86_64, x64, amd64)
wget https://github.com/moeru-ai/airi/releases/download/v0.8.0-beta.8/AIRI-0.8.0-beta.8-linux-x64.flatpak
flatpak install -u AIRI-0.8.0-beta.7-linux-x64.flatpak
rm -rf AIRI-0.8.0-beta.7-linux-x64.flatpakFlatpak (aarch64, arm64)
wget https://github.com/moeru-ai/airi/releases/download/v0.8.0-beta.8/AIRI-0.8.0-beta.8-linux-arm64.flatpak
flatpak install -u AIRI-0.8.0-beta.7-linux-arm64.flatpak
rm -rf AIRI-0.8.0-beta.7-linux-arm64.flatpakDebian / Ubuntu / apt / dpkg (x86_64, x64, amd64)
wget https://github.com/moeru-ai/airi/releases/download/v0.8.0-beta.8/AIRI-0.8.0-beta.8-linux-amd64.deb
sudo apt install AIRI-0.8.0-beta.7-linux-amd64.deb
rm -rf AIRI-0.8.0-beta.7-linux-amd64.debDebian / Ubuntu / apt / dpkg (aarch64, arm64)
wget https://github.com/moeru-ai/airi/releases/download/v0.8.0-beta.8/AIRI-0.8.0-beta.8-linux-arm64.deb
sudo apt install AIRI-0.8.0-beta.7-linux-arm64.deb
rm -rf AIRI-0.8.0-beta.7-linux-arm64.debFedora / rpm / dnf (x86_64, x64, amd64)
wget https://github.com/moeru-ai/airi/releases/download/v0.8.0-beta.8/AIRI-0.8.0-beta.8-linux-x86_64.rpm
sudo dnf install AIRI-0.8.0-beta.7-linux-x86_64.rpm
rm -rf AIRI-0.8.0-beta.7-linux-x86_64.rpmFedora / rpm / dnf (aarch64, arm64)
wget https://github.com/moeru-ai/airi/releases/download/v0.8.0-beta.8/AIRI-0.8.0-beta.8-linux-aarch64.rpm
sudo dnf install AIRI-0.8.0-beta.7-linux-aarch64.rpm
rm -rf AIRI-0.8.0-beta.7-linux-aarch64.rpmπ Features
- docs:
- Japanese site - by @nekomeowww (3935f)
- docs,i18n:
- Now supports Japanese & Korean - by @nekomeowww (f5796)
- server-sdk,server-shared:
- Improved context update, renamed from context message, added output event, source - by @nekomeowww (60071)
- server-sdk,stage-ui,server-shared:
- More server channel hooks - by @nekomeowww (8a841)
- Better output & added usage as context - by @nekomeowww (f0796)
- stage-*:
- Track provider card clicks and time-to-first-message - by @shinohara-rin in #832 (ca6a0)
- stage-ui:
- Subscribe to onChatTurnComplete, emit to server channel as output:gen-ai:chat:message - by @nekomeowww (a6aae)
- stage-ui,airi-plugin-vscode,server-shared:
- Added spark:notify, spark:emit, spark:command events - by @nekomeowww (ca719)
π Bug Fixes
- airi-plugin-vscode: Sync with new server-sdk design - by @nekomeowww (3fe0e)
- stage-pages: Prevent warning - by @nekomeowww (3d100)
- stage-ui: Live2d auto blink with better control - by @nekomeowww (b8810)
- stage-ui,stage-web: Cleanup, incorrect color - by @nekomeowww (689e2)
- stage-ui-three-performance-runtime: Should not typecheck like this - by @nekomeowww (8b795)
- stage-web: Incorrect type for ChatHistoryItem - by @nekomeowww (19c8d)
Full Changelog: v0.8.0-beta.7...v0.8.0-beta.8