aria-cli · v0.1

One-line install. Runs on your machine, polls Aria for jobs, walks you through API key creation. BYOK without copy-paste.

Install

From the Aria onboarding flow, you get an ENROLL_TOKEN. Then on your machine:

curl -fsSL https://staycool.ai/install/aria-cli | bash -s -- <ENROLL_TOKEN>

The token is single-use, valid for 1 hour. Get one at staycool.ai/onboarding/install.

What it does

  1. Detects platform (macOS · Linux · other) and hostname
  2. Downloads the Python client to ~/.aria-cli/aria-cli
  3. Enrolls your device with Aria and stores credentials in ~/.aria-cli/config (mode 600)
  4. Prints a scheduler template (launchd / systemd-user / cron) for ongoing polling
  5. On first poll, picks up any jobs Aria has queued for your device

Commands

  1. aria-cli pull — poll once, execute any pending job, exit
  2. aria-cli health — reachability + auth smoke
  3. aria-cli config — print current config (auth token redacted)
  4. aria-cli devices — opens the portal device list

Job kinds (v0.1)

Source

The 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.

© 2026 InSync Tech · ← downloads · staycool.ai