Quick Install
The fastest way to installampup is via the installation script:
By default, the installer will:
- Install
ampupto~/.amp/bin/ampup(or$XDG_CONFIG_HOME/.amp/bin/ampup) - Add
ampupto your PATH automatically - Install the latest version of
ampd
Customizing Installation
The installer script accepts options to customize the installation process:Skip PATH Modification
Don’t automatically addampup to your PATH:
Skip Latest Version Installation
Install onlyampup without automatically installing the latest ampd version:
Custom Installation Directory
Install to a custom directory:Combine Multiple Options
You can combine multiple options:Available Installation Options
| Option | Description |
|---|---|
--install-dir <DIR> | Install to a custom directory (default: $XDG_CONFIG_HOME/.amp or $HOME/.amp) |
--no-modify-path | Don’t automatically add ampup to your PATH |
--no-install-latest | Don’t automatically install the latest ampd version |
Installing Specific Versions
After installingampup, you can install specific versions of ampd:
Supported Platforms
ampup supports the following platforms:
- Linux: x86_64, aarch64
- macOS: aarch64 (Apple Silicon)
Post-Installation
Verify Installation
After installation, restart your terminal or source your shell configuration:ampup is accessible:
Troubleshooting
Command not found: ampup
If you see this error, make sure theampup binary is in your PATH. You may need to:
- Restart your terminal
- Source your shell configuration file (see above)
- Manually add
~/.amp/binto your PATH if you used--no-modify-path
Download failed
- Check your internet connection
- Verify the release exists on GitHub
- For private repos, ensure
GITHUB_TOKENis set correctly
Uninstalling
To uninstallampd and ampup, delete the .amp directory: