Requires Rust 1.88+.
git clone https://github.com/tpiperatgod/hi.md.git
cd hi.md
cargo build --release
# Binary at target/release/himdIf a binary has been published for your platform, download it from GitHub Releases. Release artifacts are published manually and may lag the current branch state.
macOS:
- Apple Silicon Mac →
himd-darwin-arm64.tar.gz - Intel Mac →
himd-darwin-x64.tar.gz
tar xzf himd-darwin-*.tar.gz
chmod +x himdIf macOS quarantine blocks execution:
xattr -d com.apple.quarantine himdWindows:
himd-windows-x64.zip
Expand-Archive .\himd-windows-x64.zip -DestinationPath .\himdAfter installing the binary, run /himd:setup inside Claude Code for guided MCP server registration.