Getting Started
Install
Install the yori CLI with go install or from a clone.
With go install
yori is a single, CGo-free Go binary (Go 1.26+):
go install github.com/arjia-labs/yori@latestAdd $HOME/go/bin to your PATH, then verify:
yori --helpFrom a clone
git clone https://github.com/arjia-labs/yori
cd yori
go build -o yori . && ./yori --helpRequirements
- Go 1.26+ to build (no CGo, no C toolchain needed).
- An
$EDITORforyori add/yori edit(falls back tovi). giton yourPATH— only used by the registry commands, and only when you ask for them.
yori makes no network calls of its own and stores nothing outside your store directories.