Downloads

The desktop app sets up your machine and runs project setup on macOS, Windows, and Linux.

Windows

Version 0.4.1-73

More downloads

More downloads

The setup app installs the VS Code extension and AP CLI automatically during setup. Download them manually here if needed.

VS Code extension

Platform extension for VS Code, Cursor, and Antigravity.

Setup

  1. Download the .vsix file above.

  2. Open VS Code, Cursor, or Antigravity → Extensions → "Install from VSIX…"

  3. Select the downloaded file.

  4. Open the parent project folder (not a single repository) — the Welcome page appears automatically.

Extension documentation

AP CLI

Command-line tool to start and manage projects.

Windows

Version 0.8.2-67

Setup

  1. Download the binary for your operating system above.

  2. macOS/Linux: make it executable and add it to your PATH (e.g. chmod +x ap && sudo mv ap /usr/local/bin/ap).

  3. Windows: place the .exe in a folder on your PATH.

  4. Run ap login and sign in to the platform.

  5. Verify with ap whoami that sign-in worked.

Check for updates anytime with ap cli-update check.

AP CLI documentation

Application Platform as MCP

Connect Cursor and other MCP clients to the platform via the AP CLI.

  1. AP CLI installed and signed in with ap login.

  2. In Cursor (or another MCP client), add the following configuration — for example in .cursor/mcp.json:

  3. Reload Cursor or your IDE — MCP tools are then available.

AP CLI documentation