Install Gritee, then brat
brat sits on top of Gritee, so install the substrate first. Then grab brat with the one-line installer or from source.
# substrate: the append-only event log
cargo install --git https://github.com/neul-labs/grite grite
# brat itself (one-line)
curl -fsSL https://raw.githubusercontent.com/neul-labs/brat/main/install.sh | bash
# ...or from source
cargo install --path crates/brat