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

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Model2026

Runs the Bonsai family of quantized LLMs locally (including vision-capable 27B): provides scripts and demo UIs to run 1-bit and ternary Bonsai models on macOS (Metal), Linux/Windows (CUDA/Vulkan/ROCm), or CPU, with long context, tool-calling and an optional Open WebUI agent demo.