mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
docs: add README with early development warning
This commit is contained in:
34
README.md
Normal file
34
README.md
Normal file
@@ -0,0 +1,34 @@
|
||||
# Paseo
|
||||
|
||||
Manage coding agents from your phone and desktop.
|
||||
|
||||
> ⚠️ **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
|
||||
Reference in New Issue
Block a user