AI One agent installer

This host serves the install scripts used by the one-liner commands the Roja chat UI hands you when you add a host.

Linux / macOS

curl -sSL https://install.getroja.ai/install.sh | sudo bash -s -- --token=<your-token>

Windows (admin PowerShell)

iex "& { $(irm https://install.getroja.ai/install.ps1) } -Token <your-token>"

Source: rgshepherd21/aione-agent/install/ ยท manual install doc