Installation
From source (recommended)
tofa is written in Rust. Install rustup (1.78 or newer),
then:
git clone https://github.com/stratif-io/tofa
cd tofa
cargo install --path tofa
The binary tofa lands in ~/.cargo/bin.
From crates.io
cargo install tofa
Verify the install
tofa --version
What's next
Create your first vault: see Quick start.