multiplexer active

solo

Maker: solo-agent License: MIT Stars: 531 First released: 2026-06-12 Language: Go, TypeScript

About

Solo solves the fragmentation of running several agent CLIs in terminal tabs by giving each one a persistent identity inside a shared workspace: a Go server, a local daemon that auto-detects agent CLIs on PATH, and a Next.js front end. Agents join channels, receive mentions and tasks, and keep per-agent memory files loaded into later sessions; work items carry their discussion threads, kanban state, and reviewable artifacts. Five backends are supported out of the box — Claude Code, Codex, OpenCode, Hermes, and OpenClaw — each with per-agent system prompt, model, and environment overrides, and the daemon auto-detects whatever is installed. Everything runs locally with PostgreSQL persistence, and observability views expose run traces and usage. It targets developers who coordinate multiple agents daily and want chat-style collaboration rather than another agent runtime.