Are you telling me macOS doesn't have a package manager already?
Sparkle: A software update framework for macOS
51–60 of 128 posts
Re: Sparkle: A software update framework for macOS
#52This looks great. What would be the equivalent of this on Windows? It feels like everyone just invents their own.
I am constantly amazed and frustrated at how many apps I use on Windows have the following update process:
1. Pops up an alert telling me an update is available
2. I click a link in the alert opening my browser, taking me to a webpage full of links for different OSes and different architectures, which I have to search through to find Windows Intel x64
3. Wait to download the new version and then open it up
4. Spend 30 seconds clicking through a Windows Installer
Absolutely bonkers, especially considering some of these apps seem to release on an agile biweekly schedule. I usually procrastinate downloading updates because it's such a pain in the ass -- and that's not what you want your users to be doing.
Re: Sparkle: A software update framework for macOS
#53This makes me somewhat nostalgic for the days when I would regularly encounter software that used Sparkle for updates. The days when I’d mostly use downloadable native software for my Mac. The days when most of the software I regularly used had a somewhat consistent UX.
I miss Adium.
Re: Sparkle: A software update framework for macOS
#54Nowadays I just run `brew update; brew upgrade` and everything gets updated, including casks.
Re: Sparkle: A software update framework for macOS
#55Nowadays I just run `brew update; brew upgrade` and everything gets updated, including casks.
Edit: Obviously for users not familiar with command line programs brew isn't that "easy". But for command line people this setup is quite nice.
Re: Sparkle: A software update framework for macOS
#56Nowadays I just run `brew update; brew upgrade` and everything gets updated, including casks.
You might want to cleanup and call the doctor just in case. :-) brew update; brew upgrade; brew cleanup; brew doctor
brew update && brew upgrade && brew cleanup && brew autoremove
Re: Sparkle: A software update framework for macOS
#57This looks great. What would be the equivalent of this on Windows? It feels like everyone just invents their own.
[1]: https://github.com/Squirrel/Squirrel.Windows/tree/develop/do...
[2]: https://github.com/electron/electron/blob/main/docs/api/auto...
Re: Sparkle: A software update framework for macOS
#58[flagged]
You cannot possibly be serious? This is absolutely brilliant if it is sarcasm. Sparkle has been around for what feels like decades. It was around long before the app store even existed. It has been the defacto way to update apps for a long time. You have probably used it a half dozen times without realizing it.
Not yet.
Re: Sparkle: A software update framework for macOS
#59This looks great. What would be the equivalent of this on Windows? It feels like everyone just invents their own.
There's a version of Sparkle for Windows. I have no idea why apps don't adopt it. I am constantly amazed and frustrated at how many apps I use on Windows have the following update process: 1. Pops up an alert telling me an update is available 2. I click a link in the alert opening my browser, taking me to a webpage full of links for different OSes and different architectures, which I have to search through to find Wi…
Now I know it exists - thanks!
Re: Sparkle: A software update framework for macOS
#60This looks great. What would be the equivalent of this on Windows? It feels like everyone just invents their own.
https://learn.microsoft.com/en-us/windows/msix/non-store-dev...
Or just publish to MS Store and/or winget.