Skip to content

Installation

The easiest way to install fnox is with mise:

bash
mise use -g fnox

This installs fnox globally and keeps it up to date.

Using Cargo

If you have Rust installed:

bash
cargo install fnox

From Source

bash
git clone https://github.com/jdx/fnox
cd fnox
cargo install --path .

Verify Installation

bash
fnox --version

Next Steps

Released under the MIT License.