buresdv / Cork

A fast GUI for Homebrew written in SwiftUI
https://corkmac.app
2.14k stars 129 forks source link

Add support for multiple homebrew locations #414

Open swswsws583 opened 5 days ago

swswsws583 commented 5 days ago

Suggestion type

Both

What is your idea about?

It'd be great if both x86_64 and ARM homebrew directories are managed on the same interface without needing to change the settings.

Why should this be added?

I am using both versions of homebrew for different formulae.

Keeping it real

buresdv commented 5 days ago

It already switches the executable on the fly depending on if it's an Intel or ARM system. Could you elaborate a bit on your idea?

swswsws583 commented 5 days ago

I have homebrew installed in /opt/homebrew/bin/brew - this is the place for ARM compatible packages, and in /usr/local/bin/brew - this is for x86_64 compatible packages. In Cork, only one homebrew directory is loaded at a time, that's why I am suggesting the option to allow a second directory to be loaded at the same time.