Skip to content

Install SecureVibe on macOS

The skills-check CLI runs natively on Intel and Apple Silicon. Pick whichever install path matches how you manage other CLI tools.

brew tap shieldnet-360/tap
brew install skills-check

The tap formula lives at packaging/homebrew/skills-check.rb.

Go install

go install github.com/shieldnet-360/securevibe/cmd/skills-check@latest

Make sure $(go env GOPATH)/bin is on your PATH.

.pkg installer

Download the signed .pkg from the latest GitHub Release and double-click to install. The package places the binary at /usr/local/bin/skills-check.

Reproducible-build details and the signing model live in SIGNING.md and packaging/codesign/README.md.

Verify

skills-check version

You should see the CLI version, the embedded public key ID, and the Go version it was built with.

Schedule background updates

skills-check scheduler install            # launchd, 6h interval
skills-check scheduler status             # check what's installed

The skills-check init command will also offer to set up the scheduled update interactively on first run. Pass --no-prompt to skip the prompt in CI scripts.