v0.8.0-beta.9

moeru-ai/airiv0.8.0-beta.9Dec 28, 2025by nekomeowww

AI Summary

A critical update warning users about potential data loss if upgrading from versions below beta.1, alongside fixes for Nix hash updates and Beat sync worklet imports.

Key Highlights

  • Warning regarding potential data loss for users upgrading from versions below v0.8.0-beta.1.
  • Fixed Beat sync worklet module import failures in stage-* components.
  • Improved Nix development shell by adding python3.

Full Release Notes

## 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](https://github.com/moeru-ai/airi/releases/tag/v0.8.0-beta.2) and export the data before downloading v0.8.0-beta.9.
> **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.
> 
> <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.0-beta.9/AIRI-0.8.0-beta.9-linux-x64.flatpak
flatpak install -u AIRI-0.8.0-beta.9-linux-x64.flatpak
rm -rf AIRI-0.8.0-beta.9-linux-x64.flatpak
```

</details>

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

```shell
wget https://github.com/moeru-ai/airi/releases/download/v0.8.0-beta.9/AIRI-0.8.0-beta.9-linux-arm64.flatpak
flatpak install -u AIRI-0.8.0-beta.9-linux-arm64.flatpak
rm -rf AIRI-0.8.0-beta.9-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.0-beta.9/AIRI-0.8.0-beta.9-linux-amd64.deb
sudo apt install AIRI-0.8.0-beta.9-linux-amd64.deb
rm -rf AIRI-0.8.0-beta.9-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.0-beta.9/AIRI-0.8.0-beta.9-linux-arm64.deb
sudo apt install AIRI-0.8.0-beta.9-linux-arm64.deb
rm -rf AIRI-0.8.0-beta.9-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.0-beta.9/AIRI-0.8.0-beta.9-linux-x86_64.rpm
sudo dnf install AIRI-0.8.0-beta.9-linux-x86_64.rpm
rm -rf AIRI-0.8.0-beta.9-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.0-beta.9/AIRI-0.8.0-beta.9-linux-aarch64.rpm
sudo dnf install AIRI-0.8.0-beta.9-linux-aarch64.rpm
rm -rf AIRI-0.8.0-beta.9-linux-aarch64.rpm
```

</details>

### 🚀 Features

None.

### 🐞 Bug Fixes

- **nix**: Don't use /dev/tty in hash update actions - by @Weathercold in https://github.com/moeru-ai/airi/issues/836 [<samp>(498eb)</samp>](https://github.com/moeru-ai/airi/commit/498eb0d2)
- **stage-***: Beat sync worklet failed to import modules - by @sumimakito in https://github.com/moeru-ai/airi/issues/839 [<samp>(72010)</samp>](https://github.com/moeru-ai/airi/commit/72010b63)

**Full Changelog**: https://github.com/moeru-ai/airi/compare/v0.8.0-beta.8...v0.8.0-beta.9