Skip to content
/ paseo Public

Manage agents remotely from your phone, desktop and CLI

License

Notifications You must be signed in to change notification settings

getpaseo/paseo

Repository files navigation

Paseo logo

Paseo

Manage coding agents from your phone and desktop.

Paseo app screenshot


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: paseo CLI for daemon and agent workflows
  • packages/desktop: Tauri desktop app
  • packages/relay: Relay package for remote connectivity
  • packages/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

About

Manage agents remotely from your phone, desktop and CLI

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published