v0.8.0-beta.3

moeru-ai/airiv0.8.0-beta.3Dec 14, 2025by nekomeowww

AI Summary

This update focuses on adding analytics tracking via PostHog and resolving issues related to the migration to Cloudflare Workers. It includes various UI refinements and bug fixes to ensure stable startup and data collection.

Key Highlights

  • PostHog analytics integration
  • Fixes for missing analytics post-migration to Cloudflare Workers
  • Settings layout overscrolling fixes
  • macOS code signing bypass instructions for users

New Features

  • PostHog analytics integration

Full Release Notes

## Before downloading

> [!CAUTION]
> **Data lost warning.**
> 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.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.
> 
> <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.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
```

</details>

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

```shell
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
```

</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.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
```

</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.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
```

</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.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
```

</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.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
```

</details>

## Changelog

### 🚀 Features

- **stage-ui,stage-pages,stage-web,stage-tamagotchi,docs**: Added Posthog - by @nekomeowww [<samp>(23462)</samp>](https://github.com/moeru-ai/airi/commit/23462a91)

### 🐞 Bug Fixes

- **docs**:
  - Guard posthog init with SSR check - by @nekomeowww [<samp>(f72ce)</samp>](https://github.com/moeru-ai/airi/commit/f72ce995)
- **stage-tamagotchi**:
  - Override name with ai.moeru.airi - by @nekomeowww [<samp>(fa110)</samp>](https://github.com/moeru-ai/airi/commit/fa11015b)
  - Settings layout overscrolling - by @nekomeowww [<samp>(6e4b0)</samp>](https://github.com/moeru-ai/airi/commit/6e4b0916)
  - Explicitly no publish, remove snap build - by @nekomeowww [<samp>(958aa)</samp>](https://github.com/moeru-ai/airi/commit/958aa1e8)
- **stage-ui**:
  - Unable to load model correctly & race-ly loading of pixi live2d - by @nekomeowww [<samp>(ba0e7)</samp>](https://github.com/moeru-ai/airi/commit/ba0e7055)
- **stage-web,docs**:
  - Missing analytics after migrated to Cloudflare Workers - by @nekomeowww [<samp>(74102)</samp>](https://github.com/moeru-ai/airi/commit/74102920)

##### [View changes on GitHub](https://github.com/moeru-ai/airi/compare/v0.8.0-beta.2...v0.8.0-beta.3)