docs: add README with early development warning

This commit is contained in:
Mohamed Boudra
2026-02-05 14:55:48 +07:00
parent ad22c83f45
commit 0b2ce53f89
2 changed files with 45 additions and 0 deletions

34
README.md Normal file
View 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