$ -weight: 500;">git clone https://github.com/Luanace-lab/bridge-ide.-weight: 500;">git
cd bridge-ide
./-weight: 500;">install.sh
-weight: 500;">git clone https://github.com/Luanace-lab/bridge-ide.-weight: 500;">git
cd bridge-ide
./-weight: 500;">install.sh
-weight: 500;">git clone https://github.com/Luanace-lab/bridge-ide.-weight: 500;">git
cd bridge-ide
./-weight: 500;">install.sh
./Backend/start_platform.sh
./Backend/start_platform.sh
./Backend/start_platform.sh
{ "agents": [ { "id": "coordinator", "role": "Project Coordinator", "engine": "claude", "scope": ["*"] }, { "id": "backend", "role": "Backend Developer", "engine": "codex", "scope": ["src/api/", "src/models/"] }, { "id": "frontend", "role": "Frontend Developer", "engine": "claude", "scope": ["src/ui/", "src/components/"] } ]
}
{ "agents": [ { "id": "coordinator", "role": "Project Coordinator", "engine": "claude", "scope": ["*"] }, { "id": "backend", "role": "Backend Developer", "engine": "codex", "scope": ["src/api/", "src/models/"] }, { "id": "frontend", "role": "Frontend Developer", "engine": "claude", "scope": ["src/ui/", "src/components/"] } ]
}
{ "agents": [ { "id": "coordinator", "role": "Project Coordinator", "engine": "claude", "scope": ["*"] }, { "id": "backend", "role": "Backend Developer", "engine": "codex", "scope": ["src/api/", "src/models/"] }, { "id": "frontend", "role": "Frontend Developer", "engine": "claude", "scope": ["src/ui/", "src/components/"] } ]
} - Python 3.10+
- tmux (-weight: 600;">sudo -weight: 500;">apt -weight: 500;">install tmux on Ubuntu)
- At least one AI CLI installed: Claude Code: -weight: 500;">npm -weight: 500;">install -g @anthropic-ai/claude-code Codex CLI: -weight: 500;">npm -weight: 500;">install -g @openai/codex Or: Gemini CLI, Qwen CLI
- Claude Code: -weight: 500;">npm -weight: 500;">install -g @anthropic-ai/claude-code
- Codex CLI: -weight: 500;">npm -weight: 500;">install -g @openai/codex
- Or: Gemini CLI, Qwen CLI - Claude Code: -weight: 500;">npm -weight: 500;">install -g @anthropic-ai/claude-code
- Codex CLI: -weight: 500;">npm -weight: 500;">install -g @openai/codex
- Or: Gemini CLI, Qwen CLI - HTTP server on port 9111
- WebSocket server on port 9112
- Background daemons for health monitoring - Live agent -weight: 500;">status (online/busy/offline)
- Cost tracking per agent
- Task Kanban board
- Org chart with hierarchy
- Scope lock visualization - Each agent runs in its own tmux session with full filesystem access
- Agents connect to the Bridge MCP server which gives them 204 tools
- Communication flows through the WebSocket bus in real-time
- The Soul Engine maintains persistent agent identity across restarts
- Scope Locks prevent agents from editing each others files
- 16 background daemons monitor health, handle crashes, and manage rate limits - Add more agents with different engines (Qwen, Gemini, Grok)
- Enable real-world tools (email, Slack, browser) in the guardrails config
- Create specialized teams for different projects
- Try the mobile UI on your phone at http://<your-ip>:9111/mobile_buddy.html - GitHub: github.com/Luanace-lab/bridge-ide
- Release: v1.0.0
- License: Apache 2.0
- FAQ: GitHub Discussions