https://github.com/getpaseo/paseo
Orchestrate coding agents remotely from your phone, desktop and CLI
https://github.com/getpaseo/paseo
ade agents claude-code codex copilot developer-tools gemini mobile opencode orchestration pi
Last synced: about 1 month ago
JSON representation
Orchestrate coding 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 (7 months ago)
- Default Branch: main
- Last Pushed: 2026-04-15T14:03:11.000Z (about 1 month ago)
- Last Synced: 2026-04-15T16:06:51.854Z (about 1 month ago)
- Topics: ade, agents, claude-code, codex, copilot, developer-tools, gemini, mobile, opencode, orchestration, pi
- Language: TypeScript
- Homepage: https://paseo.sh
- Size: 60.3 MB
- Stars: 3,514
- Watchers: 17
- Forks: 294
- Open Issues: 248
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
- Agents: AGENTS.md
Awesome Lists containing this project
- awesome-ChatGPT-repositories - paseo - Orchestrate coding agents remotely from your phone, desktop and CLI (CLIs)
- awesome-ai-agents - getpaseo/paseo - Paseo is a self-hosted platform that orchestrates coding agents from various providers, enabling cross-device control and parallel execution on local machines. (AI Agent Frameworks & SDKs / Orchestration Frameworks)
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