Skip to content

Universal Governance Compiler v1.0.1

Choose a tag to compare

@radustefanescu97-star radustefanescu97-star released this 06 Jul 10:01

Universal Governance Compiler v1.0.1 adds prebuilt GitHub Release binaries for Linux, macOS, and Windows.

Attached artifacts:

  • ugc_1.0.1_linux_amd64.tar.gz
  • ugc_1.0.1_linux_arm64.tar.gz
  • ugc_1.0.1_darwin_amd64.tar.gz
  • ugc_1.0.1_darwin_arm64.tar.gz
  • ugc_1.0.1_windows_amd64.zip
  • ugc_1.0.1_checksums.txt

SHA-256 checksums are provided in ugc_1.0.1_checksums.txt.

Source build remains supported:

git clone https://github.com/radustefanescu97-star/UGC-Universal-Governance-Compiler.git
cd UGC-Universal-Governance-Compiler
go build -o ugc .
./ugc --help

macOS binaries are cross-compiled and were not locally runtime-tested because no macOS machine was available. Binaries are not signed or notarized.

No code behavior changes are intended relative to v1.0.0 beyond release packaging and README install documentation.