Your own Neuro-sama clone, built on web tech
An open-source AI companion that plays Minecraft, chats in real-time, and streams itself while you code.

What it does
AIRI is a self-hosted AI companion / VTuber framework designed to recreate the experience of Neuro-sama: a persistent digital character that can voice-chat, play games like Minecraft and Factorio, watch what you’re doing, and stream itself. It runs in browsers and as native desktop apps on macOS, Windows, and Linux.
The interesting bit
The project bets heavily on web standards—WebGPU, WebAudio, WebAssembly, Web Workers—from day one, which is unusual for performance-sensitive VTuber software. The README insists the desktop build escapes browser limitations when needed, but the web-first architecture means the same codebase deploys everywhere without separate native ports.
Key highlights
- Real-time voice chat and Live2D/VRM avatar rendering
- Game-playing agents for Minecraft and Factorio
- Desktop builds via Tauri or similar (implied by webview + native escape hatches)
- Memory/RAG system and embedded database live in a separate @proj-airi org
- Packaged for winget, Scoop, Homebrew, and direct download
Caveats
- The README is long on vision and short on technical architecture; exact model backends, latency numbers, and hardware requirements aren’t stated
- “Neuro-sama’s altitude” is the stated goal; how close it actually gets is unclear from the repo alone
- DevLogs are dated 2026, which suggests either forward-dated planning or a timezone/calendar quirk worth noting
Verdict
Worth a look if you want to self-host a streaming AI persona and don’t mind filling in some implementation blanks. Skip it if you need mature, documented APIs or aren’t prepared to debug a young TypeScript monorepo.