Skip to content

Installation

This content is for v0.2.1. Switch to the latest version for up-to-date documentation.

Install v0.2.1, the published 0.2.x patch. The README at tag v0.2.1 still describes 0.2.0 archive names and go install @v0.2.0; the GitHub release is authoritative.

A v0.2.1 binary prints 0.2.1. Official artifacts are built with Go 1.26.7 and CGO_ENABLED=0.

  1. Download the archive for your OS and architecture from the v0.2.1 release.
  2. Download checksums.txt from the same release and verify the archive.
  3. Extract agoraform (agoraform.exe on Windows) and place it on PATH.
  4. Confirm the version:
Terminal window
agoraform --version

Expected archives follow the GoReleaser pattern used by other Agoraform releases:

FilePlatform
agoraform_0.2.1_linux_amd64.tar.gzLinux amd64
agoraform_0.2.1_linux_arm64.tar.gzLinux arm64
agoraform_0.2.1_darwin_amd64.tar.gzmacOS amd64
agoraform_0.2.1_darwin_arm64.tar.gzmacOS arm64
agoraform_0.2.1_windows_amd64.zipWindows amd64

The README checked in at this tag still lists agoraform_0.2.0_* filenames. Prefer the files attached to the GitHub release.

Requires Go 1.26.7 or newer:

Terminal window
go install github.com/dziblo-music/agoraform/cmd/agoraform@v0.2.1
Terminal window
git clone https://github.com/dziblo-music/agoraform.git
cd agoraform
git checkout v0.2.1
go build -o agoraform ./cmd/agoraform
./agoraform --version