High-performance native filesystem intelligence for Apple Silicon. Instantaneous sub-millisecond file querying, deep in-memory full-text file content indexing, APFS native creation birthtime extraction, and kernel-level FSEvents real-time synchronization.
Native universal package compiled exclusively for macOS Apple Silicon (M1, M2, M3, M4).
Traditional Mac search solutions suffer from heavy indexing background daemons, delayed database updates, and sluggish UI responsiveness. FikoSearch replaces disk-bound database queries with an ultra-compact in-memory indexing architecture and direct macOS kernel integration.
Indexes 500,000+ files into an ultra-compact memory store consuming just ~35 MB of RAM. Search queries execute in less than 0.2 milliseconds directly in CPU cache with zero disk I/O latency.
Directly registers with Apple's low-level FSEvents C API. Detects file creations, renames, deletions, and metadata updates in real-time straight from the macOS kernel without polling or battery drain.
Standard UNIX utilities only track modification time (mtime). FikoSearch uses native Darwin stat calls to extract APFS st_birthtimespec, allowing true sorting by initial file creation timestamp.
Supports wildcard filtering (*.zip, log_?.txt, *report*2026*). Fully case-insensitive substring searching handles uppercase, lowercase, and mixed queries effortlessly.
v2.0.0 adds optional deep file content indexing. Select designated folders in Settings (e.g. source code, text notes, documents) to search inside file contents with real-time matching and snippet previews.
Suppresses cluttered background extensions on the fly (e.g. .tmp, .log, .ds_store, .git, .cache) so you only see the files and documents you care about.
Protected by FIKO LLC Licensing Authority: strict 1-Machine lock bound to Apple IOKit hardware UUID, Keychain-secured token storage, anti-clock-tampering verification, and offline HMAC-SHA256 integrity checks.
Standard native macOS installer package for your Apple Silicon Mac.
/Applications directory.Designed for power users. Keep your hands on the keyboard for ultra-fast navigation.
| Keystroke | Action / Behavior |
|---|---|
| ⌘ F or / | Focus the global search input immediately from anywhere in the app |
| Enter | Open the currently highlighted file or folder with its default application |
| ⌘ R or Double Click | Reveal selected file directly in macOS Finder (open -R) |
| ⌘ C | Copy full POSIX path of selected item to macOS clipboard |
| Esc | Clear active search query and reset view to full index |
| ⌘ [ / ⌘ ] | Navigate backward / forward in folder browsing history |
| ⌘ ↑ or Delete | Navigate to parent folder directory |