Menu

Installation

Linus Mußmächer

The many different ways to install rucola.
The program is provided for Linux, Windows and MacOS.
Installation from the AUR is only possible on Linux, but all other methods are platform independent.

Installation Scripts & Tarballs

For installation instructions via shell script, .msi or tarball, see the latest release.
These installers are generated using cargo dist and are provided for Windows, Mac and Linux.

AUR

Install rucola from the Arch User Repository:

 pacman -S rucola-notes

Install with an AUR helper such as yay:

 yay rucola

Crates.io

Install using cargo from crates.io:

 cargo install rucola-notes

Manual Build

If you want to build the latest commit of rucola by yourself, you can clone the repository, build & install:

 git clone https://github.com/Linus-Mussmaecher/rucola
 cd rucola
 cargo install --path .

Related

Wiki: Home