GraphCanon updated Sep 18, 2026 · GitHub synced Sep 18, 2026
43views this month
Decision brief
Paseo runs a local server daemon to manage coding agents through various clients including desktop apps, mobile apps, CLI, and self-hosted web UI.
Good fit when
- When you need to orchestrate multiple code generation or modification tasks concurrently across different platforms
- For development teams that require seamless integration of AI-driven tools on a variety of devices
Avoid when
- If your workflow does not involve managing coding agents from desktop, mobile apps, and CLI interfaces
- When you prefer cloud-based orchestration without needing to set up a local daemon server
Observed Jul 17, 2026 · Source: enrich:decision_facts
Verify the decision
Adoption
Package downloads where a registry match exists. GitHub stars (17,619) are secondary evidence.
- npm downloads (30d)
- 231·npm downloads API·Sep 18, 2026
Maintenance and security
Full trust report- Maintenance
- Very active (0d since push)
- As of Sep 18, 2026
- Provenance
- Not a fork · Organization account
- As of Sep 18, 2026
- Security (OSV)
- No lockfile
- As of Jul 15, 2026
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
npm install paseo npmSimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
Paseo orchestrates coding agents via clients like desktop, mobile apps, and CLI by running a local daemon server.
Capability facts
- CLI
- CLI entrypoint
Source: package.json:bin|scripts · Sep 18, 2026
- MCP server
- No MCP server detected
Source: repo_scan · Sep 18, 2026
- Languages
- typescript, javascript
Source: github.language+package.json · Sep 18, 2026
Categories
Tags
README
Getting Started Paseo runs a local server called the daemon that manages your coding agents. Clients like the desktop app, mobile app, web app, and CLI connect to it. Docker Run the Paseo daemon and self hosted web UI in Docker: Open after it starts. Extend the base image with th...
For agents
This page has a .md twin and JSON over the API.