I make Shiny, a menu-bar app for Mac memory management. So I think a lot about what belongs in the menu bar and what doesn't, and about what a good utility actually looks like. The apps below are ones I'd recommend to anyone setting up a clean Mac for the first time.
None of these are affiliate links. No sponsored placements. Just seven tools that do what they say, weigh next to nothing, and don't ask for more than they need.
What makes a utility lightweight?
Size on disk is the most obvious signal, but it's a proxy for something deeper. A small app is usually a native app, meaning it's written in Swift or Objective-C and talks to macOS directly using Apple's own frameworks. It doesn't bundle its own browser engine, its own JavaScript runtime, or its own telemetry SDK.
According to Apple's App Store guidelines, apps are expected to use only what they need and request only the permissions they genuinely require. Lightweight utilities tend to honour that spirit even when they distribute outside the App Store.
The apps below are small because they are focused. That focus is a feature. For more on why telemetry-free tools matter, see the best Mac apps with no telemetry.
The seven best lightweight Mac utilities
One winner per job. Not the most popular pick in each category, the one that does the job cleanly at the smallest cost to your system.
Window management: Rectangle
Free, open sourceWhat it does: Snap and resize windows using keyboard shortcuts or screen edges. Move a window to the left half, right half, top quarter, maximise, or fill a third of the screen, all without touching the mouse.
Why it wins: Rectangle is around 6MB on disk, written natively in Swift, and has been maintained steadily since 2019. The keyboard shortcuts are learnable in an afternoon and become muscle memory within a week. There is no subscription, no account, no telemetry. The code is public on GitHub.
The honest tradeoff: Rectangle Pro adds more layouts and drag-to-snap zones for $9.99 once. The free version covers most people completely. If you come from a tiling window manager background you may want the Pro version's additional snapping behaviour, but for casual use the free edition is excellent.
Best for: anyone who still manually drags windows around. The first time you move a window with a keyboard shortcut you won't go back.
Clipboard: Maccy
Free, open sourceWhat it does: Keeps a history of everything you've copied. Press a shortcut, see the last 200 (or however many you set) clipboard entries, type to filter, press return to paste. That's it.
Why it wins: Maccy is around 5MB on disk, open source, and does exactly one thing with no upsell. The interface is a plain text list that appears and disappears in under a second. It stores text only by default, which keeps it fast and privacy-friendly. There is no iCloud sync, no AI suggestions, no clipboard "smart categories."
The honest tradeoff: If you copy a lot of images and want those in your history too, Maccy handles images but they take up more storage and the history gets harder to scan. For text-heavy workflows like writing, coding, or research, it is the cleanest clipboard manager available.
Best for: anyone who has ever copied something, copied something else, and lost the first thing. Which is everyone.
Hotkey remapping: Karabiner-Elements
Free, open sourceWhat it does: Remaps keys and creates complex keyboard shortcuts at the system level. Turn Caps Lock into Escape, remap keys on external keyboards that don't match the Mac layout, or build multi-key chords that trigger actions anywhere in macOS.
Why it's worth mentioning: Karabiner is slightly larger than the others on this list because it installs a kernel extension to intercept keystrokes at a low level. That is not bloat; it is a requirement for doing the job correctly. No other app does what Karabiner does as reliably, and the project has been maintained for over a decade.
The honest tradeoff: The configuration is done via a JSON file or a GUI that takes some learning. If you only want to remap one key (Caps Lock to Escape is the most common case), it's a five-minute setup. If you want complex multi-layer modifier schemes, there's a learning curve. Worth it for keyboard-driven workflows.
Best for: developers, writers, and anyone with an external keyboard who wants it to behave exactly the way they want.
Menu bar: Bartender
Paid, small footprintWhat it does: Hides, reorganises, and manages menu bar icons. As you install more utilities, the menu bar fills up. Bartender lets you move icons into a secondary tray, show them only when they change, or hide them entirely.
Why it wins: Bartender has a tiny disk footprint for what it does, is native, and has been the category standard for years. The latest version (Bartender 5) includes a search mode so you can find any menu bar item by typing, which alone justifies the price for anyone with a crowded menu bar.
The honest tradeoff: Bartender is paid, around $16 once. There are free alternatives like Ice (open source), which has caught up significantly and is worth trying first. If Ice covers your needs, use it. Bartender is the fuller-featured option and has been around long enough to trust for reliability.
Best for: anyone whose menu bar has run out of space, or who wants menu bar items to appear only when they're relevant.
Memory: Shiny
$4.99 onceWhat it does: Shows your Mac's memory pressure in the menu bar and clears cached memory with one click. When your Mac feels sluggish, one click flushes memory cache and gets headroom back without restarting apps or rebooting.
Why it wins: Shiny is 9.5MB on disk, no subscription, no telemetry, and works on up to three Macs. It reads real memory pressure from the system (not just raw usage numbers, which are misleading on macOS) and acts on it cleanly. There are no popups claiming your Mac is in danger. It does the one thing you'd want a memory utility to do, and nothing else.
The honest tradeoff: macOS manages memory well on its own most of the time. You do not need a memory utility for a Mac with 16GB or 32GB unless you routinely push it hard. On 8GB and 16GB Macs under load, or for anyone who keeps a lot of apps open, having a one-click release valve is genuinely useful. For more, see the best apps for 8GB Macs.
Best for: Mac users who hit memory pressure regularly and want a quick fix without restarting everything.
Screenshot: Shottr
Free + proWhat it does: Replaces the built-in screenshot tool with something faster and smarter. Capture a region, annotate it immediately, OCR text from the image, measure pixels, blur sensitive data, and copy or share in one step.
Why it wins: Shottr is very small on disk, launches almost instantly, and feels like it was built by someone who takes a lot of screenshots for work. The OCR feature (extracting text from a screenshot) works offline and is more useful day-to-day than it sounds. The pixel measurement and colour picker tools are genuinely handy for design and development.
The honest tradeoff: The built-in macOS screenshot tool is fine for simple captures. Shottr earns its place if you regularly annotate screenshots, need OCR, or want faster access to the output without the floating thumbnail. The free version covers most use cases; the pro unlock is a small one-time fee.
Best for: anyone who uses screenshots for communication or documentation and finds the built-in tool just slightly too slow or limited.
App switcher: AltTab
Free, open sourceWhat it does: Replaces the default Command-Tab app switcher with a Windows-style switcher that shows live window previews. Switch between individual windows rather than applications, see what's in each window before switching, and navigate open windows across all your apps at once.
Why it wins: AltTab is free, open source, and around 8MB on disk. For anyone who runs multiple windows of the same app (multiple browser windows, multiple Terminal sessions, multiple Finder windows), the default macOS switcher is genuinely awkward. AltTab solves it cleanly. The previews load fast and the interface is keyboard-navigable without having to think about it.
The honest tradeoff: If you're a one-window-per-app person, you may not miss the default switcher enough to install a replacement. Try it for a week before deciding. It is the kind of utility that either immediately solves a problem you've been living around, or feels like something you don't need.
Best for: power users who regularly have multiple windows of the same app open and find Command-Tab insufficient.
What these apps have in common
Looking at the list, a pattern is clear. Every app here is either open source or from a solo or small indie developer. None of them are funded by venture capital. None of them have a growth team optimising for engagement or a product manager adding features to justify a subscription renewal.
That's not an accident. Apps built to solve one problem well tend to stay that way. Apps built to grow a business tend to add features until the original problem gets buried.
For more on this theme, see the best one-time-purchase Mac apps and the best Mac apps with no telemetry.
How to check an app's size before installing
Before you install any utility, you can check its disk footprint. In the Mac App Store, the size is listed on the app's page. For direct downloads, right-click the .app file in Finder, choose Get Info, and look at the Size field.
If a utility is over 100MB, it's worth asking why. If it's over 500MB, it is almost certainly bundling a runtime it shouldn't need for the job it's doing. That's usually a sign the developer chose a web-based framework for convenience rather than writing for the platform.
None of these seven apps have that problem. They're all where you'd expect a purpose-built native tool to be: small, fast to launch, and invisible until you need them.