Download APM CLI
Get the AI Package Manager command-line tool for your platform
Quick Install
The easiest way to install APM CLI is using our install script:
curl -sSL https://apm.s1lv.com/install.sh | bash
This script will automatically detect your platform and install the latest version.
Manual Downloads
Download the binary directly for your platform
Loading releases...
Installation Instructions
Linux / macOS
1. Download the appropriate archive for your platform
2. Extract the archive:
tar -xzf apm-*-*.tar.gz3. Move the binary to your PATH:
sudo mv apm-* /usr/local/bin/apm4. Make it executable:
chmod +x /usr/local/bin/apmWindows
1. Download the Windows binary (apm.exe)
2. Place it in a directory in your PATH, or:
3. Create a new directory (e.g., C:\apm) and add it to your PATH
4. Move apm.exe to that directory
Getting Started
Verify installation:
apm --versionInitialize a project:
apm initSearch for tools:
apm search "email automation"Install a package:
apm install package-name@1.0.0