#What free actually means for Mac apps
Before you download anything, it helps to know which kind of free you are dealing with, because they carry very different trade-offs.
Free and open source. The code is public. Anyone can read it, rebuild it, or fork it. These are the safest downloads on the platform because the app has nowhere to hide, and the good ones are maintained by people who use them daily. Window managers, clipboard tools and menu-bar utilities skew heavily open source.
Freemium. The download costs nothing, but the app upsells a Pro tier, a subscription, or a paid unlock. Nothing wrong with that model. Just read what the free tier actually includes before you commit your workflow to it, because the thing you rely on is sometimes behind the paywall.
Free download, paid with your data. The one to watch. The app is free because you are the product, or because a download portal repackaged a free installer to bundle its own extras. This is where a “mac apps free download” search goes wrong, and it is entirely avoidable once you know the tells.
#Where to download Mac apps safely
Rank your sources by how close they sit to the person who wrote the code. The closer, the safer. Here is how the common options actually stack up.
| Source | Trust | Notes |
|---|---|---|
| Mac App Store | High | Apple-reviewed and sandboxed. Safest, but the sandbox rules out many power-user apps. |
| Developer’s own site | High | The source of truth. Check for a signed, notarized build. |
| GitHub releases | High | For open-source apps, download the release asset, not a mirror. |
| Homebrew | High | brew install --cask pulls from the vendor and records a checksum. |
| Aggregator portals | Mixed | MacUpdate, FileHorse and similar are fine when they link to the original file, risky when they serve a repackaged one. |
Trust ratings are about distribution safety, not app quality. A great app served from a bad mirror is still a bad download.
Homebrew is the one most people skip and shouldn’t. It is a free package manager that installs and updates apps from the command line, pulling each one from the vendor’s real download and verifying it against a recorded checksum. Once it is set up, getting an app looks like this:
# install the app, verified, from the vendor brew install --cask rectangle # later, update everything at once brew upgrade
That single habit removes most of the portal problem, because you stop searching for download buttons entirely. When an app is not in Homebrew, go to its official site or GitHub, and be deliberate about it. If a portal ranks above the developer’s own page, scroll past it.
#How to vet a download before you run it
You do not need to be a security researcher. Two questions filter out the overwhelming majority of bad downloads.
Is it notarized by Apple? Notarization means Apple scanned the build for malware before it shipped. It is not a quality endorsement, but it does mean the binary passed an automated check and has not been tampered with since. When you open a notarized app the first time, macOS says who signed it. If Gatekeeper instead warns that it cannot verify the developer, that is not automatically malware, plenty of small free apps are unsigned, but it is a moment to slow down and confirm you got the file from the real source. I walked through exactly this trade-off for one popular free app in is Boring Notch safe.
Did it come straight from the author? A repackaged installer from a portal can be signed and still wrong, because the signature belongs to the portal, not the developer. Match the download to the project. If the GitHub repo has 12,000 stars and the file you grabbed came from a site you have never heard of, close it and start over at the source.
Two smaller habits worth keeping:
- Grant permissions one feature at a time. A well-built app asks for Accessibility, the microphone or your calendar only when you switch on the feature that needs it, never all at once at launch. A free app demanding every permission up front deserves a second look.
- Check when it was last updated. An app that has not shipped a build since an old macOS version may break, or may have been abandoned. Recent releases are a good sign someone is still home.
#Genuinely good free Mac apps, by category
These are free apps I have installed on my own Mac, grouped by what they do. All of them download directly or through Homebrew, and most are open source. I am not linking affiliate buttons, so verify each on its own site.
Window management and layout
Rectangle is the free, open-source window mover most people land on: snap a window to a half, a quarter or a full screen with a keyboard shortcut. It does the one job cleanly and asks for nothing else.
Clipboard history
macOS keeps only your last copied item. A clipboard manager keeps a searchable history so you can paste something from ten copies ago. Maccy is the free, open-source option I recommend first, and I compared it in depth in the Maccy clipboard manager write-up. If you want the broader picture of how copy and paste works on macOS and where its limits are, the clipboard on Mac explainer and how to copy on Mac both cover it. There is also a well-known paid option, which I looked at in the Paste clipboard manager review for anyone who wants more than the free tools give.
Menu bar
The menu bar fills up fast, and third-party apps only make it worse. Ice is a free, open-source manager that hides and reorders menu-bar items, the same problem I broke down in how to hide menu bar icons on Mac. If you want to understand the menu bar itself before you start hiding things, the menu bar on Mac guide is the primer.
System monitoring
Stats puts CPU, memory, network and temperature readouts in the menu bar. It is free, open source, and configurable down to which numbers show. Useful when you want to know why the fans spun up without opening Activity Monitor.
Media and files
VLC and IINA play essentially any video file, both free. Keka handles archives that Finder chokes on. AppCleaner removes an app plus the files it scatters around your system, which the drag-to-Trash method leaves behind. All four are direct downloads or Homebrew casks.
None of these will show up first when you search for a download. That is the point of the earlier sections: the good free apps rarely win the ad auction, so you have to know their names and go to the source.
#When free is not the answer
Free is the right default, and for a lot of jobs it is the whole answer. But it is not a rule, and pretending otherwise leads people to string together five half-working free tools when one paid app would have done it.
The honest signal that you have outgrown free is maintenance. A feature that has to keep working as macOS and other apps change, call controls that break when Zoom redesigns its window, a sync pipeline, an on-device model, takes ongoing work that a weekend open-source project often cannot sustain. That is what you are paying for when a paid app is worth it: not the code, the fact that someone is on the hook to keep it running. A fair one-time price with a trial, no subscription, is the model I trust most, and I compared two apps on exactly those terms in NotchBay vs Alcove.
So the answer to “should everything be free” is: no, and it depends on how much the feature has to survive change. Start free. Pay only when a free tool keeps letting you down on something you rely on every day.
#The app I build, in the open
Full disclosure, because it belongs here and nowhere earlier: I build a paid Mac app, NotchBay, and this whole guide is written from that seat. It is not a free download. It is $19 one-time, regularly $39, with a 3-day trial and no card required, and it is not on the Mac App Store, so you get it directly. It runs on macOS 26 (Tahoe) and needs a MacBook with a notch, because the island only draws on a notched display.
By the standard from the last section, it sits on the paid side for a reason: it drives Zoom and Google Meet call controls, keeps a clipboard tray with OCR search, runs on-device dictation, and those are the maintenance-heavy features free tools tend to drop. It is signed with an Apple Developer ID and notarized by Apple, which is the same check I told you to look for on any download above. If your needs are covered by the free apps listed above, use those, honestly. NotchBay is for the day they are not.
#Frequently asked questions
Are free Mac apps safe to download?
Many are, but the risk lives in where you get them, not the price. Download from the developer’s own site, their GitHub releases, the Mac App Store, or Homebrew, and prefer builds Apple has notarized or code you can read. The danger is third-party download portals that wrap a free installer in their own bundle, which can add adware or a modified binary.
Where is the best place to download free Mac apps?
In rough order of trust: the Mac App Store, the developer’s official website, the project’s GitHub releases page, and Homebrew via brew install --cask. Aggregator sites like MacUpdate or FileHorse can be fine when they link straight to the original file, but they sometimes serve a repackaged installer, so verify you landed on the developer’s real download.
What is the difference between free and open source?
Free means it costs nothing to download. Open source means the code is public and anyone can read or rebuild it. An app can be free without being open source, and open-source apps are usually free but not always. For safety, open source lets you or someone else audit the code, while a closed but notarized app has at least been scanned by Apple.
Do free Mac apps work without the App Store?
Yes. Most of the best free Mac apps are distributed directly, not through the App Store, because the store’s sandbox rules block features like window management, clipboard history and menu-bar tools. Downloading a signed, notarized app straight from a developer is normal and safe on macOS.