Installing Rad
Learn how to install Rad on different platforms and environments.
Official Installation Methods
The fastest way to install Rad on macOS or Linux is using our official installation script:
This script will detect your system architecture and install the appropriate version.
Building from Source
If you prefer to build Rad from source, you'll need to have Rust and Cargo installed. If you don't have them, you can install them using rustup.
Verifying Your Installation
After installation, verify that Rad is installed correctly by checking its version:
Using Rad with Ruby Version Managers
Rad works seamlessly with popular Ruby version managers like RVM, rbenv, and asdf. No additional configuration is required.
System Requirements
Rad has minimal system requirements and should run on most systems that can run Ruby:
- Operating Systems: macOS 10.13+, Windows 10+, Linux (glibc 2.17+ or musl)
- Architectures: x86_64, aarch64 (Apple Silicon), i686, armv7
- Disk Space: ~10 MB for the Rad binary
- Ruby: Compatible with all Ruby versions from 2.0.0+
Next Steps
Now that you have Rad installed, learn how to use it with our Getting Started guide, or check out our Command Reference to explore all available commands.