Distribution Channels

Install RAPS from your preferred package manager or download pre-built binaries. All channels receive updates automatically when new versions are released.

Latest Version: v4.4.0 | 2026-01-20

Choose Your Platform

πŸͺŸ

Windows

β†’ Scoop
β†’ Cargo
β†’ npm
β†’ pip
β†’ GitHub Releases
🍎

macOS

β†’ Homebrew
β†’ Cargo
β†’ npm
β†’ pip
β†’ GitHub Releases
🐧

Linux

β†’ Homebrew
β†’ Cargo
β†’ npm
β†’ pip
β†’ Docker
β†’ GitHub Releases

All Distribution Channels

Detailed installation instructions for each package manager and platform.

πŸ¦€

Cargo (crates.io)

Cross-platform

active

Official Rust package manager - recommended for Rust developers

Installation:
cargo install raps
Verify:
$ raps --version
🍺

Homebrew

macOS / Linux

active

The missing package manager for macOS (and Linux)

Installation:
brew install dmytro-yemelianov/tap/raps
Verify:
$ raps --version
πŸͺ£

Scoop

Windows

active

Command-line installer for Windows

Installation:
scoop bucket add raps https://github.com/dmytro-yemelianov/scoop-bucket
scoop install raps
Verify:
$ raps --version
πŸ“¦

npm

Cross-platform

active

Node.js package manager - for JavaScript/TypeScript projects

Installation:
npm install -g @dmytro-yemelianov/raps-cli
Verify:
$ raps --version
🐍

pip (PyPI)

Cross-platform

active

Python package installer - Python bindings for RAPS

Installation:
pip install raps
Verify:
$ python -c "import raps; print(raps.__version__)"
🐳

Docker Hub

Containers

active

Container images for Docker, Kubernetes, CI/CD pipelines

Installation:
docker pull dmytroyemelianov/raps:latest
Verify:
$ docker run --rm dmytroyemelianov/raps --version
πŸ“₯

GitHub Releases

All Platforms

active

Pre-built binaries for Windows, macOS, and Linux

Installation:
Download binary for your platform from releases page
Verify:
$ ./raps --version
βš™οΈ

GitHub Actions

CI/CD

active

Use RAPS in GitHub Actions workflows

Installation:
# In your .github/workflows/*.yml
- uses: dmytro-yemelianov/raps-action@v1
Verify:
$ Integrated in workflow

Need Help?

Check out our installation guide for detailed platform-specific instructions and troubleshooting.