EveryDev.ai
Subscribe
Home
Tools

3,804+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2782
  • Coding1973
  • Infrastructure825
  • Projects603
  • Marketing598
  • Research520
  • Analytics468
  • Design462
  • MCP419
  • Testing346
  • Security323
  • Data305
  • Integration224
  • Prompts220
  • Communication210
  • Extensions196
  • Learning179
  • Voice175
  • Commerce160
  • DevOps135
  • Web95
  • Finance31
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. Metis
    Metis icon

    Metis

    AI Coding Assistants

    An open-source coding agent with recursive multi-agent orchestration, durable SQLite memory, and dual terminal/desktop interfaces that supports any LLM provider.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under the MIT License. Use, modify, and distribute freely.

    Engagement

    Available On

    Windows
    macOS
    Linux
    CLI
    SDK

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    AI Coding AssistantsMulti-agent SystemsAgent Frameworks

    Alternatives

    MulticaRepoMasteragent-talk
    Developer
    WholiverWholiver builds Metis, an open-source coding agent that comb…

    Listed Sep 2026

    About Metis

    Metis is an open-source coding agent built in TypeScript by Wholiver, distributed under the MIT License. It combines a rich terminal UI (TUI) with a React/Vite desktop application for macOS and Windows, and supports any LLM provider including OpenAI, Anthropic, DeepSeek, Gemini, Groq, Ollama, vLLM, and OrcaRouter. The project reached v1.1.9 as of August 2026 and is actively maintained on GitHub.

    What It Is

    Metis is an agentic coding assistant designed to search, remember, execute, and verify tasks across both terminal and desktop environments. Unlike single-threaded coding agents, Metis uses a recursive five-role multi-agent architecture (coordinator, planner, implementer, reviewer, verifier) with L0→L4 delegation and Git Worktree isolation. It persists project knowledge and session decisions in SQLite with vector search, making sessions resumable across restarts and context compactions.

    Multi-Agent Architecture

    The core differentiator in Metis is its recursive multi-agent system. Five named agents handle distinct responsibilities and can delegate tasks recursively up to four levels deep:

    • Coordinator — top-level orchestration and task routing
    • Planner — read-only investigation and plan generation
    • Implementer — code execution and file changes
    • Reviewer — code quality and correctness checks
    • Verifier — automated test gates and video evidence inspection

    Git Worktree isolation keeps parallel agent work from interfering with the main branch.

    Plan & Build Dual Workflow

    Metis separates investigation from execution through two explicit modes. In Plan mode, the agent operates read-only, exploring the codebase and generating an approved checklist. In Build mode, it executes the approved plan with a live-updating checklist and automated verification gates. This separation reduces accidental side effects and gives developers a clear review checkpoint before any changes are committed.

    Benchmark Performance

    The README reports a controlled benchmark run on Terminal-Bench 2.1 using 89 real-world tasks with the same model (DeepSeek V4 Flash) and identical budget across agents. According to the vendor-published results, Metis solved 73 of 89 tasks (82.02%), compared to 60/89 (67.42%) for OpenCode under the same conditions — a claimed +14.6% improvement attributed to the harness, memory, and verification gates rather than model differences. The project also documents readiness for Harbor evaluation and includes a Python adapter and trace output for headless benchmark runs.

    Model Freedom and Extensibility

    Metis is model-agnostic by design. Users can configure any supported LLM provider via API key or use the /login command for subscription providers. The TypeScript plugin system supports Agent Skills, MCP (Model Context Protocol) extensions, and custom packages. The npm package (@wholiver_hu/metis) exports a Node.js SDK and an RPC entry point for programmatic integration.

    Update: v1.1.9

    The latest release is v1.1.9, published on August 30, 2026. The repository was last pushed the same day, indicating active development. The project launched in July 2026 and has accumulated 104 stars and 12 forks in its first weeks. Desktop installers are available as a .dmg for macOS Apple Silicon and a .exe/.zip for Windows x64, bundling the CLI and server runtime without requiring a separate Node.js installation.

    Metis - 1

    Community Discussions

    Be the first to start a conversation about Metis

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

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open-source under the MIT License. Use, modify, and distribute freely.

    • Full source code access under MIT License
    • CLI installation via npm
    • Desktop installer for macOS and Windows
    • All multi-agent features included
    • All LLM provider integrations included

    Capabilities

    Key Features

    • Recursive 5-role multi-agent system (coordinator, planner, implementer, reviewer, verifier)
    • Plan & Build dual workflow modes
    • Durable SQLite memory with vector search
    • Resumable sessions across restarts and context compactions
    • Git Worktree isolation for parallel agent work
    • Rich terminal TUI interface
    • React/Vite desktop application for macOS and Windows
    • Model-agnostic: supports OpenAI, Anthropic, DeepSeek, Gemini, Groq, Ollama, vLLM, OrcaRouter
    • Automated verification gates and video evidence inspection
    • TypeScript plugin system with Agent Skills and MCP support
    • Node.js SDK and RPC entry point for programmatic integration
    • Headless benchmark mode with Python adapter and trace output
    • Standalone desktop installer (no Node.js required)
    • CLI installable via npm

    Integrations

    OpenAI
    Anthropic
    DeepSeek
    OrcaRouter
    Gemini
    Groq
    Ollama
    vLLM
    MCP (Model Context Protocol)
    Git
    SQLite
    npm
    Node.js
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

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

    Developer

    Wholiver

    Wholiver builds Metis, an open-source coding agent that combines recursive multi-agent orchestration, durable memory, and dual terminal/desktop interfaces to boost AI coding performance. The project is written in TypeScript and distributed under the MIT License on GitHub. Metis supports any LLM provider and is designed for benchmark-grade reliability with automated verification gates.

    Read more about Wholiver
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Multica icon

    Multica

    Open-source managed agents platform that turns coding agents into real teammates — assign tasks, track progress, and compound reusable skills across human + agent teams.

    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.

    agent-talk icon

    agent-talk

    A plugin for coding agents that enables them to message each other directly across sessions, machines, and teams using end-to-end encrypted relay communication.

    Browse all tools

    Related Topics

    AI Coding Assistants

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

    820 tools

    Multi-agent Systems

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

    343 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

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