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.
GitHub Releases
Section titled “GitHub Releases”- Download the archive for your OS and architecture from the
v0.2.1release. - Download
checksums.txtfrom the same release and verify the archive. - Extract
agoraform(agoraform.exeon Windows) and place it onPATH. - Confirm the version:
agoraform --versionExpected archives follow the GoReleaser pattern used by other Agoraform releases:
| File | Platform |
|---|---|
agoraform_0.2.1_linux_amd64.tar.gz | Linux amd64 |
agoraform_0.2.1_linux_arm64.tar.gz | Linux arm64 |
agoraform_0.2.1_darwin_amd64.tar.gz | macOS amd64 |
agoraform_0.2.1_darwin_arm64.tar.gz | macOS arm64 |
agoraform_0.2.1_windows_amd64.zip | Windows amd64 |
The README checked in at this tag still lists agoraform_0.2.0_* filenames. Prefer the files attached to the GitHub release.
go install
Section titled “go install”Requires Go 1.26.7 or newer:
go install github.com/dziblo-music/agoraform/cmd/agoraform@v0.2.1Build from source
Section titled “Build from source”git clone https://github.com/dziblo-music/agoraform.gitcd agoraformgit checkout v0.2.1go build -o agoraform ./cmd/agoraform./agoraform --version