Aulay runtime · one command per machine

Install the runtime.

One command installs a small background runtime that pairs this machine with ai.aulay.io and keeps itself up to date. Sign-in opens in your browser. The same command turns a VPS into a fleet machine.

Run in a terminal on the machine you want in your fleet
macOS / Linux
Terminal
curl -fsSL https://market.aulay.io/runtime.sh | sh
Windows
PowerShell
irm https://market.aulay.io/runtime.ps1 | iex

Installs under ~/.aulay and registers a per-user service that starts on boot. Re-run with login, status, update, or remove (for example curl -fsSL https://market.aulay.io/runtime.sh | sh -s -- status). Setting up a server? Follow the VPS guide.

Optional desktop app

Prefer a menu-bar app?

The desktop app wraps the same runtime in a tray icon with runtime health, permission prompts, and voice dictation. It is not required — the runtime install above is everything Aulay needs.