Install
tonic is distributed as a CLI binary. The current project status is alpha, so prefer pinning versions in automation.
Homebrew
Section titled “Homebrew”brew tap fairlabs/tap https://forgejo.fairlabs.dev/fairlabs/homebrew-tap.gitbrew install tonicNix Profile
Section titled “Nix Profile”nix profile install git+https://forgejo.fairlabs.dev/fairlabs/tonic.gitRun without installing:
nix run git+https://forgejo.fairlabs.dev/fairlabs/tonic.gitVerify
Section titled “Verify”tonic --versiontonic --helpThe release build injects the current version. Local source builds may report dev (alpha).
Next Step
Section titled “Next Step”Start with a local SQLite target so you can exercise the command surface without provisioning a remote database.
tonic connections add sqlite scratch --path ./scratch.db --localtonic query ping --target scratch