AIAny
AI Client2024
Icon for item

Project AIRI

A self-hostable virtual companion: a VRM or Live2D character you own that voice-chats in real time, plays Minecraft and Factorio, and runs models in-browser via WebGPU or across 25+ LLM providers like Ollama, OpenAI, and Claude.

Introduction

Most "AI companion" apps are someone else's cloud product: you rent the character, your conversations live on their servers, and you're stuck with whatever model they expose. AIRI inverts that — the companion is self-hosted and yours, and it can run model inference entirely in your browser via WebGPU, with no backend required. The project's stated north star is reaching Neuro-sama's level: not a chatbot with a face, but a digital being that talks, remembers, and plays games alongside you.

What Sets It Apart
  • Runs anywhere on one web stack — browser, Windows/macOS desktop (the Electron-based "Stage Tamagotchi"), and mobile PWA — so the same companion follows you across devices instead of being locked to a single app.
  • Model-agnostic by design: 25+ LLM providers (OpenAI, Anthropic Claude, DeepSeek, Gemini, Groq) plus local runtimes (Ollama, vLLM, SGLang), and WebGPU in-browser inference for a fully local setup.
  • It acts, not just chats: real-time multilingual voice, Discord and Telegram presence, and live gameplay in Minecraft and Factorio turn the avatar into an agent that operates inside real environments.
  • Embodiment is first-class: VRM and Live2D avatars with automatic idle animation, blinking and eye-tracking, backed by an in-browser memory and database layer (DuckDB WASM, pglite) so state stays on the client.
Who It's For and the Tradeoffs

Great fit if you want to own your AI companion end-to-end — privacy-minded tinkerers, VTuber and avatar builders, and developers who want a hackable, MIT-licensed stack to experiment with embodied agents. Look elsewhere if you want a polished, plug-and-play product: gaming integrations are experimental (Factorio is a proof of concept, Helldivers 2 is in progress), the browser build trades raw GPU power for accessibility, and the project is actively recruiting contributors — so you're adopting a fast-moving, still-maturing platform rather than a finished app.

Information

  • Websitegithub.com
  • OrganizationsMoeru AI
  • Authorsmoeru-ai
  • Published date2024/12/01

More Items

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.

GitHub
AI Agent2026

A curated collection of production-ready Agent Skills that turn tasks—presentation production, image generation, local KB retrieval, article assembly, and web-design—into agent-loadable skill folders. Uses a SKILL.md contract, supports multiple agent runtimes (Claude Code, Cursor, Codex), and offers modular install paths with pinned release zips.

GitHub
AI Agent2026

Provides a ruleset and skills that make AI coding agents prefer the simplest correct implementation: reuse existing code, prefer stdlib/native features, and only write minimal new code. Cuts generated LOC, tokens, cost and time while preserving validation and safety.