SaaSHub helps you find the best software and product alternatives Learn more →
Top 23 TypeScript multi-agent Projects
-
AionUi
Free, local, open-source 24/7 Cowork app for OpenClaw, Hermes Agent, Claude Code, Codex, OpenCode, Gemini CLI and 20+ more CLI | Customize your assistants | Star if you like it!
Project mention: AionUi: Open-Source AI Cowork Platform for Claude Code, Codex and Gemini | news.ycombinator.com | 2026-05-27 -
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
nanobrowser
Open-Source Chrome extension for AI-powered web automation. Run multi-agent workflows using your own LLM API key. Alternative to OpenAI Operator.
Try search on a browser extension store for "AI Chat website" or similar. Also you can check out https://github.com/nanobrowser/nanobrowser.
-
agent-orchestrator
Agentic orchestrator for parallel coding agents — plans tasks, spawns agents, and autonomously handles CI fixes, merge conflicts, and code reviews.
-
oh-my-agent
Portable, vendor-agnostic agent harness for project-specific skills, workflows, and agent teams aligned with your codebase, conventions, and engineering standards.
Project mention: oh-my-agent: skills now measure and optimize their own utility | dev.to | 2026-06-04 -
Chorus
The Agent Harness for AI-Human Collaboration, inspired by the AI-DLC (AI-Driven Development Lifecycle) (by Chorus-AIDLC)
Project mention: Show HN: Chorus – Open-source Agent and human collaboration platform on AI-DLC | news.ycombinator.com | 2026-02-24 -
metabot
构建受监督的、自我进化的 Agent 组织的基础设施 | Infrastructure for supervised, self-improving agent organization. 飞书/Telegram 手机端运行 Claude Code 或 Kimi Code(双引擎,两家原生订阅直接用),共享记忆、Agent 工厂、定时任务、通信总线。
Project mention: Show HN: Chatcode – Remote Control for Claude Code and Codex | news.ycombinator.com | 2026-06-04You build a very similar product like this: https://github.com/xvirobotics/metabot
-
open-multi-agent-canvas
The open-source multi-agent chat interface that lets you manage multiple agents in one dynamic conversation and add MCP servers for deep research
-
OpenACP
Self-hosted bridge that lets you interact with AI coding agents (Claude Code, Codex, etc.) from messaging platforms (Telegram, Discord, etc.) via the Agent Client Protocol (ACP).
Project mention: How OpenACP talks to 28+ AI agents through one protocol — architecture of a self-hosted messaging bridge | dev.to | 2026-04-06That's when I found OpenACP and started contributing. What made it work where my hacky approach didn't was a protocol layer underneath: the Agent Client Protocol (ACP), an open standard that lets any client communicate with any compatible coding agent through structured JSON-RPC messages.
-
lavern
An agentic law firm. Yours. 67 specialist AI agents that review documents through evidence-backed debate, with mandatory human gates and a 10-pass verification loop. Apache 2.0.
Project mention: Show HN: Lavern: an open-source multi-agent legal system (Apache 2.0) | news.ycombinator.com | 2026-05-26 -
Project mention: Introducing Stoneforge: Open-Source Orchestration for AI Coding Agents | dev.to | 2026-03-05
TL;DR: Stoneforge is an open-source platform that orchestrates multiple AI coding agents in parallel. A Director plans tasks, workers execute in isolated git worktrees, stewards test and merge, and a daemon keeps it all moving. Works with Claude Code, Codex, and OpenCode. GitHub
-
opencode-ensemble
Agent teams for OpenCode. Run multiple agents in parallel with messaging, shared tasks, and coordinated execution.
Project mention: Show HN: OpenCode Ensemble – parallel agent teams for OpenCode (plugin) | news.ycombinator.com | 2026-03-17 -
wmux
Windows tmux alternative for AI agents — split terminals for Claude Code, Codex, Gemini CLI with MCP browser automation. No WSL required.
-
signetai
Local-first identity, memory, and secrets for AI agents. Portable state across models and harnesses.
Project mention: Show HN: Tolaria – open-source macOS app to manage Markdown knowledge bases | news.ycombinator.com | 2026-04-23Here's another one for your list https://github.com/Signet-AI/signetai
-
AgentOS
Build autonomous AI agents with adaptive intelligence and emergent behaviors to simulate any scenario. Multimodal RAG included. (by framersai)
Project mention: Show HN: Paracosm – simulate what-if scenarios with AI agents | news.ycombinator.com | 2026-05-05 -
https://github.com/voratiq/voratiq
For comparison, there's a `review` command that launches a sandboxed agent to review a given run and rank the various implementations. We usually run 1–3 review agents, pull the top 3 diffs, and do manual review from there.
We're working on better automation for this step right now.
-
Network-AI
Traffic light for AI Agents and TypeScript/Node multi-agent orchestrator with shared state, guardrails, and adapters for 29 AI frameworks
Project mention: An npm Package for AI Agent Orchestration Just Shipped With Its Front Door Unlocked. Here's What the CVE Actually Reveals. | dev.to | 2026-05-25Network-AI is a TypeScript/Node.js multi-agent orchestration layer. It handles the coordination problem that every team building with multiple agents eventually hits: parallel agents writing to the same shared state, overwriting each other, corrupting context with no error thrown. Network-AI addresses this with a shared blackboard that uses atomic propose-validate-commit locking, HMAC/Ed25519 audit trails, per-agent token budgets, and FSM governance. It plugs into 17 AI frameworks — LangChain, AutoGen, CrewAI, OpenAI Assistants, LlamaIndex, and more — through a local MCP server running on port 3001.
-
-
Project mention: Claude Code and Codex Can Have Real-Time Conversation via Git | news.ycombinator.com | 2026-05-31
-
oh-my-kimi
Production-ready multi-agent orchestration harness for Kimi Code CLI (K2.6): worktree team runtime, DAG/ensemble planning, MCP skill-hooks, quality gates, and local graph memory. | Kimi Code CLI(K2.6)向け本番対応マルチエージェント基盤: worktreeチーム実行、DAG/ensemble計画、MCP/スキルフック、品質ゲート、ローカルグラフ記憶を提供。
Project mention: Oh-My-Kimi v1.1.0: Turn Kimi K2.6 into a Parallel Coding Team with DAG Scheduling | dev.to | 2026-05-04 -
mnemosyne
Cognitive Memory OS for AI Agents — persistent, self-improving, multi-agent memory (by 28naem-del)
Project mention: We Built the First AI Agent Memory System With Zero LLM Calls — Here's the Architecture | dev.to | 2026-02-24Website: mnemosy.ai
-
kinbot
Self-hosted AI agents with persistent memory, real identity, and collaboration. One process, one SQLite file, zero cloud.
Project mention: Show HN: KinBot – Self-hosted AI agents that build their own web apps | news.ycombinator.com | 2026-03-06Hey HN, I built KinBot because I was frustrated with AI tools that forget everything between sessions.
The core idea: you create "Kins," which are AI agents with persistent memory (vector + full-text search), real identity, and autonomy. They live on your server and remember every conversation.
What makes it different from other agent platforms:
- Mini Apps: Kins can build and serve their own web applications on the fly. Think of it as giving your agent a canvas to create interactive tools, dashboards, or utilities.
- Persistent memory: not just context window tricks, but actual long-term memory with hybrid search across months of conversations.
- Multi-agent collaboration: Kins can talk to each other, delegate tasks, spawn sub-agents.
- Runs anywhere: single process, SQLite, works on a Raspberry Pi. No Kubernetes cluster needed.
- 23 AI providers supported (OpenAI, Anthropic, Google, Ollama, etc.)
Tech stack: Bun + Hono on the backend, React + TailwindCSS on the frontend, SQLite for everything. One Docker command to run it.
I have been using it daily for months as my personal assistant setup. The mini-apps feature is what I find most exciting: instead of just chatting, your agents can actually build things you interact with.
Looking for feedback on: the mini-apps concept, the memory architecture, and whether the self-hosting story is compelling enough. Happy to discuss technical details.
Repo: https://github.com/MarlBurroW/kinbot
-
Project mention: Show HN: Help] I run 4 AI-driven companies simultaneously from my terminal | news.ycombinator.com | 2026-03-07
-
Project mention: Show HN: OpenRig – a control plane for multi-agent coding topologies | news.ycombinator.com | 2026-05-22
Hi HN, I’m Mike, the founder of OpenRig.
I built this because my Claude Code + Codex setup kept forming little "topologies" of long-lived agents that worked well together, but the terminal sprawl was intense. So I built a primitive the agents could intuitively reach for to save and recreate these setups on the fly. This then led to more agent-first primitives like coordination, declarative workflow patterns, workspaces, etc.
Several months in and these "rigs" I manage with openrig require a lot less babysitting and I can manage more projects at once without getting overwhelmed.
The short version: OpenRig is a way to save and operate that topology instead of rebuilding it by hand every time.
Demo video: https://youtu.be/yCFSRnPDFqY?si=n5e627d0CU3X3bmE
GitHub: https://github.com/mvschwarz/openrig
I posted a much earlier preview a few weeks ago. This version is the first one I’m actually inviting other agent-heavy developers to try, and I’d love feedback on where the mental model is confusing.
TypeScript multi-agent discussion
TypeScript multi-agent related posts
-
1.10.1 through 1.10.6: the shipped things
-
Show HN: TeamFuse – Dev team built on distributed ClaudeCode agents
-
Show HN: Orca – Agents hand off typed packets, not chat
-
Orchestration primitive or desktop ADE? Choosing your multi-agent coding layer in 2026
-
How I Got Multiple AI Coding Agents to Stop Losing Track of Their Work
-
VoltAgent Just Asked Us to Build Their Guardrail Provider Interface. Here Is What We Shipped.
-
How We Built a Governance Loop for AI Coding Agents
-
A note from our sponsor - SaaSHub
www.saashub.com | 8 Jun 2026
Index
What are some of the best open-source multi-agent projects in TypeScript? This list will help you:
| # | Project | Stars |
|---|---|---|
| 1 | AionUi | 27,715 |
| 2 | nanobrowser | 13,088 |
| 3 | agent-orchestrator | 7,404 |
| 4 | oh-my-agent | 1,057 |
| 5 | Chorus | 950 |
| 6 | metabot | 846 |
| 7 | open-multi-agent-canvas | 501 |
| 8 | OpenACP | 409 |
| 9 | lavern | 184 |
| 10 | stoneforge | 152 |
| 11 | opencode-ensemble | 134 |
| 12 | wmux | 125 |
| 13 | signetai | 119 |
| 14 | AgentOS | 117 |
| 15 | voratiq | 72 |
| 16 | Network-AI | 60 |
| 17 | donmai-libraries | 57 |
| 18 | synadia-agents | 56 |
| 19 | oh-my-kimi | 49 |
| 20 | mnemosyne | 44 |
| 21 | kinbot | 43 |
| 22 | auto-co-meta | 36 |
| 23 | openrig | 35 |