https://github.com/getpaseo/paseo
Manage agents remotely from your phone, desktop and CLI
https://github.com/getpaseo/paseo
agents claude-code codex opencode
Last synced: 20 days ago
JSON representation
Manage agents remotely from your phone, desktop and CLI
- Host: GitHub
- URL: https://github.com/getpaseo/paseo
- Owner: getpaseo
- License: other
- Created: 2025-10-13T12:27:02.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-03-09T10:54:37.000Z (21 days ago)
- Last Synced: 2026-03-09T11:29:52.734Z (21 days ago)
- Topics: agents, claude-code, codex, opencode
- Language: TypeScript
- Homepage: https://paseo.sh
- Size: 44.1 MB
- Stars: 186
- Watchers: 2
- Forks: 16
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Security: SECURITY.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
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
```bash
npm install -g @getpaseo/cli
paseo
```
Then open the app and connect to your daemon.
For full setup and configuration, see:
- [Docs](https://paseo.sh/docs)
- [Configuration reference](https://paseo.sh/docs/configuration)
## 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:
```bash
# 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