Skip to content

Install SecureVibe on Windows

The skills-check CLI runs on Windows 10 and newer (x64). The CLI binary is signed with Authenticode when the release secret is configured — see packaging/codesign/README.md.

MSI installer

Download the signed .msi from the latest GitHub Release and double-click to install. The installer places the binary in %ProgramFiles%\Skills-Check\ and adds it to the system PATH.

winget

winget install shieldnet-360.skills-check

The manifest lives at packaging/winget/shieldnet-360.skills-check.yaml.

Scoop

scoop bucket add shieldnet-360 https://github.com/shieldnet-360/scoop-bucket
scoop install skills-check

The bucket manifest lives at packaging/scoop/skills-check.json.

Go install

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

Make sure %USERPROFILE%\go\bin is on your PATH.

Verify

skills-check version

Schedule background updates

skills-check scheduler install    # Task Scheduler, 6h interval
skills-check scheduler status

skills-check init will also offer to install the scheduled update on first run; pass --no-prompt to skip in CI.