22 lines
452 B
Markdown
22 lines
452 B
Markdown
# 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/
|
|
```
|