acpr
acpr runs agents from the ACP registry.
Usage
Run an agent:
List available agents:
To install it
cargo binstall acprorcargo install acpr, if you have the Rust toolchain installed
How it works
acpr fetches the ACP registry and runs the specified agent using the appropriate method:
- npm packages:
npx -y package@latest - Python packages:
uvx package@latest - Binaries: Downloads, extracts, and executes platform-specific binaries
Downloaded files are cached locally. The registry is refreshed every 3 hours.
Options
--list- Show available agents--force <type>- Force refresh (all,registry, orbinary)--cache-dir <dir>- Custom cache directory--registry <file>- Use custom registry file--debug- Show debug output
Examples
# Run cline agent
# List all available agents
# Force refresh and run
# Use custom cache directory