One-line install. Runs on your machine, polls Aria for jobs, walks you through API key creation. BYOK without copy-paste.
From the Aria onboarding flow, you get an ENROLL_TOKEN. Then on your machine:
The token is single-use, valid for 1 hour. Get one at staycool.ai/onboarding/install.
~/.aria-cli/aria-cli~/.aria-cli/config (mode 600)aria-cli pull — poll once, execute any pending job, exitaria-cli health — reachability + auth smokearia-cli config — print current config (auth token redacted)aria-cli devices — opens the portal device listcreate_api_key:anthropic — guides you through creating an Anthropic API keyping · noop — heartbeat + sanityThe Python client is a single file at /static/aria-cli.py. The bash installer is at /install/aria-cli. Both are open for inspection — never run pipe-to-bash without reading first.