Skip to content

Install

Library

go get github.com/blitui/blit

Requires Go 1.25+. No CGO required (CGO_ENABLED=0 is safe).

blit CLI

The blit binary is a thin wrapper around go test that adds snapshot update, JUnit/HTML reports, watch mode, and a vitest-style reporter.

brew install blitui/tap/blit
scoop bucket add blitui https://github.com/blitui/scoop-bucket
scoop install blit
go install github.com/blitui/blit/cmd/blit@latest

Download linux/darwin/windows archives (amd64 + arm64) from the GitHub Releases page.

Verify

blit --version

pkg.go.dev

Full Go API reference is available at pkg.go.dev/github.com/blitui/blit.