danielmiessler / fabric

fabric is an open-source framework for augmenting humans using AI. It provides a modular framework for solving specific problems using a crowdsourced set of AI prompts that can be used anywhere.
https://danielmiessler.com/p/fabric-origin-story
MIT License
24.27k stars 2.61k forks source link

[Feature request]: create homebrew recipe #812

Open ideologysec opened 2 months ago

ideologysec commented 2 months ago

What do you need?

Now that Go binaries are being built, and hopefully added as tagged releases, it would be great to have fabric added to Homebrew as a recipe, so users on macOS can just brew install fabric-ai or similar.

Parallels: brew install ollama

Considerations:

christophberger commented 1 month ago

I support this request, and I would extend it to using Goreleaser for generating a Homebrew formula as well as packages for other OS package managers, binary archives, source archives, Docker images, etc, etc.

(I once wrote two blog posts about getting started with Goreleaser—I hope this helps lower the bar)