mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
42 lines
1.3 KiB
Markdown
42 lines
1.3 KiB
Markdown
<p align="center">
|
|
<img src="packages/website/public/logo.svg" width="64" height="64" alt="Paseo logo">
|
|
</p>
|
|
|
|
<h1 align="center">Paseo</h1>
|
|
|
|
<p align="center">Manage coding agents from your phone and desktop.</p>
|
|
|
|
---
|
|
|
|
> [!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.
|
|
|
|
## Features
|
|
|
|
- **Self-hosted:** The daemon runs on your laptop, home server, or VPS
|
|
- **Multi-provider:** Works with Claude Code, Codex, and OpenCode from one interface
|
|
- **Multi-host:** Connect to multiple daemons and see all your agents in one place
|
|
- **Voice input:** Dictate prompts when you're away from your keyboard
|
|
- **Optional relay:** Use the hosted end-to-end encrypted relay, or connect directly
|
|
- **Cross-device:** iOS, Android, desktop, web, and CLI
|
|
- **Git integration:** Manage agents in isolated worktrees, review diffs, ship from the app
|
|
- **Open source:** Free and open source under MIT license
|
|
|
|
## Quick Start
|
|
|
|
```bash
|
|
npm install -g @getpaseo/cli && paseo
|
|
```
|
|
|
|
Then open the app and connect to your daemon.
|
|
|
|
## Documentation
|
|
|
|
See [paseo.sh/docs](https://paseo.sh/docs) for full documentation.
|
|
|
|
## License
|
|
|
|
MIT
|