Comparisons
These two are the closest comparison in the category, and the difference comes down to one design decision.
Find Any File searches live. Each search reads the directory tree directly. Nothing is stored, nothing goes stale, nothing needs maintaining.
Everywhere keeps an index. One scan up front, then FSEvents keeps it current. Searches consult memory rather than the disk.
Everything else follows from that.
Find Any File is the better answer when you search rarely, want nothing running in the background, and do not mind waiting a few seconds. It is also cheaper, at around $8.
Everywhere is better when you search constantly, when the wait is the thing that stops you using search at all, or when you need drives that are not attached.
Neither has an exclusion list. Both will find things in ~/Library and inside packages. If that is your specific problem, either solves it — pick on speed versus simplicity.
Find Any File has a trial; Everywhere is free for a day. On a machine with a large disk, the difference in feel is obvious within a minute of using both.
Neither excludes anything by design. Find Any File reads the disk live; Everywhere's index covers everything and keeps unmounted volumes as well.
Everywhere's is memory-mapped — roughly 308 MB for six million files, and the kernel can evict it under pressure.
Everywhere keeps track of every file on your Mac — including the folders Spotlight hides and drives you have unplugged. Free for a day, then $19 once.
Download for Mac