To install from the official release:
curl -fsSL https://pkg.gpud.dev/install.sh | sh
gpud up
Then open localhost:15132 for the local web UI.
To build and run locally:
make all
./bin/gpud up
To run without systemd (e.g., Mac OS):
./bin/gpud run
To install from the official release:
curl -fsSL https://pkg.gpud.dev/install.sh | sh
gpud up
Then open localhost:15132 for the local web UI.
To build and run locally:
make all
./bin/gpud up
To run without systemd (e.g., Mac OS):
./bin/gpud run