Download Latest Version rucola-notes-x86_64-pc-windows-msvc.msi (3.1 MB)
Email in envelope

Get an email when there's a new version of rucola

Home / v0.9.0
Name Modified Size InfoDownloads / Week
Parent folder
rucola-notes-0.9.0-x86_64.tar.gz 2026-04-16 2.2 MB
source.tar.gz.sha256 2026-04-16 81 Bytes
rucola-notes-x86_64-pc-windows-msvc.msi 2026-04-16 3.1 MB
rucola-notes-x86_64-pc-windows-msvc.msi.sha256 2026-04-16 107 Bytes
rucola-notes-x86_64-pc-windows-msvc.zip 2026-04-16 3.0 MB
rucola-notes-x86_64-pc-windows-msvc.zip.sha256 2026-04-16 107 Bytes
rucola-notes-x86_64-unknown-linux-gnu.tar.xz 2026-04-16 1.9 MB
rucola-notes-x86_64-unknown-linux-gnu.tar.xz.sha256 2026-04-16 112 Bytes
rucola.rb 2026-04-16 1.8 kB
sha256.sum 2026-04-16 510 Bytes
source.tar.gz 2026-04-16 245.0 kB
dist-manifest.json 2026-04-16 20.8 kB
rucola-notes-installer.ps1 2026-04-16 21.8 kB
rucola-notes-installer.sh 2026-04-16 52.5 kB
rucola-notes-x86_64-apple-darwin.tar.xz 2026-04-16 1.8 MB
rucola-notes-x86_64-apple-darwin.tar.xz.sha256 2026-04-16 107 Bytes
README.md 2026-04-16 4.8 kB
Version 0.9.0 - Column Configuration source code.tar.gz 2026-04-16 244.1 kB
Version 0.9.0 - Column Configuration source code.zip 2026-04-16 264.6 kB
Totals: 19 Items   12.9 MB 0

Release Notes

  • Added an additional configuration option that allows users to freely customize the columns shown in the select screen and their headers.
  • This also adds the new, optional columns 'Score' and 'LastModified' (and technically 'Shuffle', which doesn't show anyhting).
  • Also added the option to manually sort by score after another sorting option had been chosen with an active filter.
  • The tag list is now also navigable with the arrow keys.
  • PageUp and PageDown can now be used to move by 10 lines in the select screen and the tag list.
  • Replaced several icons that used to require an installed Nerd font with their unicode counterparts to increase readability.
  • Updated several dependencies to fix security issues.
  • Updated dependencies to allow configuration files to use newer TOML versions.
  • Fixed a bug that caused the vault path to not get corrected when a malformed config file was detected, thus crashing the program instead of displaying an error message.
  • Rucola now detects when $EDITOR or the editor configuration option are set to the empty string and ignores them in this case.
  • When falling back to the open crate, rucola now uses the first command (xdg-open) instead of the last command (kde-open). This should reduce the amount of users for whom rucola will crash when running with neither editor nor $EDITOR set.
  • Added a nix flake for direct installation on NixOS as well as installation instructions.

Install rucola-notes 0.9.0

Install prebuilt binaries via shell script

:::sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Linus-Mussmaecher/rucola/releases/download/v0.9.0/rucola-notes-installer.sh | sh

Install prebuilt binaries via powershell script

:::sh
powershell -ExecutionPolicy Bypass -c "irm https://github.com/Linus-Mussmaecher/rucola/releases/download/v0.9.0/rucola-notes-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

:::sh
brew install Linus-Mussmaecher/tap/rucola

Packages

Packaging status

Install rucola from the official Arch User Repositories using pacman:

pacman -S rucola

Install from TUR using pkg to use rucola on Android devices:

  # First enable the TUR repo in Termux
  pkg install tur-repo
  pkg install rucola
 ```

Install for [NetBSD](https://www.netbsd.org/) using `pkgin`:

pkgin install rucola

Install on [NixOS](https://nixos.org/):

nix profile install github:Linus-Mussmaecher/rucola

Or run `rucola` directly without installing it:

nix run github:Linus-Mussmaecher/rucola

Rucola is also packaged for some other distributions as seen on the right.

#### Crates.io
Install using `cargo` from [`crates.io`](https://crates.io/crates/rucola-notes):

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 .

## Download rucola-notes 0.9.0

|  File  | Platform | Checksum |
|--------|----------|----------|
| [rucola-notes-x86_64-apple-darwin.tar.xz](https://github.com/Linus-Mussmaecher/rucola/releases/download/v0.9.0/rucola-notes-x86_64-apple-darwin.tar.xz) | Intel macOS | [checksum](https://github.com/Linus-Mussmaecher/rucola/releases/download/v0.9.0/rucola-notes-x86_64-apple-darwin.tar.xz.sha256) |
| [rucola-notes-x86_64-pc-windows-msvc.zip](https://github.com/Linus-Mussmaecher/rucola/releases/download/v0.9.0/rucola-notes-x86_64-pc-windows-msvc.zip) | x64 Windows | [checksum](https://github.com/Linus-Mussmaecher/rucola/releases/download/v0.9.0/rucola-notes-x86_64-pc-windows-msvc.zip.sha256) |
| [rucola-notes-x86_64-pc-windows-msvc.msi](https://github.com/Linus-Mussmaecher/rucola/releases/download/v0.9.0/rucola-notes-x86_64-pc-windows-msvc.msi) | x64 Windows | [checksum](https://github.com/Linus-Mussmaecher/rucola/releases/download/v0.9.0/rucola-notes-x86_64-pc-windows-msvc.msi.sha256) |
| [rucola-notes-x86_64-unknown-linux-gnu.tar.xz](https://github.com/Linus-Mussmaecher/rucola/releases/download/v0.9.0/rucola-notes-x86_64-unknown-linux-gnu.tar.xz) | x64 Linux | [checksum](https://github.com/Linus-Mussmaecher/rucola/releases/download/v0.9.0/rucola-notes-x86_64-unknown-linux-gnu.tar.xz.sha256) |
Source: README.md, updated 2026-04-16