EveryDev.ai
Subscribe
Home
Tools

3,303+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Project AIRI
    Project AIRI icon

    Project AIRI

    Conversational Agents

    An open-source, self-hosted AI virtual character platform inspired by Neuro-sama, capable of real-time voice chat, game playing (Minecraft, Factorio), and running on Web, desktop, and mobile.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under the MIT License. Self-host on Web, desktop, or mobile.

    Engagement

    Available On

    Windows
    macOS
    Linux
    Android
    iOS

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Conversational AgentsAutonomous SystemsVoice Assistant

    Alternatives

    Dograh AITEN FrameworkBolna
    Developer
    moeru-aiEst. 2024

    Listed Aug 2026

    About Project AIRI

    Project AIRI is an open-source, MIT-licensed platform for creating and running AI-powered virtual characters (AI waifu / VTubers) that you own and host yourself. Developed under the moeru-ai and proj-airi GitHub organizations, it is heavily inspired by Neuro-sama and aims to bring a similar interactive AI companion experience to anyone, anywhere, without requiring a live stream to be active. As of v0.11.3 (released July 2026), the project has accumulated over 45,000 GitHub stars and nearly 4,500 forks.

    What It Is

    Project AIRI is a "soul container" for AI virtual characters — a full-stack platform that gives a digital companion a brain (LLM reasoning), ears (speech recognition), mouth (voice synthesis), and body (Live2D / VRM avatar rendering). Unlike chat-only platforms such as Character.ai or SillyTavern, AIRI is designed for active participation: the character can play games like Minecraft and Factorio, listen and respond in real time, and run persistently on your own hardware. It is built primarily in TypeScript and leverages modern Web technologies including WebGPU, WebAudio, Web Workers, WebAssembly, and WebSocket from day one.

    Architecture and Platform Support

    AIRI ships in three deployment modes:

    • Stage Web — a browser-based PWA accessible at airi.moeru.ai, pushing the limits of what WebGPU and WebAssembly can do in a browser or webview.
    • Stage Tamagotchi — a desktop Electron app for Windows, macOS, and Linux that can use native NVIDIA CUDA and Apple Metal acceleration via HuggingFace's candle project, without complex dependency management.
    • Stage Pocket — a mobile app built with Capacitor for iOS (and Android), already functional as a PWA.

    On Windows, AIRI can be installed via winget install MoeruAI.AIRI or Scoop; on macOS via brew install --cask airi; on NixOS via a provided Nix flake.

    LLM and Voice Provider Integrations

    AIRI's LLM layer is powered by xsai, the project's own lightweight AI SDK. It supports a wide range of providers out of the box, including OpenAI, Anthropic Claude, Google Gemini, DeepSeek, Qwen, xAI, Groq, Mistral, Ollama, vLLM, SGLang, Cloudflare Workers AI, Together.ai, Fireworks.ai, OpenRouter, and many others. For voice, it supports multi-provider TTS including ElevenLabs, Microsoft/Azure Speech, OpenAI-compatible TTS, Alibaba Cloud Model Studio, and local Kokoro TTS. Speech recognition runs client-side with talking detection also handled on-device.

    Game Playing and Agent Capabilities

    A distinctive feature of AIRI is its agent subsystem for game interaction:

    • Minecraft — via Mineflayer, the character can join and play on Minecraft servers.
    • Factorio — via a dedicated airi-factorio sub-project using a RESTful RCON API wrapper; a proof-of-concept and demo are available.
    • Kerbal Space Program — announced but details TBD.
    • Helldivers 2 — co-play support is work in progress.

    The character can also chat natively in Discord and Telegram, with audio input from both browser and Discord voice channels.

    Sub-projects and Ecosystem

    The project has spawned a dedicated organization (@proj-airi) and a rich ecosystem of reusable packages:

    • unspeech — a universal proxy for ASR and TTS endpoints
    • xsai — a lightweight AI SDK (like Vercel AI SDK but smaller)
    • @proj-airi/drizzle-duckdb-wasm — Drizzle ORM driver for DuckDB WASM (in-browser database)
    • MCP Launcher — an easy-to-use MCP builder and launcher
    • Velin — Vue SFC + Markdown for stateful LLM prompts
    • demodel — model/dataset pulling speed booster
    • inventory — centralized model catalog backend

    Memory support uses DuckDB WASM / pglite for pure in-browser storage, with a more advanced "Memory Alaya" system in progress.

    Update: v0.11.3

    The latest release is v0.11.3, published on July 18, 2026. Recent DevLogs document active development across mobile performance improvements, VRM stage lifecycle and observability, Dome Keeper data collection and training pipelines, AIRI Pocket (mobile), FlowChat memory experiments, and an Electron migration. The project's direction signals continued expansion of game-playing agent capabilities, mobile support, and the in-browser local inference pipeline via WebGPU.

    Project AIRI - 1

    Community Discussions

    Be the first to start a conversation about Project AIRI

    Share your experience with Project AIRI, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open-source under the MIT License. Self-host on Web, desktop, or mobile.

    • MIT License
    • Full source code access
    • Web, desktop, and mobile support
    • All LLM and TTS provider integrations
    • Game-playing agents (Minecraft, Factorio)

    Capabilities

    Key Features

    • AI virtual character (VTuber/waifu) platform
    • Real-time voice chat with speech recognition and synthesis
    • Live2D and VRM avatar support with auto blink, look-at, and idle animations
    • Game playing agents: Minecraft, Factorio, Kerbal Space Program
    • Discord and Telegram chat integration
    • Multi-provider LLM support (OpenAI, Claude, Gemini, DeepSeek, Ollama, and 20+ more)
    • Multi-provider TTS (ElevenLabs, Azure, OpenAI, Kokoro, Alibaba Cloud)
    • Client-side speech recognition and talking detection
    • WebGPU-accelerated in-browser inference
    • Native CUDA and Apple Metal acceleration on desktop
    • PWA support for mobile devices
    • In-browser database with DuckDB WASM / pglite
    • Plugin system (WIP)
    • Self-hosted and user-owned
    • Cross-platform: Web, Windows, macOS, Linux, iOS, Android

    Integrations

    OpenAI
    Anthropic Claude
    Google Gemini
    DeepSeek
    Qwen
    xAI
    Groq
    Mistral
    Ollama
    vLLM
    SGLang
    OpenRouter
    Cloudflare Workers AI
    Together.ai
    Fireworks.ai
    ElevenLabs
    Microsoft Azure Speech
    Alibaba Cloud Model Studio
    Discord
    Telegram
    Minecraft (Mineflayer)
    Factorio
    HuggingFace Transformers.js
    DuckDB WASM
    Crowdin
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Project AIRI and help others make informed decisions.

    Developer

    moeru-ai

    moeru-ai (萌える AI 研究会) builds open-source AI tooling and virtual character infrastructure, with Project AIRI as its flagship product. The organization maintains a suite of reusable packages including `xsai` (a lightweight AI SDK), `unspeech` (a universal ASR/TTS proxy), and `MCP Launcher`. Work spans TypeScript, WebGPU, Electron, and mobile (Capacitor), targeting self-hosted AI companion experiences across Web, desktop, and mobile platforms.

    Founded 2024
    8 employees
    Read more about moeru-ai
    WebsiteGitHubX / Twitter
    1 tool in directory

    Similar Tools

    Dograh AI icon

    Dograh AI

    Open-source, self-hostable voice AI platform for building production voice agents with a drag-and-drop workflow builder, as an alternative to Vapi and Retell.

    TEN Framework icon

    TEN Framework

    An open-source framework for building real-time multimodal conversational AI agents with voice, video, and extensible plugin support.

    Bolna icon

    Bolna

    End-to-end open-source voice AI agents platform for building multilingual conversational assistants with ASR, LLM, and TTS orchestration over telephony.

    Browse all tools

    Related Topics

    Conversational Agents

    AI chatbots and virtual assistants that can engage in natural dialogue.

    279 tools

    Autonomous Systems

    AI agents that can perform complex tasks with minimal human guidance.

    353 tools

    Voice Assistant

    AI voice assistants that perform tasks through voice commands.

    47 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions