A Deep Dive on EagleFiler
I've built what amounts to a database of my entire digital life stretching back to the early 90s, using the super powers of EagleFiler from C-Command Software and the highly respected, veteran developer, Michael Tsai. EagleFiler is the ultimate everything bucket for my needs. With it I can quickly locate any email, social media post, blog article or work document that I have ever created, plus more. EagleFiler is much faster than Spotlight at finding what I am looking for. It provides a very scalable way to organize, annotate and expand any project.
What's in My EagleFiler
- Nearly 160K emails stretching back to 2005
- Web archives with the original link, and formatting for thousands of web pages imported from my bookmarks and added with convenient system wide tools over the past couple of years.
- I've been blogging off and on since the days of GeoCities, not just on software but a whole gamut of topics. Using tags, folders (including smart folders) and full text searches I can find just about anything I can remember creating. I can add current notes to clarify or highlight any document.
- I made my living as a technical writer and editor during the original dot com bubble and all of my professional work is appropriately tagged and organized in several different formats, including PDF, Word, PowerPoint and text files.
- When I quit using Facebook and Twitter, I got archives of all my posts from those services and imported them into EagleFiler. That's tens of thousands of entries.
- Themed collections of PDFs which include manuals for hardware and software and hundreds of converted ebooks from my various non-technical interests like baseball and US history.
- I was an avid Evernote user back when it was good. I imported every important note rinto EagleFiler, from software registration keys to recipes to accumulated notes on Mac OS X back to version 10.0.
Adding to the Base I Built
EagleFiler isn't just a repository for historical data, it's a great app for organizing projects on an ongoing basis. Using hotkeys, it's easy to quickly add web archives or new blog posts and other documents. If using tags and folders isn't granular enough, you can have multiple libraries. More than one library can be open at the time and multiple pages can be open per library.
EagleFiler uses the finder for the documents you have. There is no duplication caused by importing the very same info into a different database. EagleFiler's own data consists of its index of what you've added, your tags and notes. If you use Finder tags, they remain with the original document. One benefits of using EagleFiler search s that you can skip folders and tags if you aren't inclined to use them and just search for the information you want.
Once you have data in EagleFiler, there's a three-pane interface where you can view and edit files directly, without having to open, close and save in separate apps. You can also quickly create new files of different types in the current folder or tag where you're working.
Exporting your emails from practically any client or service makes gives you a leaner daily driver and can speed up searches in Outlook, Gmail etc. I've encountered more than one person whose sole use of EagleFiler is for email archiving. Rob Griffiths (of the late, great OS X Hints website) said "Import from Mail is ridiculously easy--select a mailbox or a number of messages and press Option-F1 in Mail."
The list of apps that integrate with EagleFiler is long and comprehensive. It includes text editors like Bbedit, browsers including Arc, Brave (and Chrome and other Chromium based browsers), utilities like PopClip and Hookmark, just about the whole gamut of Microsoft and Apple productivity suites, task managers like Omnifocus and even RSS readers like NetNewsWire and Reeder.
Is it Like DevonThink?
Yes and no. At a high level, both products are used to store, search, sort etc. documents in a structured database format. I asked Michael Tsai to give me his stock answer to the inevitable comparison questions and he said "There are many features in common. I know that some people prefer DEVONthink because of one or another feature that it has and EagleFiler lacks. Customers who have used both generally tell me that they prefer EagleFiler because it's easier to use and faster and because of the way it handles e-mail archiving and integration with the Mac file system and other apps." EagleFiler is $69.99 and if you are the sole user of the app, you can install it on two computers. DevonThink pricing is complicated, but at the simplest level it is $99 for the standard version and $199 for the pro version that also includes the companion mobile app.
What's New
The latest (free) update to EagleFiler was in October, 2025 includes the following enhancements:
- The capture key now works with DEVONthink 4.
- The share extension can now import images with no associated file, e.g. from the Quick Look preview window after taking a screenshot.
- Fixed a bug where tag searches with negative conditions sometimes didn't find any matches when Match Partial Words was unchecked.
- Worked around a Help Viewer bug on macOS 14.
- Updated the documentation for macOS Tahoe 26. The current version works with macOS 13 through Tahoe. Legacy versions of the app are available if you run an older operating system.
The Road Ahead
When I asked Michael about his plans for the future of EagleFiler her gave me quite a list. "The top priority is making it fully Apple Silicon native and at the same time rewriting it in Swift. Another high priority is adding a widescreen view (i.e. with the preview pane on the side instead of the bottom). Lots more new features, optimizations, and refinements are planned. I love EagleFiler as is (and use it every day to run my life as well as to help develop the app itself), but I think there's so much potential to make it even better."
I asked about the Rosetta issue and he explained, "It's compatible with Apple Silicon Macs, but currently only part of the app (the indexer and web page fetcher) runs natively, so Rosetta is still required." This can be a deal breaker for some folks, so you've been warned.
Here it is w/o doing any indexing, just sitting idle in the background:
https://preview.redd.it/o7nmvb1w4mig1.png?width...
Feb 10 1 like
You are not wrong. I think the rewrite in Swift will alleviate this to a large extent. Feb 10 1 like
The developer replied to my forum post on this that we should look at Private Memory and not Memory.
https://forum.c-command.com/t/high-ram-usage/17481/3?u=sridhar Feb 10 1 like
I completely overlooked that second to last paragraph which led to a large misunderstanding on my part. I see now the dev has intentions to upgrade to Apple Silicon at some point in the future.
My initial (mis)understanding was that they weren't interested at all in a full Apple Silicon release.When I asked Michael about his plans for the future of EagleFiler her gave me quite a list. "The top priority is making it fully Apple Silicon native and at the same time rewriting it in Swift. Another high priority is adding a widescreen view (i.e. with the preview pane on the side instead of the bottom). Lots more new features, optimizations, and refinements are planned. I love EagleFiler as is (and use it every day to run my life as well as to help develop the app itself), but I think there's so much potential to make it even better."Original comment:
~~Rosetta is indeed a deal breaker. It was meant as a stop gap to allow devs time to migrate and for compatibility with legacy software. A translation layer will never run as efficiently as native.~~
~~Considering a paid piece of software, which is still releasing updates, hasn't yet released native ARM binaries 5 years later... Is wild IMO.~~ Dec 5, 2025 1 like
It’s a big project, and there’s been a lots of other stuff going on at the same time. I didn’t want to let the old version rot while working on the new one. So it’s gotten lots of updates with new features, updated UI as macOS fashions have changed, rewritten subsystems as new macOS versions broke various things. Another big distraction was my main app, SpamSieve, which was just finishing its own Swift rewrite when Apple dropped support for Mail plug-ins and I had to completely redesign how it integrated with Apple Mail.
The goal wasn’t to race to port the code to Apple Silicon as soon as possible. It was to work towards a native version that will be a great foundation for the next 20 years, while staying in business and keeping everything working and as bug-free as possible at all times.
I get that having Rosetta under the hood is not aesthetic, but as a practical matter it works really well, Apple has committed to supporting it for at least two more major versions of macOS, and I hear from users who switched to EagleFiler because it’s \*faster\*. This is actually not really a surprise because (a) EagleFiler has as solid architecture (being designed around the limitations of Python at the time) and (b) being very familiar with the code and profiling it, I know that when there \*is\* slowness it’s mostly not because of the Rosetta translation. (Also, some of the most processor-intensive parts of the app are already broken out into separate helper processes, which do run natively.)
Bottom line, of course I would have liked to get off Rosetta sooner, but we’re using it as intended: as a temporary bridge. Dec 6, 2025 9 likes
Missing that key paragraph, I was under the mistaken impression you weren't interested in a native Apple Silicon version. Again, my apologies. I am well aware it's not a trivial task to migrate to a different architecture. It simply came across as you didn't care, so I threw in some commentary that I now realize was very silly.
I appreciate you taking the time to respond with such detail and insight. Excited to see how the new version turns out. 🙂 Dec 6, 2025 3 likes
\* stable and reliable
\* fast
\* easy to use
\* useful without having to heavily customize it (but also has many customizations)
\* smart architecture, provides organization but not locked to product if I want/need to migrate (unlike Yojimbo)
I migrated to Eagle Filer from Yojimbo (well, really, I am \_still\_ migrating because PROCRASTINATION) and I have not been disappointed.
I am looking forward to moving 30 years of email out of Apple Mail/Fastmail and into Eagle Filer.
I am looking forward to future LLM support!
I appreciate the effort to maintain and advance this type of application in our current software development environment. I am a current paid customer and I will be purchasing the new version when it is available.
Kudos and thanks to all involved in building and maintaining this very necessary application!
❤️ Dec 22, 2025 1 like
Having missed that critical piece of info, I assumed the dev simply didn't care or have the time to migrate to Apple Silicon. For a paid app, with active releases, I felt it was a legitimate call out.
I realize now it was all a silly misunderstanding on my part. 😅 Dec 6, 2025 3 likes
Apple has previously discontinued emulation layers in future OS releases, making native ARM support a more sustainable long-term solution. Dec 5, 2025