Quick Install
The fastest way to install Applad is via the official install script:- Download the latest Applad CLI binary for your platform
- Install it to
/usr/local/bin/applad - Verify the installation
- Set up shell completions (optional)
The install script supports macOS, Linux, and WSL (Windows Subsystem for Linux).
Prerequisites
Before installing Applad, ensure you have the following installed:Docker
Applad uses Docker Compose as the universal runtime model. You need Docker installed on your system.macOS:Linux:WSL:
Install Docker Desktop for Windows with WSL 2 backend enabled.
Platform Requirements
| Platform | Architecture | Minimum Version |
|---|---|---|
| macOS | x86_64, ARM64 | macOS 11+ |
| Linux | x86_64, ARM64 | Kernel 3.10+ |
| WSL | WSL 2 | Windows 10 1903+ |
Alternative Installation Methods
Manual Installation
If you prefer to install manually or the script doesn’t work for your system:Download the binary
Download the latest release for your platform from the GitHub releases page.macOS (Apple Silicon):macOS (Intel):Linux (x86_64):
Build from Source
For developers and contributors wanting to build from source:Verify Installation
After installation, verify that Applad is correctly installed:Shell Completion (Optional)
Enable shell completion for a better CLI experience:Update Applad
To update Applad to the latest version, re-run the install script:Uninstall
To remove Applad from your system:- Remove the Applad CLI binary
- Clean up configuration files (with confirmation)
- Remove shell completions
Troubleshooting
Permission denied when running install script
Permission denied when running install script
The install script requires write access to
/usr/local/bin. You may need to run with sudo:Docker not found
Docker not found
Ensure Docker is installed and running. Test with:If you see “Cannot connect to the Docker daemon”, start Docker Desktop (macOS) or the Docker service (Linux):
Command not found after installation
Command not found after installation
The binary may not be in your PATH. Verify the installation location:If nothing is returned, add
/usr/local/bin to your PATH:macOS Gatekeeper warning
macOS Gatekeeper warning
On macOS, you might see a security warning for the downloaded binary. To allow it:
- Go to System Preferences > Security & Privacy
- Click Allow Anyway next to the Applad message
- Re-run the
appladcommand
Next Steps
Now that you have Applad installed:Quick Start
Get a live backend running in 3 minutes
CLI Reference
Explore all available commands
Configuration
Learn about Applad’s config structure
Deploy to VPS
Deploy your first project to a VPS