Each archive below is a self-contained bundle:
Moneymoor, a Rakudo runtime (2026.07-01), every Raku
dependency with its bytecode already compiled, and every native
library the application loads. There is nothing to install
first -- no Raku, no compiler, no package manager. Unpack it
anywhere, run bin/moneymoor, and delete the directory when
you are done: that is the uninstall.
Platforms
macos-arm64
Apple silicon, macOS 11 (Big Sur) or newer.linux-x86_64-glibc
x86_64, glibc 2.28 or newer: RHEL 8+, Ubuntu 18.10+,
Debian 10+. Not Alpine or any other musl distribution.windows-x86_64
x86_64, Windows 10 or newer.
A bundle runs on the platform it names and no other. It carries
compiled code, so there is no nearest match to fall back on.
Installing
curl -fsSL https://raw.githubusercontent.com/m-doughty/App-Moneymoor/HEAD/install.sh | sh
That script picks the right archive for the machine it runs on,
verifies its SHA-256, unpacks it under
$XDG_DATA_HOME/moneymoor/versions/ and links
~/.local/bin/moneymoor at it. Windows has install.ps1
beside it. Neither needs root, and uninstall.sh /
uninstall.ps1 undo exactly what they did.
Verifying a download
sha256sum -c checksums.txt
Or one archive at a time, against the .sha256 published beside
it. On macOS, shasum -a 256 -c reads either.