nowfound

Alternatives

Products that do what LynxDI File Search does

Private local file search for AI coding agents

  1. 1

    One search across all your local, cloud and app files

    2021

  2. 2

    Local semantic search for AI agents

    Aug 2026 · tryreference.com

  3. 3SC

    Hey HN! We (Stephan and Thomas) recently open-sourced Semble. We kept running into the same problem while using Claude Code on large codebases: when the agent can't find something directly, it falls back to grep, reading full files or launching subagents. This uses a lot of tokens, and often still misses the relevant code. There are existing tools for this, but they were either too slow to index on demand, needed API keys, or had poor retrieval quality. Semble is our solution for this. It combines static Model2Vec embeddings (using our latest static model: potion-code-16M) with BM25, fused…

    May 2026 · github.com

  4. 4
    Sled393

    Run your coding agent from your phone, with voice

    Jan 2026

  5. 5

    Open-source, lightning speed autonomous AI coding agent

    2025

  6. 6
    Replicas239

    Run Claude Code and Codex in the cloud

    Jun 2026 · replicas.dev

  7. 7SL
  8. 8

    Run AI agents like Claude Code, Codex, Opencode on mobile

    Dec 2025

  9. 9

    Blazingly fast semantic search for your codebase

    2024

  10. 10

    Launch AI CLI tools instantly from Finder

    Sep 2025

  11. 11

    One workspace for Claude, Codex, Gemini and your stack

    May 2026 · hiveterm.com

  12. 12CT

    I've been building a tool that changes how LLM coding agents explore codebases, and I wanted to share it along with some early observations. Typically claude code globs directories, greps for patterns, and reads files with minimal guidance. It works in kind of the same way you'd learn to navigate a city by walking every street. You'll eventually build a mental map, but claude never does - at least not any that persists across different contexts. The Recursive Language Models paper from Zhang, Kraska, and Khattab at MIT CSAIL introduced a cleaner framing. Instead of cramming everything into…

    Feb 2026 · github.com

  13. 13

    A local command room for AI coding agents.

    Jun 2026 · luckeysystems.com

  14. 14MS

    Author here! Some context: I published this 48 hours ago and it was auto-listed on MCPMarket (the MCP tools directory). Got 700+ organic downloads with zero marketing—developers were actively searching for exactly this solution. The "Git Accelerator" optimization story: Initially used a file walker that took 6.6s on Chromium. Profiling showed 90% was filesystem I&#x2F;O. The fix: git ls-files returns 480k paths in ~200ms. Added smart heuristics for untracked files (only scan dirs <50k files), bringing total to 0.46s. Why this matters: Agents can't wait 10 seconds for search. Sub-500ms makes…

    Jan 2026 · github.com

  15. 15

    Your AI has your code's text, never its map. Fix that.

    Jun 2026 · luuuc.github.io

  16. 16CA

    2022 · codesearch.ai

  17. 17

    Hi y'all. Been working on something that should've been made a long time ago imo. It compiles codebases into O(1) hashmaps that the agent queries to discover the structure of your code&#x2F;answer questions&#x2F;write code. It also does complete static analysis checks on any writes the agent makes. Don't take my word for it though. Here are the benchmarks: https:&#x2F;&#x2F;benzi.fly.dev&#x2F;benchmark. on 2&#x2F;20 tests, Claude Code (mostly Sonnet on one task) regressed or timed out. Benzi didn't because of course, it has a map it can query and not get lost in the sauce. On the other 18 it…

    29d ago · benzi.fly.dev

  18. 18

    Find any file by what's inside it. Private, on-device AI.

    Jul 2026 · beaconfind.app

  19. 19CA

    Codebased combines Tree Sitter for code awareness (find functions, data structures, constants, etc. not just lines of code), full-text search using SQLite, and semantic search using OpenAI embeddings + FAISS. Despite being implemented in Python, supporting semantic search, making multiple API calls for embedding and re-ranking, it is faster than ripgrep for runng searches against the Linux kernel (takes ~1 second vs. ~2 seconds, obviously depends on system, temperature, time of day, tidal forces, etc.) Up next: - A Perplexity-like agent for interpreting results, making multiple follow-up…

    2024 · codebased.sh

  20. 20
    Kindex13

    The memory layer AI coding agents don't have.

    Jun 2026 · kindex.tools

  21. 21LD

    Mar 2026 · llamaindex.ai

  22. 22

    Path-scoped memory, rules & skills for your AI coding agent

    Jun 2026 · pathrule.io

  23. 23
    Vexp14

    Local-first context engine for AI coding agents

    Mar 2026 · vexp.dev

  24. 24GC

    As I started to use Claude Code to do more random tasks I realized I could basically build any CLI tool and it would use it. So I built one that controls the browser and open-sourced it. It should work with Codex or any other CLI-based agent! I have a long term idea where the models are all local and then the tool is privacy preserving because it's easy to remove PII from text, but I'd definitely not recommend using this for anything important just yet. You'll need a Gemini key until I (or someone else) figure out how to distill a local version out of that part of the pipeline. Github link:…

    2025 · cli-agents.click

Ranked by how close each launch is in meaning, then by votes. Refine with a description →