Paseo is a free, open-source, self-hosted orchestration layer that runs coding agents as local processes on your own machines and drives them from desktop, web, mobile, and CLI clients over one daemon. Facts below verified as of 2026-09-13.
Paseo’s differentiator is not parallelism, which is now table stakes, but reach: it is the only orchestrator in its class with native iOS and Android clients at full feature parity, wrapped around your existing agent subscriptions instead of replacing them.
What it is #
A TypeScript daemon (@getpaseo/cli or Docker) manages agent processes, worktrees, schedules, and an E2E-encrypted relay for remote access; native iOS and Android apps, an Electron desktop app, a web PWA, and a CLI all connect to the same daemon.
It wraps each provider’s own CLI rather than reimplementing it, so your subscriptions, configs, and MCP servers keep working.
Four native integrations (Claude Code, Codex, OpenCode, Pi) plus an in-app ACP catalog of roughly 36 more agents, including Cursor CLI, Gemini CLI, Goose, and Factory Droid.
No telemetry, no forced login, agents run locally; a Hub layer for GitHub, Slack, and Discord triggers and team access is self-hostable today.
Apache-2.0 (with a custom copyright notice), by Mohamed Boudra, an independent solo maintainer, with development supported by GitHub Sponsors.
Status #
Young and fast: about 17k stars, 1.9k forks, and 730 open issues and PRs (466 issues plus 264 pulls) as of 2026-09-13, created 2025-10-13, with more than 5,300 commits on main. The 0.8 line reached stable while I watched: v0.8.0 shipped 2026-09-10 with plugin header buttons, custom providers, and richer chat components, and remains the latest release, alongside 165 contributors and an active subreddit and Discord. The structural risk is on the label: the maintainer described himself on Hacker News as a team of one, and monetization has now arrived as the hosted Hub at €15 per seat per month.
Strengths #
- Genuine cross-device supervision: phone steering of desktop agents over an encrypted relay, which no peer in the category ships.
- Broadest agent support in its class with minimal lock-in, because it wraps provider CLIs instead of replacing them.
- Privacy and self-host posture: local processes, optional encrypted relay, Docker for servers and NAS.
- More than a UI: CLI parity, a TypeScript SDK, an MCP server, schedules, and plugins.
Cautions #
- Pre-1.0 with fast churn; the tracker crossed 1,200 open issues and PRs by 2026-09-07 before a cleanup wave closed roughly 400 of them in a day, down to 816 by 2026-09-08, 653 as of 2026-09-10, and 724 as of 2026-09-12, and demand still outruns a tiny team.
- Subscription-billing friction: the maintainer confirmed Claude subscription usage through Paseo draws from a different, smaller credit pool than interactive use.
- Solo-maintainer bus factor with a business model still pending.
- Hacker News commenters noted it converges with Conductor, cmux, and Devin-style tools unless mobile-first steering is your actual need.
Pricing #
Free and open source under Apache-2.0; you bring your own agent CLIs, subscriptions, and API keys. The hosted Hub (managed GitHub, Slack, and Discord triggers) is now generally available at €15 per seat per month with a free trial, where late August still had registration closed; self-hosting Hub remains free.
Compared to #
- Conductor: polished, closed, macOS-only with cloud workspaces and commercial tiers; choose Conductor for hosted polish, Paseo for open source, Windows and Linux, and phones.
- Vibe Kanban: kanban-board fan-out for batch delegation, community-maintained since its vendor shut down; choose it for board thinking, Paseo for interactive conversation-steered sessions from anywhere.
- Emdash: a desktop-first parallel workbench from a YC team; choose Emdash for a VC-backed desktop IDE feel, Paseo when the phone and multi-machine daemons are the point.
Bottom line #
Recommended for engineers whose agents run unattended while they are away from the desk, and who want self-hosted open source over a vendor’s app. Not for teams needing a vendor’s support contract, or Mac-only shops happy paying Conductor for polish.
Changes #
- 2026-08-30 - Created in the Orchestration category, recording cross-device daemon orchestration with a solo-maintainer risk.
- 2026-09-02 - Recorded v0.7 shipping as stable.
- 2026-09-12 - Recorded v0.8.0 shipping as stable (September 10) with plugin providers and Hub follow-ups.
See also #
- Orchestration Feature Matrix - the category comparison this note joins
- Conductor - the commercial macOS counterpart
- Vibe Kanban - the kanban-board alternative
- Managing Many Concurrent LLM Agent Sessions - the supervision problem the category answers
References #
https://github.com/getpaseo/paseo - repository, architecture, license, adoption numbers
https://paseo.sh - product claims, platforms, privacy posture
https://paseo.sh/docs/supported-providers - the native and ACP-catalog agent list
https://paseo.sh/docs/hub/hosted - the commercial layer’s status
https://paseo.sh/hub - hosted Hub pricing, €15 per seat per month, free trial
https://news.ycombinator.com/item?id=48377250 - the launch thread with the solo-maintainer statement and the credit-pool admission
https://github.com/BloopAI/vibe-kanban - comparison data on the board alternative