Installation #

There are a few ways to install the OSRS CLI:

From Binary #

Go to the latest release and download the release for your platform (for Windows, you probably want the msvc version). Extract the archive and copy the executable file (either osrs or osrs.exe) to a directory in your PATH.

If you want to download a newer version of the app, you'll have to follow these same instructions again with the newest release.

From crates.io #

You can install this tool from crates.io if you have a working Rust toolchain installed. See here for setup instructions. Then run:

cargo install osrs-cli

This will install the latest version of the CLI to your path automatically. The advantage of this approach is you can easily download new versions using the same command.

From Source #

This is the most involved option, and you probably only want it if you really want to use an unreleased version of the tool. You'll need a working Rust toolchain for this (see instructions in the "crates.io" section above). Then, clone the repo and run:

cargo install --path .