Distribution Channels
Install RAPS from your preferred package manager or download pre-built binaries.
All channels receive updates automatically when new versions are released.
Choose Your Platform
Windows
macOS
Linux
All Distribution Channels
Detailed installation instructions for each package manager and platform.
Cargo (crates.io)
Cross-platform
Official Rust package manager - recommended for Rust developers
cargo install raps Homebrew
macOS / Linux
The missing package manager for macOS (and Linux)
brew install dmytro-yemelianov/tap/raps Scoop
Windows
Command-line installer for Windows
scoop bucket add raps https://github.com/dmytro-yemelianov/scoop-bucket
scoop install raps npm
Cross-platform
Node.js package manager - for JavaScript/TypeScript projects
npm install -g @dmytro-yemelianov/raps-cli pip (PyPI)
Cross-platform
Python package installer - Python bindings for RAPS
pip install raps Docker Hub
Containers
Container images for Docker, Kubernetes, CI/CD pipelines
docker pull dmytroyemelianov/raps:latest GitHub Releases
All Platforms
Pre-built binaries for Windows, macOS, and Linux
Download binary for your platform from releases page GitHub Actions
CI/CD
Use RAPS in GitHub Actions workflows
# In your .github/workflows/*.yml
- uses: dmytro-yemelianov/raps-action@v1 Need Help?
Check out our installation guide for detailed platform-specific instructions and troubleshooting.