Install the Health.md CLI
Ce contenu n’est pas encore disponible dans votre langue.
Choose one installation method. The standalone CLI is a public preview for macOS, Linux, and Windows. The Health.md Mac app also includes signed helpers for Mac users.
Homebrew
Section titled “Homebrew”Homebrew is the shortest path on macOS or Linux:
brew install CodyBontecou/tap/healthmdhealthmd --versionThe formula installs both healthmd and the healthmd-mcp compatibility launcher from the same versioned CLI release.
To upgrade later:
brew updatebrew upgrade healthmdHealth.md for Mac
Section titled “Health.md for Mac”Health.md for Mac includes signed healthmd and healthmd-mcp helpers. Open the Mac app and select CLI to see the commands for your installed copy.
The normal app bundle paths are:
/Applications/Health.md.app/Contents/Helpers/healthmd/Applications/Health.md.app/Contents/Helpers/healthmd-mcpTo make them available in every terminal session, create symlinks in a user-owned bin directory:
mkdir -p ~/.local/binln -sf "/Applications/Health.md.app/Contents/Helpers/healthmd" ~/.local/bin/healthmdln -sf "/Applications/Health.md.app/Contents/Helpers/healthmd-mcp" ~/.local/bin/healthmd-mcpAdd ~/.local/bin to PATH if your shell does not already include it.
Release installers and Cargo
Section titled “Release installers and Cargo”Each exact healthmd-cli/v<version> release can include checksummed installers and archives for macOS, Linux, and Windows. Follow the release verification and installation instructions rather than the repository-wide latest-release link, which is reserved for the Apple apps.
After an exact version reaches crates.io, Rust users can install it with:
cargo install healthmd-cli --lockedVerify the installation
Section titled “Verify the installation”These commands are local and do not contact a phone:
healthmd --versionhealthmd --helpBoth should resolve to the same installation you intended to use:
command -v healthmdcommand -v healthmd-mcpNext step
Section titled “Next step”Pair an open Health.md app on iPhone or Android:
healthmd direct pair --transport manual-ipOr configure a supported local AI host and begin pairing in one flow:
healthmd setup codexSee Direct phone CLI for mobile requirements, transport behavior, and the current preview compatibility matrix.