Hops: experimental Homebrew bottle installer and relocator #5460
Unanswered
justenstall
asked this question in
Everyday usage
Replies: 1 comment 14 replies
-
@justenstall This sounds interesting, thanks for sharing. Could you provide more details on how this works for the |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I have been working on an experimental Homebrew bottle installer called Hops: https://github.com/act3-ai/hops
The goal was to use Homebrew in air gapped networks, which is enabled by a command that copies bottles and their metadata to a standalone OCI registry and an install command that uses the standalone registry. The project was written in Go, so I was able to use concurrency to improve performance, especially for downloads.
Would love to share more about the experiment if there is any interest
@MikeMcQuaid
Beta Was this translation helpful? Give feedback.
All reactions