Download Latest Version rucola-notes-x86_64-apple-darwin.tar.xz (1.8 MB)
Email in envelope

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

Home / v0.8.0
Name Modified Size InfoDownloads / Week
Parent folder
rucola-notes-0.8.0-x86_64.tar.gz 2025-11-23 2.6 MB
sha256.sum 2025-11-23 510 Bytes
source.tar.gz 2025-11-23 231.0 kB
source.tar.gz.sha256 2025-11-23 81 Bytes
dist-manifest.json 2025-11-23 19.1 kB
rucola-notes-installer.ps1 2025-11-23 21.4 kB
rucola-notes-installer.sh 2025-11-23 50.2 kB
rucola-notes-x86_64-apple-darwin.tar.xz 2025-11-23 1.9 MB
rucola-notes-x86_64-apple-darwin.tar.xz.sha256 2025-11-23 107 Bytes
rucola-notes-x86_64-pc-windows-msvc.msi 2025-11-23 3.3 MB
rucola-notes-x86_64-pc-windows-msvc.msi.sha256 2025-11-23 107 Bytes
rucola-notes-x86_64-pc-windows-msvc.zip 2025-11-23 3.1 MB
rucola-notes-x86_64-pc-windows-msvc.zip.sha256 2025-11-23 107 Bytes
rucola-notes-x86_64-unknown-linux-gnu.tar.xz 2025-11-23 2.0 MB
rucola-notes-x86_64-unknown-linux-gnu.tar.xz.sha256 2025-11-23 112 Bytes
rucola.rb 2025-11-23 1.8 kB
README.md 2025-11-23 2.9 kB
Version 0.8.0 - Index Caching _ More source code.tar.gz 2025-11-23 231.1 kB
Version 0.8.0 - Index Caching _ More source code.zip 2025-11-23 250.4 kB
Totals: 19 Items   13.6 MB 0

Release Notes

  • Slightly changed the way markdown links are parsed to allow them to use file extensions.
  • Fixed a bug that caused rucola to panic and crash when run on a git repo with detached head.
  • Added the option to cache the rucola index in a file when the program is closed, and to reload it on start up. This comes with several caveats laid out in the wiki and default config and is disabled by default.
  • Added confirmation dialogue when deleting notes
  • Added more support for multi-word tags
  • Added option to match tags by prefix instead of exactly

Install rucola-notes 0.8.0

Install prebuilt binaries via shell script

:::sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Linus-Mussmaecher/rucola/releases/download/v0.8.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.8.0/rucola-notes-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

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

Repositories

AUR

Install rucola from the Arch User Repository:

pacman -S rucola

Crates.io

Install using cargo from crates.io:

 cargo install --locked rucola-notes

Termux User Repository (TUR)

Install using pkg from TUR:

  pkg install tur-repo
  pkg install rucola
 ```

## Download rucola-notes 0.8.0

|  File  | Platform | Checksum |
|--------|----------|----------|
| [rucola-notes-x86_64-apple-darwin.tar.xz](https://github.com/Linus-Mussmaecher/rucola/releases/download/v0.8.0/rucola-notes-x86_64-apple-darwin.tar.xz) | Intel macOS | [checksum](https://github.com/Linus-Mussmaecher/rucola/releases/download/v0.8.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.8.0/rucola-notes-x86_64-pc-windows-msvc.zip) | x64 Windows | [checksum](https://github.com/Linus-Mussmaecher/rucola/releases/download/v0.8.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.8.0/rucola-notes-x86_64-pc-windows-msvc.msi) | x64 Windows | [checksum](https://github.com/Linus-Mussmaecher/rucola/releases/download/v0.8.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.8.0/rucola-notes-x86_64-unknown-linux-gnu.tar.xz) | x64 Linux | [checksum](https://github.com/Linus-Mussmaecher/rucola/releases/download/v0.8.0/rucola-notes-x86_64-unknown-linux-gnu.tar.xz.sha256) |
Source: README.md, updated 2025-11-23