Skip to content

Installation

npm (Node.js)

sh
npm install @pgomes13/drift-guard

Downloads the correct pre-built binary for your platform automatically. See npm SDK for the full programmatic API.

Homebrew (macOS / Linux)

sh
brew tap pgomes13/tap
brew install drift-guard

Go install

sh
go install github.com/pgomes13/drift-guard-engine/cmd/drift-guard@latest

Build from source

sh
go build -o drift-guard ./cmd/drift-guard

Or via Make:

sh
make build

Released under the MIT License.