If this sounds like your week
When Windows Search gets in the way
developers need to find config files by partial name across Documents, Downloads, or project exports. Windows Search ignores the context that users curated watched folders and exclude patterns in Search Sentinel settings. an IDE, terminal, and browser already consume memory while generic indexing scans irrelevant directories.
Where tooling usually breaks
Why local-first matters
index.db, config.json, and logs stay under %APPDATA%\SearchSentinel instead of a vendor-hosted workspace. Search queries are not uploaded for AI enhancement, analytics, or ad targeting. You buy the app once and keep the search index as a local workstation asset.
Technical proof points
- Watched folders - Exclude patterns - Prefix last token - SQLite FTS5 - BM25 ranking - 120 ms debounce