Skip to content

Installation

Requirements

  • Go 1.23+ (for building from source)

Install with go install

go install github.com/mtingers/dflockd/cmd/dflockd@latest

See GOPATH documentation for more information on how this works.

Build from source

git clone https://github.com/mtingers/dflockd.git
cd dflockd
make build

Verify installation

Start the server to confirm everything is working:

# If installed with go install
dflockd

# If built from source
./dflockd

You should see log output indicating the server is listening:

INFO dflockd: listening on ('0.0.0.0', 6388)