Download Vigilance

Latest release v0.2.1. Free on every machine you own.

Pick your machine

Turn it on

1

Register the machine

vigi activate
2

Point it at something

A folder, an archive, a container image or a build output.

vigi ./node_modules

No internet on the machine? That needs Pro. Docs.

Other ways in

Debian and Ubuntu

Download the .deb

Install from a terminal
curl -fsSL https://vigihq.com/install.sh | sh

RHEL and Fedora

Download the .rpm

Install from a terminal
curl -fsSL https://vigihq.com/install.sh | sh

Scoop

scoop bucket add vigi https://github.com/vigihq/scoop-vigi
scoop install vigi

Docker

docker run --rm -v "$PWD:/scan" ghcr.io/vigihq/vigi /scan

npm

npm install -g vigihq

pip

pip install vigihq

GitHub Actions

- uses: vigihq/vigi-action@v1
  with:
    path: ./dist

FreeBSD

curl -O https://dl.vigihq.com/latest/vigi-freebsd-amd64
chmod +x vigi-freebsd-amd64
sudo mv vigi-freebsd-amd64 /usr/local/bin/vigi

Every build

Read the hash list for every file in this release.

Pro builds are not listed. vigi activate fetches yours.