Installation
Using mise (recommended)
The easiest way to install fnox is with mise:
bash
mise use -g fnoxThis installs fnox globally and keeps it up to date.
Using Cargo
If you have Rust installed:
bash
cargo install fnoxFrom Source
bash
git clone https://github.com/jdx/fnox
cd fnox
cargo install --path .Verify Installation
bash
fnox --versionNext Steps
- Quick Start - Get started with fnox in 5 minutes
- Shell Integration - Set up automatic secret loading