Installation
Multiple ways to summon Azath into your environment.
Recommended (macOS / Linux)
One-liner that downloads the right binary for your platform:
curl -sSL https://azath.sh/install.sh | shHomebrew (macOS / Linux)
Tap the official Azath tap first, then install:
brew tap azathsh/tapbrew install azathnpm (cross-platform)
Requires Node.js 18+. Works on macOS, Linux, and Windows:
npm install -g azathDocker
Run without installing anything locally:
docker run --rm -v $(pwd):/code azathsh/azath:latest scan-all /codeWindows (Scoop)
scoop bucket add azath https://github.com/azathsh/scoop-azathscoop install azathFrom Source
PREREQUISITE
Go 1.21+ is required.
go install github.com/azathsh/azath/cmd/azath@latestVerify Installation
azath versionNext Steps
azath auth login # Connect to your Azath accountazath init # Install git hooks in your repoazath scan-all . # Scan for existing secrets