Skip to content

Releases: moeru-ai/airi

v0.8.0-beta.4

17 Dec 12:05
v0.8.0-beta.4
0d1f2b9

Choose a tag to compare

Before downloading

Caution

Data lost warning.
You should download v0.8.0-beta.2 and export the data before downloading v0.8.0-beta.4.
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.

image

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.4/AIRI-0.8.0-beta.4-linux-x64.flatpak
flatpak install -u AIRI-0.8.0-beta.4-linux-x64.flatpak
rm -rf AIRI-0.8.0-beta.4-linux-x64.flatpak
Flatpak (aarch64, arm64)
wget https://github.com/moeru-ai/airi/releases/download/v0.8.0-beta.4/AIRI-0.8.0-beta.4-linux-arm64.flatpak
flatpak install -u AIRI-0.8.0-beta.4-linux-arm64.flatpak
rm -rf AIRI-0.8.0-beta.4-linux-arm64.flatpak
Debian / Ubuntu / apt / dpkg (x86_64, x64, amd64)
wget https://github.com/moeru-ai/airi/releases/download/v0.8.0-beta.4/AIRI-0.8.0-beta.4-linux-amd64.deb
sudo apt install AIRI-0.8.0-beta.4-linux-amd64.deb
rm -rf AIRI-0.8.0-beta.4-linux-amd64.deb
Debian / Ubuntu / apt / dpkg (aarch64, arm64)
wget https://github.com/moeru-ai/airi/releases/download/v0.8.0-beta.4/AIRI-0.8.0-beta.4-linux-arm64.deb
sudo apt install AIRI-0.8.0-beta.4-linux-arm64.deb
rm -rf AIRI-0.8.0-beta.4-linux-arm64.deb
Fedora / rpm / dnf (x86_64, x64, amd64)
wget https://github.com/moeru-ai/airi/releases/download/v0.8.0-beta.4/AIRI-0.8.0-beta.4-linux-x86_64.rpm
sudo dnf install AIRI-0.8.0-beta.4-linux-x86_64.rpm
rm -rf AIRI-0.8.0-beta.4-linux-x86_64.rpm
Fedora / rpm / dnf (aarch64, arm64)
wget https://github.com/moeru-ai/airi/releases/download/v0.8.0-beta.4/AIRI-0.8.0-beta.4-linux-aarch64.rpm
sudo dnf install AIRI-0.8.0-beta.4-linux-aarch64.rpm
rm -rf AIRI-0.8.0-beta.4-linux-aarch64.rpm

🚀 Features

  • model-driver-lipsync: New package for model driving capabilities - by @nekomeowww (08cab)
  • stage-tamagotchi,stage-pages,stage-shared: Show alert when there is no audio input for troubleshooting - by @sumimakito (1829e)
  • stage-ui-three-performance-runtime: Init new experimental three performance runtime design - by @Lilia-Chen in #809 (c74f3)
  • stage-web, stage-tamagotchi: Register app version to posthog - by @luoling8192 (35227)

🐞 Bug Fixes

New Contributors

v0.8.0-beta.3

14 Dec 06:36
v0.8.0-beta.3
ee9576f

Choose a tag to compare

Before downloading

Caution

Data lost warning.
You should download v0.8.0-beta.2 and export the data before downloading v0.8.0-beta.3.
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.

image

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.3/AIRI-0.8.0-beta.3-linux-x64.flatpak
flatpak install -u AIRI-0.8.0-beta.3-linux-x64.flatpak
rm -rf AIRI-0.8.0-beta.3-linux-x64.flatpak
Flatpak (aarch64, arm64)
wget https://github.com/moeru-ai/airi/releases/download/v0.8.0-beta.3/AIRI-0.8.0-beta.3-linux-arm64.flatpak
flatpak install -u AIRI-0.8.0-beta.3-linux-arm64.flatpak
rm -rf AIRI-0.8.0-beta.3-linux-arm64.flatpak
Debian / Ubuntu / apt / dpkg (x86_64, x64, amd64)
wget https://github.com/moeru-ai/airi/releases/download/v0.8.0-beta.3/AIRI-0.8.0-beta.3-linux-amd64.deb
sudo apt install AIRI-0.8.0-beta.3-linux-amd64.deb
rm -rf AIRI-0.8.0-beta.3-linux-amd64.deb
Debian / Ubuntu / apt / dpkg (aarch64, arm64)
wget https://github.com/moeru-ai/airi/releases/download/v0.8.0-beta.3/AIRI-0.8.0-beta.3-linux-arm64.deb
sudo apt install AIRI-0.8.0-beta.3-linux-arm64.deb
rm -rf AIRI-0.8.0-beta.3-linux-arm64.deb
Fedora / rpm / dnf (x86_64, x64, amd64)
wget https://github.com/moeru-ai/airi/releases/download/v0.8.0-beta.3/AIRI-0.8.0-beta.3-linux-x86_64.rpm
sudo dnf install AIRI-0.8.0-beta.3-linux-x86_64.rpm
rm -rf AIRI-0.8.0-beta.3-linux-x86_64.rpm
Fedora / rpm / dnf (aarch64, arm64)
wget https://github.com/moeru-ai/airi/releases/download/v0.8.0-beta.3/AIRI-0.8.0-beta.3-linux-aarch64.rpm
sudo dnf install AIRI-0.8.0-beta.3-linux-aarch64.rpm
rm -rf AIRI-0.8.0-beta.3-linux-aarch64.rpm

Changelog

🚀 Features

  • stage-ui,stage-pages,stage-web,stage-tamagotchi,docs: Added Posthog - by @nekomeowww (23462)

🐞 Bug Fixes

View changes on GitHub

v0.8.0-beta.2

11 Dec 08:20
v0.8.0-beta.2
d9dc142

Choose a tag to compare

🚀 Features

  • airi-plugin-vscode: Publish workflow - by @nekomeowww (86d62)
  • nix/stage-tamagotchi: Update to electron rewrite - by @Weathercold and @nekomeowww in #646 (19c05)
  • stage-shared: Add an audio tapping node for troubleshooting beat-sync - by @sumimakito (7f4a0)
  • stage-tamagotchi,stage-pages,stage-shared: Show audio spectrum for better input monitoring - by @sumimakito (88428)
  • stage-tamagotchi,stage-web,stage-ui: About window & about dialog refactor - by @nekomeowww (f171b)
  • stage-ui,stage-pages,stage-tamagotchi: Visualize beat sync target value, plugin-lize live2d motion, styles of beat sync - by @nekomeowww (93cbf)
  • stage-ui,stage-tamagotchi,stage-web,stage-pages,i18n: Add data management (import, export, reset, clear) - by @nekomeowww (22ef3)

🐞 Bug Fixes

View changes on GitHub

New Contributors

  • @github-actions[bot] made their first contribution in #763

Full Changelog: v0.8.0-alpha.6...v0.8.0-beta.2

v0.8.0-alpha.6

01 Dec 08:35
v0.8.0-alpha.6
3c1ac53

Choose a tag to compare

🚀 Features

🐞 Bug Fixes

View changes on GitHub

v0.8.0-alpha.4

24 Nov 08:39
v0.8.0-alpha.4
e34e7aa

Choose a tag to compare

v0.8.0-alpha.3

24 Nov 04:36
v0.8.0-alpha.3
08664e3

Choose a tag to compare

v0.8.0-alpha.2

23 Nov 20:02
v0.8.0-alpha.2
052da41

Choose a tag to compare

v0.8.0-alpha.2 Pre-release
Pre-release

🚀 Features

Read more

v0.7.2-beta.3

11 Sep 07:24
v0.7.2-beta.3
dd73845

Choose a tag to compare

🚀 Features

  • Add syntax highlighting and horizontal scroll to chat code blocks - by Arjun Mehta in #394 (31daa)
  • Refactor Font Configuration for Consistency and Correctness - by Ilya Bogdanov in #409 (5c1eb)
  • Improve onboarding model selection - by Typed SIGTERM and Neko Ayaka in #416 (2f545)
  • More clear error message for baseUrl - by MisakaKumomi 御坂云见 in #479 (b169c)
  • Improve status indicator accessibility in settings - by Arjun Mehta and Typed SIGTERM in #441 (261c5)
  • Modelscope provider - by yrk111222 in #493 (252ca)
  • Ollama setting pages now has validating animation - by MisakaKumomi 御坂云见 in #523 (698bf)
  • chat:
    • Enhanced Chat Experience with Multimodality and Optimized Streaming - by Ilya Bogdanov in #445 (5ec5b)
    • Store message in localstorage, add a button for cleanup - by RainbowBird in #560 (92e9e)
  • ci:
    • Proper Dockerfile for current project setup & release workflow - by Neko Ayaka (d8b5d)
  • client:
    • Optimize WebSocket client performance & reliability - by Iro in #516 (009a4)
  • devlog:
    • Add nms example for devlog-2026-08-26 - by LemonNeko in #537 (a1f13)
  • linux:
    • Add deb, rpm packages as installation formats - by hobbycoder in #524 (f0ef1)
  • nix:
    • Auto-update pnpmDeps hash - by Weathercold in #490 (52596)
  • services/telegram-bot:
    • Better o11y - by Neko Ayaka (cda0e)
  • stage-tamagotchi:
    • Make window passthrough outside of Live2D and VRM models - by Ilya Bogdanov in #437 (ed322)
  • stage-tamagotchi-electron:
    • Transparent - by Neko Ayaka (cf27d)
    • Always on top & loading - by Neko Ayaka (3d1e3)
    • Use eventa for type safe event & invoke - by Neko Ayaka (5139d)
  • stage-ui:
    • NPR skybox environmental lighting functionality added - by Lilia_Chen in #457 (f6d63)
    • Refactor providers and add credential validation - by Ilya Bogdanov in #474 (ea80e)
  • stage-web:
    • Added audit recorder demo as devtools - by Neko Ayaka (606aa)
    • Add dark mode toggle button - by RainbowBird in #562 (f2ff0)
  • tamagotchi:
    • Generate preview image when import live2d model - by LemonNeko in #555 (d55cd)

