INSTALL.md

August 27, 2026 ยท View on GitHub

You can either download a prebuild binary file from the releases page or use the instructions below to build dfetch from source. If you want to package Dfetch for a specific platform your free to do so.

Build from source

To build Dfetch from source you first need to install the following:

  • Go 1.24.4+
  • Git

Then you can clone the repository and build the binary using the following commands:

git clone https://github.com/David17c/Dfetch.git
cd Dfetch
go build -trimpath -ldflags="-s -w" .

Now you can make the binary executable by running:

chmod +x dfetch

Finally run the binary:

./dfetch