Install
One command per OS. No SDK download, no JDK juggling, no Gradle dance.
Apirex installs itself with a single command. The installer detects your OS, fetches the right toolchain (JDK 17, Android SDK, Gradle wrapper, Apirex CLI), and verifies the install.
macOS
curl -fsSL https://get.apirex.in | bashWorks on macOS 12+ (Intel and ARM64). No Homebrew required, but if you already use it the installer will use it.
Linux
curl -fsSL https://get.apirex.in | bashTested on Ubuntu 22.04+, Debian 12+, Fedora 39+, Arch. The script is plain shell — `curl -fsSL https://get.apirex.in | less` to read it before running.
Windows
iwr -useb https://get.apirex.in/win | iexRun in PowerShell as a normal user (admin only needed once for SDK install). Works on Windows 10 and 11.
Verify
apirex doctorRuns a self-check on JDK, SDK, Gradle, ADB, and your account. If anything's off, it prints the exact fix.
Sign in
apirex loginOpens your browser and authenticates the CLI. After that, the agent is ready to receive plans from the dashboard.