this post was submitted on 29 Jul 2025
1 points (100.0% liked)

macOS

1200 readers
1 users here now

The home for all things macOS on LW.

Rules:

founded 2 years ago
MODERATORS
 

TL;DR: Hey guys, question here for everyone familiar with Homebrew on macOS, particularly through GUI apps such as Applite. I had a bunch of problems when installing apps through Applite in a macOS VM, and was wondering is this was likely more of a fault of the VM, Applite, or a legitimate Homebrew issue. I made a checklist of all the apps I wanted to install and/or test out, along with their successes and failures. https://docs.google.com/spreadsheets/d/1k0FKaoWZD7JC0P641MalLtzefpMaZZVWfWZpLHMr7qw/edit?usp=drivesdk

Long explanation: See, I’m a tech – both in the sense that I’m a power user who can familiarize myself with just about everything, and that I do tech support and break down a lot of things for other people. As a result of this, once I first used Linux a few years ago and started learning about package managers for other systems, Homebrew caught my eye. I saw people recommending it left and right, and as soon as I got comfortable with my Mac and found my application suite, I knew I was going to test it.

…thing is, a majority of applications that I tested on through a virtual machine failed in one way or another. Almost to none of them seemed to allow in-app updates or work with apps like Latest (which use Sparkle for update detection). Some part of this could be due to the virtual machine nature of this test (I created a macOS Sequoia VM ON macOS Sequoia using UTM and Apple Virtualization), and some part of it could be Applite specifically (though I set the app up to use my Homebrew directory set up via the actual Homebrew website, not using “Applite’s custom directory”), but either way, a lot of programs just flat-out didn’t work. Any thoughts as to why this could be?

Also, before you say “just use the CLI,” there’s a reason I used Applite, and it’s the same reason I mentioned tech support: Most people still do not feel comfortable using a command line interface. Convenient as it may be for fellow “power users” with brewfiles and the instantaneous setups, most users still default to their app stores. Helped FIVE people with their Macs on installing different browsers, and they ALL went to “why isn’t it in the App Store?” If Applite or another free program works for this, that could solve the “missing App Store” problem for average users. With it being Homebrew-powered too, that could even open up the door to help people become more technologically savvy. Question is though, was I just doing something wrong, or is Applite not a viable solution for homebrew installations? I’m going to test things out one more time in another VM today, and if I still run into the same issues, I’ll post a follow-up comment. Thank you all for your help!

you are viewing a single comment's thread
view the rest of the comments
[–] trey_a_12@lemmy.world 1 points 2 days ago* (last edited 2 days ago) (1 children)

Okay, so I'm still testing things out in terms of the Homebrew installations, but things are working MUCH better this time around. For instance, both GIMP and Darktable actually downloaded the latest versions AND actually work, so this might well become my new solution for app installations for everyone!

Your last statement regarding the app updating though, the part where you said:

If a GUI tool can auto update, Homebrew leaves it to auto update and actually stops updating the tool.

I do want a bit more clarification if possible.

  1. Apps like GIMP and Darktable DON'T auto-update, though apps like Latest will detect that new versions are available. Normally, this means I have to go to the application's website and download the new version myself. Will Homebrew automatically update these programs?
  2. Further, for the apps that do get auto-updated, do they remain in my Homebrew catalog and all to where I'd be able to remove or configure them with brew commands?
  3. Regarding apps that DON'T have built-in updaters like GIMP and the like, if I go to the developer's website and get the newest versions, do I have to do anything with the originals installed via Homebrew CLI or app wrappers like Applite?

Thank you sincerely for your time. I apologize for any inconvenience this may have caused.

[–] SMillerNL@lemmy.world 2 points 1 day ago
  1. Apps like GIMP and Darktable DON'T auto-update, though apps like Latest will detect that new versions are available. Normally, this means I have to go to the application's website and download the new version myself. Will Homebrew automatically update these programs?

Yes, Homebrew will upgrade anything except software that is defined as auto-updating.

  1. Further, for the apps that do get auto-updated, do they remain in my Homebrew catalog and all to where I'd be able to remove or configure them with brew commands?

Yes, it’s just that the version information for brew will not be accurate.

  1. Regarding apps that DON'T have built-in updaters like GIMP and the like, if I go to the developer's website and get the newest versions, do I have to do anything with the originals installed via Homebrew CLI or app wrappers like Applite?

Obviously you don’t have to uninstall the old version. It’s just a bit inconvenient if spotlight search for GIMP brings up two apps where one is outdated. But brew doesn’t care.