Rode is shipped across multiple platforms, primarily through GitHub Releases and crates.io. This guide covers installation methods for different platforms.
Nightly builds are an ongoing process and planned for the near future. Currently, stable releases are available through crates.io and GitHub releases.
This will download, compile, and install the latest stable version of Rode. The binary will be available in your Cargo bin directory (usually ~/.cargo/bin/).After installation, run Rode:
Building from source gives you the latest features and allows you to customize the build.
1
Clone the repository
git clone https://github.com/kashsuks/rode
2
Navigate to the directory
cd rode
3
Build and run
cargo run
This will install all required dependencies and compile the application.
4
Install the binary (optional)
To install the compiled binary to your Cargo bin:
cargo install --path .
GitHub commits are not guaranteed to be stable as they represent development logs. The current commit may not compile or run correctly. For stable builds: