Skip to content

Installation

Linus Mußmächer edited this page Aug 19, 2024 · 8 revisions

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.

Note that in any case, some sort of Nerd font will be required to properly display some of the icons.

Installation Scripts & Tarballs

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

Arch Linux

You can install rucola from the official repositories using pacman:

pacman -S rucola

Or install with an AUR helper such as yay and pick either rucola to build from source or rucola-notes-bin to install a prepackaged binary:

 yay rucola

Crates.io

Install using cargo from crates.io:

 cargo install --locked 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 --locked --path .
Clone this wiki locally