Back to browse
Fast, native Mac file manager (filters, fuzzy find, 9 MB, no Electron)

Fast, native Mac file manager (filters, fuzzy find, 9 MB, no Electron)

by whimbyte·Jul 7, 2026·89 points·61 comments

AI Analysis

●●SolidSolve My ProblemNiche Gem

Filter-first file manager challenges Path Finder and ForkLift on macOS.

Strengths
  • Simultaneous type, date, and size filtering updates results in real time
  • Native 9 MB build with no Electron bloat, Apple Silicon optimized
  • Batch rename with regex plus image conversion built into file operations
Weaknesses
  • macOS only limits audience; Finder is free and already installed
  • Path Finder and ForkLift already offer advanced filtering and dual-pane views
Category
Target Audience

Mac power users frustrated with Finder's search and filtering limitations

Similar To

Path Finder · ForkLift · Commander One

Post Description

My Downloads folder had been left unkept for a really long time and cleaning it up using Finder was quite cumbersome. So I started creating a simple app to help me filter out and delete or move the files in the folder.

It started out very basic and the filtering options genuinely helped me clean out the Downloads folder, then as I thought of more features I would like to see in a file manager I started to add them. Some of the features are:

- Fuzzy go to folder/file where you only need to write a few letters of a full path, get suggestions and can jump to the correct path instantly - Hover over a file to preview an image or PDF without opening it - Dual-pane view and tabs that remember selected filters - Command palette to find actions fast - Batch rename (with regex support and presets for common operations), image conversion (HEIC/WebP/AVIF to JPG/PNG), zip creation - Bookmarks, Quick Look, single-click open, keyboard control

And many other small quality of life features.

I used Claude Code for making the app and the tech stack is .NET/C# with AppKit. The app is compiled to Native AOT so the total app size is only around 9 MB. Since file operations are very important to get right (I don’t want to lose any important files) I put a lot of time into hardening file move/copy/delete operations. Copies are written to a temp file and atomically renamed into place. I also made a dedicated audit of move/copy/delete and verified each operation by hand.

Another thing that’s important to me is apps that are privacy first so the only network request the app makes is to check if there’s a new version (this is not done at all for the trial version, the trial expiry date is enforced locally by just checking the date and trusting the user) and the only information that is sent is the current app version.

The app is Apple Silicon, macOS 12+ and has a 30-day free trial with a one-time launch price of $19.99 (no subscription).

Similar Projects

Open Source●●Solid

Sievers a Rust SIEVE filter editor

The repo delivers the two UX pieces you actually need: a visual rule builder plus a raw SIEVE editor and an IMAP connection dialog for direct uploads. It’s pragmatic — cross-compile notes, native build deps, and a tuned release profile (strip, LTO, size opt) show the author cared about distribution and binary size — but it’s solving a narrow, well-known problem rather than inventing one.

Niche GemSolve My Problem
oscarcp
104mo ago
Developer Tools●●Solid

Local Translate CLI for Mac [MIT]

Drop-in DeepL/LibreTranslate/Google API compatibility with zero code changes required.

Big BrainSolve My Problem
franze
1015d ago