
**frum is currently in alpha**
🏃♂️ A little bit fast and modern Ruby version manager written in Rust
[](https://github.com/TaKO8Ki/frum/actions) [](https://crates.io/crates/frum)
[Usage](#Usage) | [Docs](#)
sh
$ eval "$(frum init)"
$ frum install 2.6.5
$ frum local 2.6.5
$ ruby -v
Features
- Cross-platform support (macOS, Linux)
- Works with
.ruby-version
files
- Auto-Completion
Goals
- Blazing-Fast Ruby Installation - built with speed in mind
- Cross-Platform - works on macOS, Linux and (Windows)
Usage
Subcommands
- init: Sets environment variables for initializing frum.
- install: Installs the specified Ruby version.
- -l, --list: Lists the Ruby versions available to install.
- -w, --with-openssl-dir: Specify the openssl directory.
- uninstall: Uninstall a specific Ruby version.
- versions: Lists installed Ruby versions.
- global: Sets the global Ruby version.
- local: Sets the current Ruby version.
- -q, --quiet: Supress error messages when
.ruby-version
is missing
Installation
Cargo
If you already have a Rust environment set up, you can use the cargo install
command:
$ cargo install --version 0.1.0-alpha.1 frum
Contribution
Contributions, issues and pull requests are welcome!
Reference