🐞 Bug Fixes

  • Avoid historical messages be shown as loading - by Lee Yunjin (a739e)
  • Lint - by Neko Ayaka (0c127)
  • Remove duplicate pitch adjustment and replace hardcoded message - by Pranav Yerramaneni in #506 (6142d)
  • Lint - by Neko Ayaka (77958)
  • Ollama config page error - by MisakaKumomi 御坂云见 in #522 (8b0c1)
  • TTS lags behind conversation - by Iro and Makito in #494 (24d67)
  • Typecheck - by Neko Ayaka (a6347)
  • Typecheck - by Neko Ayaka (a76a8)
  • Build - by Neko Ayaka (da2e8)
  • Build - by Neko Ayaka (33a09)
  • Wrong alibaba speech name - by dass90 in #568 (34665)
  • UsLogg from @guiiai/logg error - by Neko Ayaka (20cb2)
  • Sanitize v-html inputs with DOMPurify - by Makito in #573 (33156)
  • Build for x86_64 darwin - by Neko Ayaka (d196d)
  • Added missing deps - by Neko Ayaka (60b85)
  • audio:
    • Wrap buffer in Float32Array to allow safe indexing - by Iro in #543 (5408b)
  • audio-analyzer:
    • Improve stability and typings - by Iro in #551 (7af50)
  • audio-recorder:
    • Resolve bugs and ensure proper recording behavior - by Iro in #561 (3536f)
  • chat:
    • Handle IME composition in chat input - by Ilya Bogdanov in #512 (52c54)
  • docs:
    • Bad prose style - by Neko Ayaka (696b9)
  • speech:
    • Update custom voice name handling and input label - by Pranav Yerramaneni in #529 (e90cb)
  • stage-tamagotchi:
    • Typecheck - by Makito (1eed2)
    • Fix first time initialization blank and an overlook - by Ilya Bogdanov in #466 (e6048)
    • Override isClickThrough when mouse is in - by hobbycoder in #482 (fdd46)
    • Focus settings window if already exist - by Makito (9e226)
  • stage-tamagotchi-electron:
  • stage-ui:
    • Ensure display model data consistency across windows - by Ilya Bogdanov in #438 (e6cb8)
    • Add back reset button to transcription provider settings - by Makito (9ea04)
  • stage-ui,stage-web:
    • Emit literals asap and show streaming messages - by Makito in #451 (36d74)
  • stage-web:
    • Fetch model on active provider change - by Makito (99242)
    • Typecheck - by Makito (af61a)
    • Condition to render the streaming message - by Makito (dc897)
    • Remove extra text - by Typed SIGTERM (8c814)
    • Support on pc submit with enter - by Ricardo Miss in #549 (e4758)
    • Adjust padding and layout in ChatHistory and InteractiveArea components - by RainbowBird in https:...
Read more

v0.7.2-beta.2

24 Aug 20:16
v0.7.2-beta.2
6ffb13d

Choose a tag to compare

What's Changed

🚀 Features

🐞 Bug Fixes

New Contributors

Full Changelog: v0.7.2-beta.1...v0.7.2-beta.2

v0.7.2-beta.1

21 Aug 05:47
v0.7.2-beta.1
a5ce042

Choose a tag to compare

Behavior change

  • Shortcut for reszing, Shift + Alt + R now changed to Shift + Alt + A

What's Changed

  • fix(stage-ui): auto eye blink wasn't functioning by @nekomeowww in #352
  • Feat: Support of Index-TTS, state-of-art opensourced TTS model - locally deployable. by @yangching2 in #351
  • feat(stage-ui): Switch between hemisphere light and sky box by @Lilia-Chen in #357
  • fix(nix): update nix package and flake by @Weathercold in #359
  • fix(docs): correct AWS Claude documentation link by @hung-ngm in #368

New Contributors

Full Changelog: v0.7.1...v0.7.2-beta.1