mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
cc7483ea12d472745be14933517fe09b147ea583
Versions 1.2.7–1.2.9 have a broken npm publish where compiled files land in dist/src/ but the package exports map references dist/v2/, causing ERR_MODULE_NOT_FOUND on startup. Pin to 1.2.6 which has the correct layout. Closes #64 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Paseo
Manage coding agents from your phone and desktop.
Warning
Early development — Features may break or change without notice. Use at your own risk.
Paseo is a self-hosted daemon for Claude Code, Codex, and OpenCode. Agents run on your machine with your full dev environment. Connect from phone, desktop, or web.
Getting Started
npm install -g @getpaseo/cli
paseo
Then open the app and connect to your daemon.
For full setup and configuration, see:
Development
Quick monorepo package map:
packages/server: Paseo daemon (agent process orchestration, WebSocket API, MCP server)packages/app: Expo client (iOS, Android, web)packages/cli:paseoCLI for daemon and agent workflowspackages/desktop: Tauri desktop apppackages/relay: Relay package for remote connectivitypackages/website: Marketing site and documentation (paseo.sh)
Common commands:
# run all local dev services
npm run dev
# run individual surfaces
npm run dev:server
npm run dev:app
npm run dev:website
# repo-wide checks
npm run typecheck
License
MIT
Languages
TypeScript
98.1%
JavaScript
1.3%
Shell
0.1%
Swift
0.1%
