Installation

Install Rolens on your machine.

System requirements

Rolens can run on the following operating systems:

Pre-compiled binaries

You can obtain a pre-compiled Rolens.app for macOS or installer for Windows from the release page.

If you use a Linux-based OS, please continue reading.

Compile from source in 2 easy steps

Rolens is free and open-source software, which means that you can compile it from source on your own machine by cloning the repository.

If you have Node.js installed, just download the source from GitHub, and run node ./build.js. The install script will check that dependencies are present and build Rolens for you. If you want to build it yourself, please continue reading.

Advanced build

Please see the advanced build documentation for a more profound insight in the build procedure.