Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: moeru-ai/airi

v0.8.1

20 Jan 18:03
ccf1faa

Choose a tag to compare

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

New Contributors

🚀 Features

Read more

v0.8.1-beta.13

19 Jan 19:58

Choose a tag to compare

v0.8.1-beta.13 Pre-release
Pre-release

🚀 Features

  • airi-plugin-web-extension: Integrated to server-sdk, now supports to read context from browser - by Neko Ayaka (b241f)
  • stage-*: Allow to connect remote ws server - by LemonNeko in #953 (06b34)
  • stage-ui: Support custom model - by Lstmxx in #880 (45b0b)
  • stage-ui,server: Use optimistic request for provider catalog - by RainbowBird in #951 (42925)

🐞 Bug Fixes

  • ci:
    • Matrix does not support if so skip the build via workarounds - by Makito (01d8f)
    • Incorrect condition - by Makito (5f5d5)
    • I should have remembered to invert the conditions - by Makito (4009d)
    • Continue-on-error when skipping platforms - by Makito (6e108)
  • deps:
    • Sync vue to catalog: - by Neko Ayaka (e3836)
  • docs:
    • Minor style fixes, improved readability - by Neko Ayaka (88848)
    • Uno.config property - by Neko Ayaka (84bd9)
  • stage-*:
    • OpenAI Compatible Speech and Hearing modules activation - by lockrush-dev in #947 (815ce)
  • stage-pages,stage-ui:
    • Type issue - by Neko Ayaka (d9237)
  • stage-tamagotchi:
    • Correct typo in needsControlsIslandIconSizeSetting prop - by leafyy in #958 (153eb)
    • Type error - by Neko Ayaka (d97f7)
  • stage-ui:
    • Should ingest and response only once - by Neko Ayaka (5cfd4)
    • Tts voice options reactivity issue - by Rin in #963 (c912e)
    • Update connection icon to use correct variant - by leafyy in #966 (07694)
  • stage-ui,stage-pages:
    • Yes re-implemented useLocalStorageManualReset as refManualReset will not propagate - by Neko Ayaka (c0d69)
  • stage-ui-three:
View changes on GitHub

New Contributors

v0.8.1-beta.12

14 Jan 21:09
v0.8.1-beta.12
ce56400

Choose a tag to compare

New Contributors

🚀 Features

🐞 Bug Fixes

Full Changelog: v0.8.1-beta.11...v0.8.1-beta.12

v0.8.1-beta.11

12 Jan 20:38
v0.8.1-beta.11
bc05e1e

Choose a tag to compare

New Contributors

What's Changed

🚀 Features

🐞 Bug Fixes

🏎 Performance

  • stage-tamagotchi: No buffer copying in screen-capture devtool when possible - by @sumimakito (a2b34)
View changes on GitHub

v0.8.1-beta.9

10 Jan 19:59
v0.8.1-beta.9
1ddaa33

Choose a tag to compare

v0.8.1-beta.9 Pre-release
Pre-release

New Contributors

🚀 Features

🐞 Bug Fixes

  • server-*: Should not have source anymore - by @nekomeowww (0ba6e)
  • stage-tamagotchi: Widget_tool was broken due to incorrectly set default as required is required - by @nekomeowww (a753e)
  • stage-tamagotchi,stream-kit,pipelines-audio: Couldn't handle spark:notify and has elegant way of handling tts & playback - by @nekomeowww (3c681)
  • stage-ui,server-*: Implement handling for input:text from anywhere, support for Discord - by @skyline624 in #928 (5d904)
View changes on GitHub

v0.8.1-beta.8

09 Jan 19:21
v0.8.1-beta.8
2bccfcc

Choose a tag to compare

v0.8.1-beta.8 Pre-release
Pre-release

New Contributors

🚀 Features

🐞 Bug Fixes

View changes on GitHub

v0.8.1-beta.4

08 Jan 08:01
v0.8.1-beta.4
7e02756

Choose a tag to compare

New Contributors

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

🚀 Features

🐞 Bug Fixes

Read more

v0.8.1-beta.3

07 Jan 18:56
v0.8.1-beta.3
97c4df8

Choose a tag to compare

v0.8.1-beta.2

31 Dec 06:39
v0.8.1-beta.2
d703610

Choose a tag to compare

🐞 Bug Fixes

  • persistence:
  • stage-tamagotchi:
    • Ignore EADDRINUSE and ERR_SERVER_NOT_RUNNING, srvx doesn't correctly handle nodejs error - by @nekomeowww (d1cd1)
    • Should not reject directly due to checkForUpdates() error - by @nekomeowww (95c9e)
  • stage-ui:

Full Changelog: v0.8.0...v0.8.1-beta.2

v0.8.0 "Thank you 2025!"

29 Dec 17:48
v0.8.0
4e07466

Choose a tag to compare

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

v0.8.0-alpha.2...v0.8.0-beta.8