opencode-swarm
Architect-centric agentic swarm plugin for OpenCode with code generation and QA review.
GraphCanon updated Sep 11, 2026 · GitHub synced Sep 11, 2026
32views this month
Decision brief
Opencode-Swarm is an architect-centric AI-driven development tool built with TypeScript that leverages an agent-swarm architecture to streamline code generation and quality assurance.
Good fit when
- When you need robust, automated orchestration of tasks like JWT auth helper generation paired with unit tests within a project.
- For projects demanding fine-tuned control over the plan injected into AI context through parameters such as `max_tokens`, enabling optimized resource use.
Avoid when
- If your workflow requires continuous real-time human oversight of individual agent operations, since Opencode-Swarm automates and reduces routing conflicts by disabling native agents.
- For teams unwilling to adopt new configuration files like `.opencode/opencode-swarm.json` that require specific project-level overrides setup.
- Pricing:
- freemium - Open-source project under MIT license is available freely; support services or advanced features might come with a cost not detailed.
- Requirements:
- Requires Bun for installation and configuration.; Installation automatically configures project settings, adjusts plugins, and overrides certain native agent functions to avoid conflicts.
Observed Jul 17, 2026 · Source: enrich:decision_facts
Verify the decision
Adoption
Package downloads where a registry match exists. GitHub stars (466) are secondary evidence.
- npm downloads (30d)
- 25,263·npm downloads API·Sep 11, 2026
Maintenance and security
Full trust report- Maintenance
- Very active (0d since push)
- As of Sep 11, 2026
- Provenance
- Not a fork · Organization account
- As of Sep 11, 2026
- Security (OSV)
- No MCP manifest
- As of Jul 15, 2026
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
npm install opencode-swarm npmHow it fits your stack(1)
Typed graph edges - alternatives, integrations, successors, and dependencies. Ranked by relationship type, not raw GitHub stars.
Relationship graph
Optional deeper exploration of typed edges and category neighbours.
Similar tools
Same-category neighbours not already linked as typed edges.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
A TypeScript-based AI-driven development tool that facilitates code automation through an agent-swarm architecture for tasks like code generation and quality assurance, featuring a hub-and-spoke orchestration model.
Capability facts
- CLI
- CLI entrypoint
Source: package.json:bin|scripts · Sep 11, 2026
- MCP server
- Ships MCP server
Source: package.json:@modelcontextprotocol/* · Sep 11, 2026
- Languages
- typescript, javascript
Source: github.language+package.json · Sep 11, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Sep 11, 2026)
## Plan Cursor (v6.13)Source link
Tags
README
Quick Start → For a complete first run walkthrough, see Getting Started. The 15 minute guide covers: Installation ( ) First run auto configuration (architect selected automatically) Running your first task Troubleshooting common issues The installer automatically: Adds to the Ope...
For agents
This page has a .md twin and JSON over the API.