Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 340 Bytes

INSTALL.md

File metadata and controls

25 lines (17 loc) · 340 Bytes

Install GPUd

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.

Build

To build and run locally:

make all
./bin/gpud up

To run without systemd (e.g., Mac OS):

./bin/gpud run