-
Notifications
You must be signed in to change notification settings - Fork 6
Installation
nsportsman edited this page Jan 30, 2026
·
3 revisions
This guide covers all methods for installing Vespasian on your system.
- Go 1.24+ (for building from source)
- Git (for cloning the repository)
The simplest way to install Vespasian:
go install github.com/praetorian-inc/vespasian/cmd/vespasian@latestThis installs the vespasian binary to your $GOPATH/bin directory.
Clone and build the repository:
git clone https://github.com/praetorian-inc/vespasian.git
cd vespasian
go build -o vespasian ./cmd/vespasian
sudo mv vespasian /usr/local/bin/vespasian version
vespasian listEnsure your Go bin directory is in your PATH:
export PATH=$PATH:$(go env GOPATH)/bingo clean -modcache
go mod download
go build ./cmd/vespasianVespasian is built by Praetorian. Learn more about the Praetorian Guard attack surface management platform. Licensed under Apache 2.0.