Version 0.8.3-86
Downloads
The setup app sets up your whole computer. If you only need the ap CLI, install it with one command in your terminal.
GUI
Platform App
The desktop app sets up your machine and runs project setup on macOS, Windows, and Linux.
Terminal
Install the ap CLI
One command downloads the current version, puts it on your PATH, and checks that it runs.
In the terminal
curl -fsSL https://www.application-platform.com/install.sh | sh
In PowerShell
irm https://www.application-platform.com/install.ps1 | iex
In the terminal
curl -fsSL https://www.application-platform.com/install.sh | sh