Skip to content

Installation

Prebuilt binaries are available from Github Actions - the UI is a bit terrible, but essentially select the top build, then download the artifact zip for your system at the bottom of the page. To run the executable, add the folder where you downloaded it to your PATH environment variable (see tutorial for Windows here) or move it to where you want to use it.

If you don't have a GitHub account or are unable to download directly from GitHub, you can also use nightly.link.

In future I will have a lot more installation options, but you can also compile from source:

  1. Install Go (1.19 or newer) from https://golang.org/dl/
  2. Run go install github.com/packwiz/packwiz@latest. Be patient, it has to download and compile dependencies as well!