Unix
macOS / Linux
curl -fsSL https://agentkit.best/install.sh | sh › Fallback if the primary host fails
Use the release host when agentkit.best is unreachable.
curl -fsSL https://releases.agentkit.best/install.sh | sh From zero to a first Skill with AgentKit: install the ak CLI, verify, sign in, install a Kit, invoke in your runtime.
Overview
Signed installer — macOS/Linux or Windows PowerShell.
ak --version and ak doctor to confirm a clean install.
ak login (email + OTP, API key, or license key), then install a Kit for your runtime.
Installing a Kit does not run a workflow — open the assistant.
01
Pick your platform, run one command, then open a new terminal.
Unix
curl -fsSL https://agentkit.best/install.sh | sh Use the release host when agentkit.best is unreachable.
curl -fsSL https://releases.agentkit.best/install.sh | sh Windows
irm https://agentkit.best/install.ps1 | iex Run in PowerShell (not CMD). After install, open a new terminal window.
02
ak --version
ak doctor --json 03
Before installing licensed remote Kits, authenticate to the registry with one of the methods below. Recommended for most users: email + OTP.
Sends a one-time password (OTP) to your email. The CLI prompts Enter OTP code — type the code from your inbox. The OTP is not stored on disk; the CLI session keeps a rotating refresh credential (not the OTP itself).
ak login --email you@example.com
# Prompt: Enter OTP code:
ak whoami Key from your web profile. Suited to non-interactive hosts. The private API key is stored in the session.
ak login --api-key ak_live_... --no-interactive Activates a device for an App session (separate from the CLI email/API slot). Mainly for Desktop — does not grant Engineer / Marketing Kits by itself.
ak login --license-key ak_license_... --no-interactive Install a Kit for the runtime you use. Project scope is the default; add --global for user-wide availability. Installing a Kit does not run a workflow — restart the coding assistant or open a new session, then invoke a Skill (for example /ak:plan or $ak:plan).
04
Desktop is not required to use Kits. Buy it only if you want the local management UI — App license is separate from Kits. VividKit referral: 30% off.