dmtrkovalenko/fff

The fastest and the most accurate file search SDK for AI agents, Neovim, Rust, C, Python, Bun and NodeJS

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 52 minutes ago
Added to GitGenius on September 5th, 2026
Created on July 31st, 2025
Open Issues & Pull Requests: 76 (+0)
GitHub issues: Enabled
Number of forks: 436
Total Stargazers: 10,423 (+2)
Total Subscribers: 22 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 4.8 hours
Mean response time: 11.8 days
90th percentile: 17.7 days
Tracked items: 362

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 28% of tracked open issues have had no activity in three months. Only 9% of issues opened in the past year have been closed. Three people close 85% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 49
New in 7 days: 5
Closed in 7 days: 2
Avg open age: 123 days
Stale 30+ days: 25
Stale 90+ days: 15

Recent activity

Opened in 7 days: 4
Closed in 7 days: 2
Comments in 7 days: 5
Events in 7 days: 12

Top labels

  • triaged (149)
  • bug (38)
  • enhancement (31)
  • feature-request (10)
  • potentially-fixed (7)
  • question (7)
  • duplicate (6)
  • invalid (1)

Detailed Description

FFF is a file search SDK for AI agents, code editors, and long-running processes that need fast, accurate file discovery across multiple programming languages and platforms.

The tool solves the problem of inefficient file searching in applications that perform repeated searches. Traditional command-line tools like ripgrep and fzf incur overhead on each invocation, making them slow for long-running processes. FFF addresses this by providing a library with an in-memory content index, a background file watcher, typo-resistant search capabilities, and frequency-ranked file access. This approach eliminates repeated initialization costs and delivers results faster than CLI tools when searches happen more than once.

Developers should choose FFF if they are building AI agents, code editors, or Neovim plugins that require embedded file search functionality. The tool is particularly suited for applications that perform multiple searches within a single session, where maintaining an indexed state provides significant performance gains. It offers bindings for Rust, Python, Node.js, Bun, C, and Lua, making it accessible across different technology stacks. The project also provides an MCP server for integration with Claude Code, Codex, OpenCode, Cursor, and Cline, reducing the number of grep roundtrips and context waste in AI-assisted workflows.

The project maintains active development with regular releases and automated Homebrew formula updates. Development is supported by sponsorships, indicating sustained investment in the tool's evolution. The codebase is written in Rust and distributed under an open-source license, with installation scripts and multiple distribution channels including Homebrew and direct binary releases.