DEV Community

Cover image for Bridge ACE: Run AI Agent Teams on Your Machine
Bridge ACE
Bridge ACE

Posted on

Bridge ACE: Run AI Agent Teams on Your Machine

Bridge ACE: Run AI Agent Teams on Your Machine

Bridge ACE

Bridge ACE is an open-source platform where multiple AI agents form teams, communicate in real-time, and solve problems together — on your machine, not in the cloud.

Why It Exists

Every AI tool today is single-agent: one AI, one task, one context. But real work requires coordination. A marketing campaign needs a writer, an analyst, and a publisher working together. A security audit needs a scanner, a tester, and a reporter coordinating in real-time.

Bridge ACE makes this possible.

What You Get

5 AI engines as one team. Claude for strategy. Codex for implementation. Qwen for analysis. Gemini for research. Grok for real-time insights. Each agent runs the engine best suited for its role.

Real-time coordination. Agents communicate through a WebSocket message bus. When one agent finishes, others react instantly. No polling. No file-based mailboxes. Live collaboration.

204 built-in tools. Email, phone calls, Slack, WhatsApp, Telegram, web browsing (with stealth mode), desktop control, git collaboration, captcha solving. Agents do not just write code — they interact with the real world.

Persistent identity. Agents remember who they are between sessions. The Soul Engine preserves personality, expertise, and context across restarts.

Safety built in. Scope Locks prevent agents from editing each others files. Approval Gates require human sign-off before sending emails, making calls, or pushing code.

Fleet Management UI. Org chart. Cost tracking per agent. Task kanban. Live agent status. All in your browser at localhost:9111.

Agent Hierarchy

Use Cases

  • Development teams: Frontend + Backend + QA agents coordinating on your codebase
  • Marketing teams: Copywriter + Analyst + Publisher creating and distributing content
  • Security teams: Recon + Exploit + Reporter running coordinated assessments
  • Data teams: Ingest + Analyze + Report building automated pipelines
  • Business automation: Customer support, operations, compliance — digitized with AI teams

Quick Start

git clone https://github.com/Luanace-lab/bridge-ide.git
cd bridge-ide
./install.sh
./Backend/start_platform.sh
# Open http://localhost:9111
Enter fullscreen mode Exit fullscreen mode

Requirements: Python 3.10+, tmux, at least one AI CLI.

Open Source

Apache 2.0 license. Self-hosted. No cloud dependency. No phone home. Your agents, your machine, your data.

GitHub: github.com/Luanace-lab/bridge-ide

Release v1.0.0: Download


Your AI should not be a solo worker. It should be a team player.

Top comments (0)