All 131 Dependencies
Every package paseo depends on, ranked by repo health score.
Paseo is a local-first agent orchestration daemon that lets developers run multiple AI coding agents simultaneously across any device. A local Node.js server (the daemon) spawns and manages agent processes on your machine, streaming real-time output over WebSocket to whichever client you prefer — the iOS/Android app, the Electron desktop app, the web client, or the CLI.
Rather than lock you into a single AI provider, Paseo treats Claude Code, Codex, GitHub Copilot, OpenCode, and Pi as interchangeable providers. You dispatch tasks to whichever model fits the job, run them in parallel across worktrees, attach to live output, and send follow-up prompts without leaving your workflow. Voice control lets you dictate tasks hands-free or talk through a problem while the agent implements it.
The daemon exposes an MCP server that agents themselves can use to spawn sub-agents, creating fully autonomous multi-agent pipelines. Structured loop mode lets you define acceptance criteria and have an agent iterate until it passes — optionally with a separate verifier agent evaluating each attempt. Everything runs entirely on your machine with no telemetry, no forced sign-in, and no code leaving your environment.
Paseo ships as a desktop app that bundles and manages the daemon automatically, making setup a single download. For servers and headless environments the CLI installs via npm and presents a QR code that any mobile client can scan to connect remotely over an optional encrypted relay.