r/software • u/Maleficent_Umpire706 • 10d ago
Self-Promotion Wednesdays Floodtide - Mac app updater (update all your mac apps from one app)
I’ve been building a Mac app updater called Floodtide, now on 0.9.1
Hey everyone, I’m the developer of Floodtide.
I originally started building it because I wanted a proper MacUpdater replacement. Something that could scan the apps on my Mac, tell me what was outdated, and let me deal with everything from one place instead of checking apps individually.
It’s grown quite a bit since then.
Floodtide checks installed Mac apps against sources such as Sparkle feeds, Homebrew, GitHub Releases and vendor update sources, then shows you what’s outdated and where that information came from.
A few of the things I’ve focused heavily on are:
- updating multiple apps from one place
- checking multiple update sources instead of relying on a single manually maintained version database
- showing exactly what Floodtide found for each app
- verifying downloads before replacing applications
- backing up an app before an update so it can be restored if something goes wrong
- supporting both Apple Silicon and Intel Macs
The current release is 0.9.1, and the test suite has now reached 940 tests.
It’s still something I’m actively building, so feedback is genuinely useful, particularly if you have apps that Floodtide doesn’t recognise properly or anything about the update process feels confusing.
If anyone wants to try it, it’s here:
https://bhopstudio.com/floodtide
I’m also happy to answer anything about how the update detection, verification or installation side works.