BosskuAI is an open-source AI agent orchestration layer for software development. It adds planning, automated code review, approval gates, and persistent memory on top of Cursor, Claude Code, Codex, and OpenCode — so AI coding assistants plan before they edit, audit their own diffs, and remember what they learn.
Instead of one-shot file edits, every task runs through a multi-agent pipeline: plan → execute → audit → approve. You get a run dashboard, 100+ skills, and optional local inference with Ollama.
Free and open source (MIT). Runs on your machine. No account required. No cloud lock-in.
Looking for: AI coding assistant guardrails · multi-agent orchestration for Cursor or Claude Code · local-first LLM dev tools · plan-and-review before merge · open-source alternative to LangGraph/CrewAI for coding workflows.
Watch the full product tour: type a task, follow the agents in Pixel Office, inspect each run workspace, approve risky work, review the audit, and keep the context for the next run.
- Plans before editing — you see the plan before any file changes.
- Audits its own work — a second agent reviews the diff for bugs, security, and missing tests.
- Pauses on risky work — auth, payments, and migrations need your approval.
- Remembers across sessions — durable memory so the next run does not start from zero.
| Feature | BosskuAI | Plain AI (Cursor, Claude Code) | LangChain / CrewAI | LangGraph |
|---|---|---|---|---|
| Plans before editing | Yes | Sometimes | No | No |
| Audits its own work | Yes | No | No | No |
| Approval gates | Yes | No | No | No |
| Persistent memory | Yes | No | No | Optional |
| Works with your existing tool | Yes | — | Build your own | Build your own |
| Local-first (Ollama) | Yes | Partial | No | No |
| Run dashboard | Yes | No | No | No |
| Open source | Yes (MIT) | Varies | Yes | Yes |
In one sentence: BosskuAI is open-source AI agent orchestration that adds plan → audit → approve guardrails and persistent memory to Cursor, Claude Code, Codex, and OpenCode — local-first, no vendor lock-in.
Your prompt → Router → Planner → Executor → Auditor → Final Review → Memory
Simple questions take a short path. Risky changes get the full pipeline (plan, edit, audit, review, approve).
| Path | Best for |
|---|---|
| Docker web app | Dashboard, run history, memory, and approval gates |
| Repo toolkit | Drop rules and skills into an existing project |
git clone https://github.com/wankimmy/Bossku-AI bosskuAI && cd bosskuAIThen follow docs/get-started.md — clone, configure one AI provider, run Docker, open http://localhost:28470, and run your first task in about 5 minutes.
Windows desktop installer and other paths: docs/installation.md.
What is BosskuAI?
An open-source orchestration layer that routes AI coding tasks through plan → execute → audit → approve agents, with memory and a dashboard. It works with Cursor, Claude Code, Codex, and OpenCode.
Is BosskuAI a replacement for Cursor or Claude Code?
No. It sits on top of the tool you already use and adds structure, review, and memory.
Does BosskuAI work with Ollama?
Yes. Run models locally for privacy, or use Anthropic, Codex, or other providers.
Is BosskuAI free?
Yes. MIT licensed. You only pay for cloud AI APIs if you choose them.
How is BosskuAI different from LangGraph or CrewAI?
BosskuAI is a ready-made workflow for software teams using AI coding assistants — not a library you assemble yourself. See docs/comparison.md.
More answers: docs/faq.md.
| Doc | Covers |
|---|---|
docs/get-started.md |
Full setup, commands, ports, troubleshooting |
docs/quickstart.md |
Shortest path to one successful run |
docs/what-is-bossku-ai.md |
Plain explanation and boundaries |
docs/architecture.md |
System map |
docs/skills.md |
Skill system |
docs/faq.md |
Common questions |
Full index: docs/README.md.
Contributions welcome — bug reports, docs fixes, and new skills.
- Open an issue on GitHub for bugs or ideas.
- Read
CONTRIBUTING.mdbefore code changes. - Security issues: follow
SECURITY.md(do not open a public issue). - AI assistants in this repo: see
AGENTS.md.
If BosskuAI is useful to you, a star on GitHub helps other people find it.
Released under the license in LICENSE.
