- Golang installed on your system
- A C compiler (for cgo, docker images compiled with gcc and musl libc)
- Clone this repository
- Run
go build -o passwdbox -ldflags "-s" cmd/passwdbox/main.goto build the binary - The
passwdboxbinary will be available in your current directory