v0.8.4

moeru-ai/airiv0.8.4Jan 30, 2026by nekomeowww

AI Summary

Stable release providing installation instructions for macOS users regarding code signing bypass and fixing critical build issues.

Key Highlights

  • Added macOS code signing bypass instructions
  • Fixed unusable builds in v0.8.4

New Features

  • Installation documentation

Full Release Notes

## 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.
> 
> <img width="260" height="243" alt="image" src="https://github.com/user-attachments/assets/ee48e445-8ecb-4e64-a41e-0cc0126fc0c6" />
> 
> 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

<details>
<summary>Flatpak (x86_64, x64, amd64)</summary>

```shell
wget https://github.com/moeru-ai/airi/releases/download/v0.8.4/AIRI-0.8.4-linux-x64.flatpak
flatpak install -u AIRI-0.8.4-linux-x64.flatpak
rm -rf AIRI-0.8.4-linux-x64.flatpak
```

</details>

<details>
<summary>Flatpak (aarch64, arm64)</summary>

```shell
wget https://github.com/moeru-ai/airi/releases/download/v0.8.4/AIRI-0.8.4-linux-arm64.flatpak
flatpak install -u AIRI-0.8.4-linux-arm64.flatpak
rm -rf AIRI-0.8.4-linux-arm64.flatpak
```

</details>

<details>
<summary>Debian / Ubuntu / <code>apt</code> / <code>dpkg</code> (x86_64, x64, amd64)</summary>

```shell
wget https://github.com/moeru-ai/airi/releases/download/v0.8.4/AIRI-0.8.4-linux-amd64.deb
sudo apt install AIRI-0.8.4-linux-amd64.deb
rm -rf AIRI-0.8.4-linux-amd64.deb
```

</details>

<details>
<summary>Debian / Ubuntu / <code>apt</code> / <code>dpkg</code> (aarch64, arm64)</summary>

```shell
wget https://github.com/moeru-ai/airi/releases/download/v0.8.4/AIRI-0.8.4-linux-arm64.deb
sudo apt install AIRI-0.8.4-linux-arm64.deb
rm -rf AIRI-0.8.4-linux-arm64.deb
```

</details>

<details>
<summary>Fedora / <code>rpm</code> / <code>dnf</code> (x86_64, x64, amd64)</summary>

```shell
wget https://github.com/moeru-ai/airi/releases/download/v0.8.4/AIRI-0.8.4-linux-x86_64.rpm
sudo dnf install AIRI-0.8.4-linux-x86_64.rpm
rm -rf AIRI-0.8.4-linux-x86_64.rpm
```

</details>

<details>
<summary>Fedora / <code>rpm</code> / <code>dnf</code> (aarch64, arm64)</summary>

```shell
wget https://github.com/moeru-ai/airi/releases/download/v0.8.4/AIRI-0.8.4-linux-aarch64.rpm
sudo dnf install AIRI-0.8.4-linux-aarch64.rpm
rm -rf AIRI-0.8.4-linux-aarch64.rpm
```

</details>

## What's Changed
* fix(stage-tamagotchi): builds are unusable in v0.8.4 by @sebastian-zm in https://github.com/moeru-ai/airi/pull/1008
* chore(i18n): update translations by @github-actions[bot] in https://github.com/moeru-ai/airi/pull/1006


**Full Changelog**: https://github.com/moeru-ai/airi/compare/v0.8.3...v0.8.4