← nutriterm

Install Nutriterm

A single binary on every desktop platform, with mobile apps in alpha. Pick whichever route fits your workflow — they all install the same TUI.

Desktop · TUI

The command-line experience — what most people install first.

macOS & Linux

$ curl -sSfL https://nutriterm.com/install.sh | sh

Detects your OS + architecture, grabs the matching binary from GitHub Releases, and installs it to ~/.local/bin/nutriterm.

Windows (WSL)

$ curl -sSfL https://nutriterm.com/install.sh | sh

Run 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.

Direct downloads

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.

Package managers

Native package channels for Linux, macOS, and Rust developers.

Cargo (crates.io)Coming soon
$ cargo install nutriterm

Available the moment Nutriterm is published to crates.io — queued immediately after the public v0.1.0 release.

HomebrewComing soon
$ brew install JacquardCauseway/tap/nutriterm

Pulls from a dedicated Nutriterm tap — works on both macOS and Linux Homebrew installations.

AUR (Arch Linux)Coming soon
$ yay -S nutriterm-bin

Installs the pre-built binary package — no compilation required. paru, aurman, and other AUR helpers work the same way.

Mobile

iOS and Android apps that share the same diary as the TUI when you're signed into Premium.

iOS · App StoreComing soon

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.

Android · Google PlayComing soon

Closed testing on Google Play. Public listing coming with the TUI launch — same waitlist as iOS above.

Build from source

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 --release

Requires 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.