temporalite-archived icon indicating copy to clipboard operation
temporalite-archived copied to clipboard

Publish Temporalite to homebrew

Open jlegrone opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe.

Homebrew is a popular package manager for macOS that would allow users to get started with Temporalite quickly and receive updates in the future. Homebrew uses pre-built binaries, so users would no longer need to have the Go toolchain installed.

Describe the solution you'd like

Configure goreleaser to update the temporalio homebrew tap: https://github.com/temporalio/homebrew-brew

Describe alternatives you've considered

Additional context

jlegrone avatar Aug 05 '22 23:08 jlegrone

The new Temporal CLI with integrated dev server is available via homebrew and might be an alternative https://github.com/temporalio/cli#installation

brew install temporal
temporal server start-dev

p4p4 avatar Mar 28 '23 09:03 p4p4