Oh My Herdr
DocumentationGetting started

Install Oh My Herdr

Install Oh My Herdr from the current source checkout or Nix flake.

Install Oh My Herdr

This guide installs the current pre-public Oh My Herdr source.

Release availability: Verified omh-* release downloads are not publicly available yet. Use one of the source-based paths below and check the download status page before relying on a release artifact.

Build from a source checkout

Install Rust and Cargo, then run these commands from the repository root:

git clone https://github.com/masakirocorp/oh-my-herdr.git
cd oh-my-herdr
cargo install --path apps/omh

cargo install --path apps/omh must run from the cloned repository root, where the workspace and apps/omh package are present. It installs the omh executable into Cargo's normal binary directory. The default branch is pre-public and may change; pin a reviewed commit before using this command in automation.

Install with Nix

The current repository flake exposes the omh package:

nix profile install "github:masakirocorp/oh-my-herdr#omh"

This Nix package is declared for x86_64 and aarch64 Linux and macOS. The Nix path does not provide a Windows installation.

Check the installation

Verify the executable and version:

omh --version

The output starts with omh followed by the current source version.

Continue with the quick-start tutorial, or return to the download status page for release availability.

Last updated on

On this page