-
Notifications
You must be signed in to change notification settings - Fork 6
Installation
Peter Mueller edited this page Apr 3, 2026
·
3 revisions
Vespasian can be installed from source using Go, downloaded as a pre-built binary, or built from a cloned repository.
- Go 1.24+ (for source installation and building)
go install github.com/praetorian-inc/vespasian/cmd/vespasian@latestDownload the latest binary for your platform from the Releases page.
| Platform | Architecture | Binary |
|---|---|---|
| Linux | amd64 | vespasian-linux-amd64 |
| Linux | arm64 | vespasian-linux-arm64 |
| macOS | amd64 | vespasian-darwin-amd64 |
| macOS | arm64 (Apple Silicon) | vespasian-darwin-arm64 |
| Windows | amd64 | vespasian-windows-amd64.exe |
git clone https://github.com/praetorian-inc/vespasian.git
cd vespasian
make buildThe binary will be placed at bin/vespasian.
vespasian --help- Quick Start Guide — Discover your first API
- CLI Reference — Full command reference
Vespasian is built by Praetorian. Learn more about the Praetorian Guard attack surface management platform. Licensed under Apache 2.0.