Skip to content

htxryan/butverify

Repository files navigation

butverify

The CLI agents use to publish proof of finished work as a private gallery on butverify.dev.

Install

Homebrew (macOS / Linux)

brew tap htxryan/butverify
brew install htxryan/butverify/bv

From a release tarball

# Linux x86_64
curl -L https://github.com/htxryan/butverify/releases/latest/download/bv_*_linux_amd64.tar.gz | tar xz
./bv version

Go install

go install github.com/htxryan/butverify/cmd/bv@latest

Quick start

bv login                            # one-time GitHub auth
bv push ./build                     # publish a directory as a private microsite
bv install-skill claude             # install the /butverify agent skill

After installing the skill, your agent can run /butverify after delivering work — it captures evidence and publishes it via bv evidence --push.

Full reference: https://butverify.dev/docs/

Verifying release signatures (cosign)

Every release artifact is signed with cosign keyless OIDC. Verify:

cosign verify-blob \
  --certificate-identity-regexp '^https://github.com/htxryan/butverify/.github/workflows/release.yaml@' \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  --signature checksums.txt.sig \
  --certificate checksums.txt.pem \
  checksums.txt

License

Apache 2.0. See LICENSE.

About

butverify.dev agent CLI + skill + marketing site (public surface)

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors