Morrowv0.1.0

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/morrow

To update in the future:

brew upgrade morrow

Quick Install Script (Linux & macOS)

Downloads the latest pre-compiled release binary directly:

curl -fsSL https://raw.githubusercontent.com/utkarsh125/morrow/main/install.sh | bash

Cargo from crates.io

Install via Rust's package manager:

cargo install morrow

Cargo from Git

Install the latest commit directly from the repository:

cargo install --git https://github.com/utkarsh125/morrow

Build 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

On this page