Add CutOS Agent installer

This commit is contained in:
yankun
2026-08-02 16:37:06 +08:00
commit 10fb734df3
2 changed files with 237 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
# CutOS Agent Installer
Install CutOS Agent and the Pi web console:
```bash
curl -fsSL https://git.cutos.ai/claw-daemon/cutos-agent/raw/main/install.sh | bash
```
The installer:
- Installs `@earendil-works/pi-coding-agent@latest`.
- Installs `@agegr/pi-web`.
- Installs the default Pi extensions.
- Creates and starts `pi-web.service`.
- Runs `pi-web --no-open` from `$HOME/.pi`.
The local console listens at:
```text
http://127.0.0.1:30141/
```