EveryDev.ai
Subscribe
Home
Tools

3,569+ 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. Quoroom
    Quoroom icon

    Quoroom

    Multi-agent Systems
    Featured

    An open-source swarm intelligence engine that runs self-governing AI agent collectives (queen, workers, quorum voting) locally or in the cloud via MCP.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully open-source MIT-licensed engine. Run locally with free Ollama model or bring your own API key.

    Engagement

    Available On

    Windows
    macOS
    Linux
    Web
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Multi-agent SystemsAutonomous SystemsAgent Frameworks

    Alternatives

    II AgentOpenManusRakazo
    Developer
    Quoroom ResearchFlorida, USAEst. 2025

    Listed Aug 2026

    About Quoroom

    Quoroom is an open research project exploring autonomous agent collectives, published under the MIT license by Quoroom Research. Each collective — called a Room — is a self-governing swarm of AI agents that pursues goals continuously, with a Queen agent strategizing, Workers executing, and a Quorum voting on decisions. The project runs locally on your machine with all data stored in a local SQLite database, and optionally scales to a cloud swarm runtime at quoroom.io.

    What It Is

    Quoroom is a swarm intelligence engine for autonomous AI agents. Unlike single-agent systems, it applies principles from swarm intelligence research — decentralized decision-making, emergent behavior from local interactions, and collective intelligence — to create agent collectives that can brainstorm, vote, build, deploy, and iterate without constant human direction. The keeper (human operator) sets goals and optionally funds a wallet; the swarm handles execution within configured limits.

    Architecture: Queen, Workers, and Quorum

    The core architecture has three roles:

    • Queen — the strategic brain that decomposes top-level objectives into sub-goals and delegates to workers. Supports free local Ollama (qwen3-coder:30b), Claude Code CLI, Codex CLI, and OpenAI/Claude/Gemini APIs.
    • Workers — specialized agents (Researcher, Coder, Marketer, Analyst, and custom) that execute tasks and escalate hard problems back to the queen. Workers inherit the queen's model by default or can run a separate model.
    • Quorum — agents propose ideas and vote; majority, supermajority, or unanimous thresholds are configurable. Ties are broken by the queen's vote. The room can even change its own voting rules.

    Every decision is logged, every cycle is tracked, and agents can self-modify their own skills and files with a full audit trail and one-click revert.

    Local-First Deployment Model

    Quoroom is explicitly local-first: all goals, decisions, agent conversations, and memory live in a single SQLite file on the user's machine. The dashboard runs as a local React SPA at http://localhost:3700. No cloud sync or telemetry occurs without the keeper's explicit action. The engine exposes an MCP server over stdio, a full REST API, and WebSocket real-time events. On first run, quoroom serve auto-registers the MCP server with Claude Code, Claude Desktop, Codex, Cursor, and Windsurf.

    Installation options include:

    • npm: npm install -g quoroom
    • Homebrew: brew install quoroom-ai/quoroom/quoroom
    • Platform installers: signed .pkg (macOS, notarized), signed .exe (Windows), .deb (Linux)

    Key Capabilities

    • Memory — entities, observations, and relations with semantic vector search using 384-dim embeddings (all-MiniLM-L6-v2), persisted across sessions.
    • Wallet — EVM wallet with multi-chain support (USDC/USDT on Base, Ethereum, Arbitrum, Optimism, Polygon), AES-256-GCM encrypted keys.
    • On-Chain Identity — ERC-8004 agent identity on Base; rooms register as on-chain agents with discoverable metadata.
    • Task Scheduling — recurring (cron), one-time, on-demand, or webhook-triggered tasks with session continuity.
    • Webhooks — HTTP endpoints to trigger tasks from any external service (GitHub push, Stripe payment, monitoring alerts).
    • Clerk — a full personal assistant (not just swarm commentary) reachable via Telegram, email, or in-app chat, with persistent memory and proactive scheduling.
    • Public Rooms — rooms can be made public on quoroom.io/rooms with live stats and a leaderboard.
    • Cross-Room Intelligence — rooms observe and learn from each other, negotiate, and trade services.

    Update: v0.1.42

    The latest release is v0.1.42, published on 2026-03-02, with the repository last updated on 2026-08-11. The GitHub repository reports 823 stars and 28 forks. The project self-describes as experimental software intended for research use, with the homepage noting that users are responsible for all agent actions and API costs. The tech stack is TypeScript (strict), React, Tailwind CSS, better-sqlite3, sqlite-vec, viem, MCP SDK, HuggingFace Transformers, node-cron, zod, esbuild, Vite, and Vitest, with 1,092 passing tests reported in the README badge.

    Quoroom - 1

    Community Discussions

    Be the first to start a conversation about Quoroom

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

    Pricing

    OPEN SOURCE

    Open Source

    Fully open-source MIT-licensed engine. Run locally with free Ollama model or bring your own API key.

    • Queen + Workers swarm architecture
    • Quorum voting
    • Free local model (Ollama qwen3-coder:30b)
    • Local SQLite database
    • MCP server with 60+ tools

    Capabilities

    Key Features

    • Queen + Workers swarm architecture
    • Quorum voting on agent decisions
    • Hierarchical goal decomposition
    • Self-modification with audit trail and revert
    • Semantic vector memory (384-dim embeddings)
    • EVM multi-chain wallet (USDC/USDT)
    • ERC-8004 on-chain agent identity
    • Task scheduling (cron, one-time, webhook-triggered)
    • Webhooks for external service integration
    • Clerk personal assistant (Telegram, email, in-app)
    • Public rooms with leaderboard
    • Cross-room intelligence and messaging
    • Free local model via Ollama (qwen3-coder:30b)
    • OpenAI, Claude, Gemini API support
    • MCP server (stdio) with 60+ tools
    • Local SQLite database (local-first)
    • React dashboard at localhost:3700
    • REST API + WebSocket real-time events
    • Auto-registers MCP with Claude Code, Cursor, Windsurf
    • Docker support for cloud runtime
    • Secure credential storage (AES-256-GCM)
    • Worker prompt markdown sync
    • Auto-update with crash rollback

    Integrations

    Claude Code CLI
    OpenAI Codex CLI
    OpenAI API
    Anthropic Claude API
    Google Gemini API
    Ollama (local inference)
    Cursor
    Windsurf
    Claude Desktop
    Telegram
    GitHub (webhooks)
    Stripe (webhooks)
    Base (blockchain)
    Ethereum
    Arbitrum
    Optimism
    Polygon
    npm
    Homebrew
    Docker
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

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

    Developer

    Quoroom Research

    Quoroom Research builds open-source swarm intelligence infrastructure for autonomous AI agent collectives. The project publishes the Quoroom engine under the MIT license, enabling self-governing agent rooms with queen/worker/quorum architecture that run locally or in the cloud. The team operates quoroom.ai for local app distribution and quoroom.io for cloud swarm runtime and public rooms. Quoroom emphasizes transparency, local-first data storage, and open research into what AI swarms can actually execute autonomously.

    Founded 2025
    Florida
    1 employees
    Read more about Quoroom Research
    WebsiteGitHubX / Twitter
    1 tool in directory

    Similar Tools

    II Agent icon

    II Agent

    An open-source AI agent framework built for real work, supporting mobile/web app development, research, document automation, and multi-model conversations with BYOK support.

    OpenManus icon

    OpenManus

    An open-source framework for building and running general-purpose AI agents capable of executing complex, multi-step tasks autonomously.

    Rakazo icon

    Rakazo

    Open-source, self-hosted AI agent platform that gives each bot a sandboxed browser and shell, memory, routines, and human-in-the-loop approvals — running on your own machine with your own model keys.

    Browse all tools

    Related Topics

    Multi-agent Systems

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

    317 tools

    Autonomous Systems

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

    381 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

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