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.10.0
Name Modified Size InfoDownloads / Week
Parent folder
rucola-notes-0.10.0-x86_64.tar.gz 2026-06-24 2.1 MB
rucola-notes-x86_64-unknown-linux-gnu.tar.xz.sha256 2026-06-24 112 Bytes
rucola.rb 2026-06-24 1.8 kB
sha256.sum 2026-06-24 510 Bytes
source.tar.gz 2026-06-24 247.8 kB
source.tar.gz.sha256 2026-06-24 81 Bytes
dist-manifest.json 2026-06-24 19.5 kB
rucola-notes-installer.ps1 2026-06-24 22.4 kB
rucola-notes-installer.sh 2026-06-24 52.6 kB
rucola-notes-x86_64-apple-darwin.tar.xz 2026-06-24 1.8 MB
rucola-notes-x86_64-apple-darwin.tar.xz.sha256 2026-06-24 107 Bytes
rucola-notes-x86_64-pc-windows-msvc.msi 2026-06-24 3.1 MB
rucola-notes-x86_64-pc-windows-msvc.msi.sha256 2026-06-24 107 Bytes
rucola-notes-x86_64-pc-windows-msvc.zip 2026-06-24 3.0 MB
rucola-notes-x86_64-pc-windows-msvc.zip.sha256 2026-06-24 107 Bytes
rucola-notes-x86_64-unknown-linux-gnu.tar.xz 2026-06-24 1.9 MB
README.md 2026-06-24 4.2 kB
Version 0.10.0 - Daily Notes source code.tar.gz 2026-06-24 247.4 kB
Version 0.10.0 - Daily Notes source code.zip 2026-06-24 267.8 kB
Totals: 19 Items   12.9 MB 0

Release Notes

  • Added a diary option by GitHub user robin-thoene
  • Added a configuration option to enable the daily diary.
  • Added a keybinding that creates a diary note and opens it in the editor or display screen.
  • Added a configuration option to determine the format of the title of the diary note.
  • Added a configuration option to set the initial content of the diary note.
  • Added an option to copy (i.e. duplicate) notes in the select and display screen
  • If a note is copied and its filename contains a valid date string (e.g. %F), it will be replaced by chrono during the copy.
  • Otherwise, copy_ will be prepended to the new file name.
  • This can be used to create templates for e.g. monthly or weekly notes and quickly copy them, in addition to the daily note system outlined above.

Install rucola-notes 0.10.0

Install prebuilt binaries via shell script

:::sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Linus-Mussmaecher/rucola/releases/download/v0.10.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.10.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.10.0

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