Get started

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

bash
curl -fsSL https://get.apirex.in | bash

Works on macOS 12+ (Intel and ARM64). No Homebrew required, but if you already use it the installer will use it.

Linux

bash
curl -fsSL https://get.apirex.in | bash

Tested 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

powershell
iwr -useb https://get.apirex.in/win | iex

Run in PowerShell as a normal user (admin only needed once for SDK install). Works on Windows 10 and 11.

Verify

bash
apirex doctor

Runs a self-check on JDK, SDK, Gradle, ADB, and your account. If anything's off, it prints the exact fix.

Sign in

bash
apirex login

Opens your browser and authenticates the CLI. After that, the agent is ready to receive plans from the dashboard.

NoteTotal install size: ~600 MB on first run. Subsequent updates are incremental.