diff --git a/README.md b/README.md new file mode 100644 index 000000000..4f36dc434 --- /dev/null +++ b/README.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 5c6b3b498..eb976be94 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5605,6 +5605,17 @@ "darwin" ] }, + "node_modules/@rollup/rollup-linux-x64-gnu": { + "version": "4.52.5", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, "node_modules/@rtsao/scc": { "version": "1.1.0", "dev": true,