$ shellfirm
Getting Started

Installation

Install shellfirm via npm, Homebrew, Cargo, or GitHub Releases

npm (any platform with Node.js)

The fastest way to install shellfirm:

npm install -g @shellfirm/cli

Homebrew (macOS and Linux)

brew tap kaplanelad/tap && brew install shellfirm

Cargo (any platform with Rust)

If you have Rust installed, build from source:

cargo install shellfirm --all-features

GitHub Releases

Download pre-built binaries from the GitHub Releases page.

Verify the installation

After installing through any method, confirm shellfirm is available:

shellfirm --version

You should see output like:

shellfirm x.y.z

Next steps

Once installed, you need to set up your shell so shellfirm can intercept commands before execution.