Installation
Install Morrow on macOS, Linux, or build from source.
Choose your preferred installation method below.
Homebrew (macOS & Linux)
The recommended installation method for macOS and Linux users:
brew install utkarsh125/tap/morrowTo update in the future:
brew upgrade morrowQuick Install Script (Linux & macOS)
Downloads the latest pre-compiled release binary directly:
curl -fsSL https://raw.githubusercontent.com/utkarsh125/morrow/main/install.sh | bashCargo from crates.io
Install via Rust's package manager:
cargo install morrowCargo from Git
Install the latest commit directly from the repository:
cargo install --git https://github.com/utkarsh125/morrowBuild from Source
Requirements: Rust 1.80+ (rustup)
git clone https://github.com/utkarsh125/morrow.git
cd morrow
cargo install --path .Verify your installation:
morrow --version