EveryDev.ai
Sign inSubscribe
Home
Tools

2,760+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents1887
  • Coding1349
  • Infrastructure636
  • Marketing505
  • Projects450
  • Research411
  • Design394
  • Analytics358
  • Security248
  • MCP246
  • Testing242
  • Data239
  • Integration181
  • Prompts169
  • Communication162
  • Learning162
  • Extensions156
  • Voice139
  • Commerce127
  • DevOps112
  • Web83
  • Finance24
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. MiMoCode
    MiMoCode icon

    MiMoCode

    AI Coding Assistants

    An open-source, terminal-native AI coding agent with cross-session persistent memory, subagent orchestration, and self-improvement capabilities.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Free and open-source under the MIT License. MiMo Auto channel included free for a limited time with zero configuration required.

    Engagement

    Available On

    API
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    AI Coding AssistantsAgent MemoryMulti-agent Systems

    Alternatives

    RepoMasterRoo CodeKode Agent
    Developer
    Xiaomi MiMoBeijing, ChinaEst. 2025$8.7B raised

    Listed Jun 2026

    About MiMoCode

    MiMoCode is an open-source AI coding agent built by Xiaomi's MiMo team, released under the MIT License. It runs natively in the terminal and extends the OpenCode foundation with persistent memory, intelligent context management, and autonomous multi-agent workflows. The project launched on GitHub in June 2026 and reached over 6,200 stars within days of its initial v0.1.0 release.

    What It Is

    MiMoCode is a terminal-native AI coding assistant that can read and write code, run shell commands, manage Git, and maintain a deep understanding of your project across sessions. Unlike stateless coding assistants, MiMoCode uses a SQLite FTS5-powered persistent memory system to store project knowledge, session checkpoints, and task progress — so the agent picks up exactly where it left off without relearning context. It is a fork of OpenCode, retaining all core capabilities (multiple LLM providers, TUI, LSP, MCP, plugins) while adding a substantial layer of autonomous and memory-driven features.

    Persistent Memory Architecture

    MiMoCode's memory system is one of its defining characteristics. It maintains four distinct memory artifacts per project:

    • MEMORY.md — long-lived project knowledge, rules, and architecture decisions
    • checkpoint.md — structured session state snapshots written automatically by a checkpoint-writer subagent
    • notes.md — temporary scratch space for agents during a session
    • tasks//progress.md — per-task progress logs tied to a tree-shaped task system (T1, T1.1, T1.2, …)

    When a session resumes, all relevant memory is injected automatically using a token-budgeted importance ranking, so the agent does not need to re-explore the codebase from scratch.

    Multi-Agent and Autonomous Workflow

    MiMoCode ships with three primary agents switchable via the Tab key:

    • build — the default agent with full tool permissions for active development
    • plan — a read-only analysis mode for code exploration and solution design
    • compose — an orchestration mode for specs-driven development using built-in skills for planning, TDD, code review, debugging, verification, and merging

    The primary agent can spawn subagents on demand. Subagents share session context, support parallel execution, and have lifecycle tracking and cancellation. The /goal command sets a stopping condition evaluated by an independent judge model, preventing premature autonomous stops.

    Self-Improvement: Dream and Distill

    Two commands enable the agent to improve itself over time:

    • /dream — scans recent session traces, extracts durable knowledge into project memory, and prunes outdated entries
    • /distill — identifies repeated manual workflows and packages high-confidence candidates into reusable skills, subagents, or commands

    This self-improvement loop is designed to reduce repetitive prompting and accumulate project-specific expertise automatically.

    Setup and Provider Support

    MiMoCode installs via a one-line curl script or npm install -g @mimo-ai/cli. On first launch, a TUI guides configuration. Supported authentication paths include MiMo Auto (a free-for-limited-time anonymous channel requiring zero configuration), Xiaomi MiMo Platform OAuth login, one-step migration from Claude Code, and any OpenAI-compatible custom API. Configuration lives in .mimocode/mimocode.json per project or globally at ~/.config/mimocode/mimocode.json. An experimental Max Mode enables parallel best-of-N reasoning with judge-based selection.

    Update: v0.1.0 Launch

    The initial public release (v0.1.0) was published on June 10, 2026, the same day the repository was created. Within roughly two days the project accumulated over 6,200 GitHub stars and 493 forks, signaling strong early community interest. The repository is actively maintained under the XiaomiMiMo GitHub organization, with the MIT License covering the source code and separate terms governing use of Xiaomi MiMo-hosted services and trademarks.

    Community Discussions

    Be the first to start a conversation about MiMoCode

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

    Pricing

    OPEN SOURCE

    Open Source

    Free and open-source under the MIT License. MiMo Auto channel included free for a limited time with zero configuration required.

    • Full source code access under MIT License
    • MiMo Auto anonymous channel (free for limited time)
    • Xiaomi MiMo Platform OAuth login
    • Custom OpenAI-compatible provider support
    • All core agents: build, plan, compose

    Capabilities

    Key Features

    • Cross-session persistent memory via SQLite FTS5
    • Multiple agents: build, plan, and compose modes
    • Subagent orchestration with parallel execution
    • Automatic session checkpoints and context reconstruction
    • Tree-shaped task tracking system
    • Goal/stop condition with independent judge model
    • Compose mode for specs-driven development
    • Voice input via TenVAD and MiMo ASR
    • /dream command for extracting project knowledge
    • /distill command for packaging reusable skills
    • MCP server connections
    • LSP integration
    • Token-budgeted memory injection
    • Max Mode: parallel best-of-N reasoning
    • OpenAI-compatible custom provider support
    • One-step migration from Claude Code
    • TUI-based configuration

    Integrations

    Claude Code (migration)
    OpenAI-compatible APIs
    Xiaomi MiMo Platform
    MCP servers
    LSP
    Git
    SQLite
    API Available
    View Docs

    Reviews & Ratings

    No ratings yet

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

    Developer

    Xiaomi MiMo

    Xiaomi MiMo builds AI coding tools and large language model infrastructure under Xiaomi Corporation. The MiMo team develops MiMoCode, a terminal-native AI coding agent with persistent memory and autonomous multi-agent capabilities. Their work extends open-source foundations like OpenCode with proprietary memory systems, self-improvement loops, and hosted LLM services. MiMo also provides a platform for OAuth-authenticated access to MiMo-hosted models and services.

    Founded 2025
    Beijing, China
    $8.7B raised
    35,000 employees

    Used by

    Nous Research
    OpenCode
    Ecosystem Partners in MiMo Orbit
    Read more about Xiaomi MiMo
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    RepoMaster icon

    RepoMaster

    An open-source AI agent that autonomously discovers, understands, and executes tasks using GitHub repositories, turning 100M+ open-source repos into an intelligent toolbox.

    Roo Code icon

    Roo Code

    An open-source AI-powered coding assistant for VS Code that supports multi-file edits, agentic task execution, and cloud-based autonomous development agents.

    Kode Agent icon

    Kode Agent

    An open-source AI coding assistant that lives in your terminal, capable of understanding codebases, editing files, running commands, and orchestrating multi-model workflows.

    Browse all tools

    Related Topics

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    530 tools

    Agent Memory

    Memory layers, frameworks, and services that enable AI agents to store, recall, and manage information across sessions. These tools provide persistent, semantic, and contextual memory for agents, supporting personalization, long-term context retention, graph-based relationships, and hybrid RAG + memory workflows.

    77 tools

    Multi-agent Systems

    Platforms for creating and managing teams of AI agents that can collaborate.

    197 tools
    Browse all topics
    Back to all toolsSuggest an edit
    Discussions