📁
fzf
Command-line fuzzy finder. Pipe anything through it for interactive filtering.
★ 64k Stars
MIT License
Self-Host Ready
Features & Overview
fzf is a powerful solution in the Fuzzy Finder landscape. It provides developers with high flexibility, low-latency performance, and the sovereignty of open-source software.
- Deep integration with modern developer stacks.
- High-performance architecture built for 2026 scale.
- Massive community support with over 64k stars.
Self-Hosting fzf with Docker
Deploying fzf on the TurboQuant DePIN edge network or your own VPS is simple using Docker Compose.
# docker-compose.yml
version: "3.8"
services:
fzf:
image: fzf/latest
ports: ["8080:8080"]
restart: unless-stopped
version: "3.8"
services:
fzf:
image: fzf/latest
ports: ["8080:8080"]
restart: unless-stopped