Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 821 Bytes

File metadata and controls

27 lines (21 loc) · 821 Bytes

Binary Download

This documentation has moved to docs.cli.vulnetix.com/docs/getting-started/curl.

Quick Start

# Linux AMD64
curl -L https://github.com/Vulnetix/cli/releases/latest/download/vulnetix-linux-amd64 -o vulnetix
chmod +x vulnetix
./vulnetix auth login
# macOS (Apple Silicon)
curl -L https://github.com/Vulnetix/cli/releases/latest/download/vulnetix-darwin-arm64 -o vulnetix
chmod +x vulnetix
./vulnetix auth login
# Windows (PowerShell)
Invoke-WebRequest -Uri "https://github.com/Vulnetix/cli/releases/latest/download/vulnetix-windows-amd64.exe" -OutFile "vulnetix.exe"
.\vulnetix.exe auth login

All binaries are available at GitHub Releases.