Skip to content

Ship prebuilt release binaries via GoReleaser #84

Description

@stempeck

Installing af currently requires a Go 1.24 toolchain (make build && make install). Prebuilt binaries would let people try agentfactory without one.

Proposal

  • Add a .goreleaser.yml building cmd/af for linux/darwin × amd64/arm64
  • A release GitHub Actions workflow triggered on semver tags that runs GoReleaser and attaches binaries to the GitHub release
  • Decide whether webui (separate module under web/) ships in the same archive or stays source-build-only

Notes

  • af version should report the tag (ldflags injection)
  • The in-tree MCP issue-store server (py/issuestore/) still requires Python 3.12 at runtime — binaries don't remove that dependency; the release notes should say so

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions