A single binary on every desktop platform, with mobile apps in alpha. Pick whichever route fits your workflow — they all install the same TUI.
The command-line experience — what most people install first.
$ curl -sSfL https://nutriterm.com/install.sh | shDetects your OS + architecture, grabs the matching binary from GitHub Releases, and installs it to ~/.local/bin/nutriterm.
$ curl -sSfL https://nutriterm.com/install.sh | shRun inside a WSL2 shell. Native Windows isn't supported — WSL2 ships a Linux userland, so the same bash installer drops the Linux build into ~/.local/bin/nutriterm inside the WSL distro.
All five archives are attached to every release. The vX.Y.Z placeholder resolves to the latest stable tag — see the Releases page for the actual asset URLs.
Native package channels for Linux, macOS, and Rust developers.
$ cargo install nutritermAvailable the moment Nutriterm is published to crates.io — queued immediately after the public v0.1.0 release.
$ brew install JacquardCauseway/tap/nutritermPulls from a dedicated Nutriterm tap — works on both macOS and Linux Homebrew installations.
$ yay -S nutriterm-binInstalls the pre-built binary package — no compilation required. paru, aurman, and other AUR helpers work the same way.
iOS and Android apps that share the same diary as the TUI when you're signed into Premium.
The iPhone app is currently in TestFlight alpha. Public App Store listing will land alongside the public TUI release — join the waitlist by emailing contact@nutriterm.com.
Closed testing on Google Play. Public listing coming with the TUI launch — same waitlist as iOS above.
If you'd rather audit the code or hack on it before installing.
$ git clone https://github.com/JacquardCauseway/nutriterm.git && cd nutriterm && cargo build --releaseRequires Rust 1.75 or newer. Binary lands at target/release/nutriterm. The full README walks through TUI navigation, command-line flags, and food-database imports.
Trouble installing? Open an issue on GitHub or email contact@nutriterm.com.