Ross ROSS = Recommend OSS · open-source software intelligence for agents

function: search-engine

2952 products, primary matches first, then adoption-weighted; health v2 shown.

ProductHealth v2StarsMaturity
CortexReach/memory-lancedb-pro
A LanceDB-backed long-term memory plugin for OpenClaw agents that stores preferences, decisions, and project context, then automatically re…
744463active
jhspetersson/fselect
fselect is a Rust command-line utility that lets users find files using SQL-like queries instead of cryptic find flags. It supports aggrega…
914458active
metatube-community/jellyfin-plugin-metatube
A metadata provider plugin for Jellyfin and Emby media servers that fetches movie and actor metadata from various internet providers via th…
614454active
dvorka/hstr
HSTR is a command line TUI utility that provides an interactive suggest box for viewing, navigating, searching, and managing bash and zsh c…
784453active
garinasset/leak-check
A self-hostable personal information leak detection service that checks whether your personal data (name, phone, email, address, QQ, etc.) …
494435active
opcodesio/log-viewer
A Laravel package providing a fast, browser-based UI for viewing, searching, and filtering application log files. It supports Laravel, Hori…
904433active
ssrajadh/sentrysearch
SentrySearch is a Python CLI tool that provides semantic search over video footage by embedding video chunks with Gemini Embedding, Alibaba…
654433active
osm-search/Nominatim
Nominatim is an open-source geocoding engine that searches OpenStreetMap data by name and address and performs reverse geocoding from coord…
844432stable
typedb/typedb
TypeDB is a strongly-typed, polymorphic general-purpose database written in Rust, with its own declarative query language TypeQL, unifying …
984428active
crate/crate
CrateDB is a distributed, horizontally scalable SQL database built on Lucene, designed for real-time analytics on massive datasets. It supp…
954427active
ibhagwan/fzf-lua
fzf-lua is a Neovim plugin that provides a Lua-based, improved replacement for fzf.vim, integrating the fzf fuzzy finder with Neovim. It of…
764424active
mixedbread-ai/mgrep
mgrep is a CLI tool by Mixedbread that provides semantic, natural-language search over local files including code, text, PDFs, and images. …
684387active
elastic/elasticsearch-py
The official Python client for Elasticsearch, providing low-level access to the full Elasticsearch API with sync and async support. It incl…
984383stable
algolia/docsearch
DocSearch is Algolia's open-source solution for adding fast, accessible search to documentation sites, combining a hosted crawler that inde…
954371stable
memgraph/memgraph
Memgraph is a high-performance, in-memory graph database written in C++ that is Cypher-compatible and ACID-compliant, with built-in vector,…
974364stable
opensourcepos/opensourcepos
Open Source Point of Sale is a web-based point of sale application written in PHP using the CodeIgniter framework with MySQL/MariaDB as the…
744362active
mpolden/echoip
echoip is a lightweight Go service for looking up a client's IP address, with optional country, city, and ASN details via MaxMind GeoIP dat…
634347active
farzher/fuzzysort
A fast, tiny, zero-dependency JavaScript library for SublimeText-like fuzzy search and ranking of strings and objects. It supports single a…
764344stable
MarkusPfundstein/mcp-obsidian
An MCP (Model Context Protocol) server that lets AI assistants like Claude interact with an Obsidian vault through the Local REST API commu…
654343active
cboxdoerfer/fsearch
FSearch is a fast file search utility for Unix-like systems, inspired by the Everything Search Engine on Windows. It is written in C and ba…
974329active
redpanda-data/console
Redpanda Console (formerly Kowl) is a web-based UI for managing and debugging Kafka and Redpanda clusters. It provides topic browsing, a ri…
994324active
unum-cloud/USearch
USearch is a fast, single-file similarity search and clustering engine for vectors and arbitrary objects, supporting spatial, binary, proba…
934278active
nuttyartist/notes
Notes is a fast, open-source, cross-platform note-taking desktop application written in C++ with Qt. It supports Markdown, folders and tags…
604269active
bbatsov/projectile
Projectile is a project interaction library for Emacs that provides project-level navigation, search, and task-running features. It automat…
984233stable
MaartenGr/KeyBERT
KeyBERT is a minimal Python library that extracts keywords and keyphrases from documents using BERT embeddings and cosine similarity. It re…
674215stable
Velocidex/velociraptor
Velociraptor is an open-source endpoint visibility, digital forensics, and incident response platform that collects host-based state inform…
944208stable
eugeniughelbur/obsidian-second-brain
A cross-platform AI agent skill that gives CLI coding agents like Claude Code, Codex, and Gemini CLI persistent long-term memory stored as …
794206active
folke/todo-comments.nvim
A Neovim plugin written in Lua that highlights, lists, and searches TODO-style comments (TODO, HACK, BUG, FIX, etc.) in your codebase. It i…
514199active
gokadzev/Musify
Musify is a free, open-source, ad-free music streaming and offline listening app for Android built with Flutter. It offers song search, pla…
954181active
speedyapply/JobSpy
JobSpy is a Python library that scrapes job postings from popular job boards like LinkedIn, Indeed, Glassdoor, Google, and ZipRecruiter con…
574165active
stringer-rss/stringer
Stringer is a self-hosted, anti-social RSS feed reader built with Ruby on Rails, PostgreSQL, and Hotwire. It offers keyboard shortcuts, mul…
774128active
CodeGraphContext/CodeGraphContext
CodeGraphContext (CGC) is an MCP server and CLI tool that indexes local codebases into a graph database, exposing code structure and relati…
844126active
compodoc/compodoc
Compodoc is a documentation generator for Angular, NestJS, and Stencil applications that parses TypeScript source code (without compilation…
964120active
ivre/ivre
IVRE is an open-source network recon framework written in Python that collects, stores, and analyzes network intelligence from active scann…
664119active
Lucksi/Mr.Holmes
Mr.Holmes is a Python-based OSINT (open-source intelligence) CLI tool that gathers information about usernames, domains, phone numbers, and…
534112active
zu1k/nali
Nali is an offline command-line tool written in Go for querying IP geolocation and CDN provider information using multiple local databases …
604106active
interconnectit/Search-Replace-DB
A PHP script (with web UI and CLI) that performs search-and-replace operations across MySQL databases, safely handling serialized PHP strin…
304105active
kentcdodds/match-sorter
A JavaScript/TypeScript library that filters and sorts arrays of items by best match against a query string, using a deterministic ranking …
804104stable
cozodb/cozo
CozoDB is a transactional, relational-graph-vector database written in Rust that uses Datalog as its query language. It runs embedded or as…
234097active
alex-shpak/hugo-book
Hugo Book is a minimal, book-style documentation theme for the Hugo static site generator. It provides a sidebar file-tree menu, full-text …
864089active
rapidfuzz/RapidFuzz
RapidFuzz is a fast fuzzy string matching library for Python and C++ offering many string metrics such as Levenshtein, Jaro-Winkler, and Ha…
874085stable
MaskRay/ccls
ccls is a C/C++/Objective-C language server implementing the Language Server Protocol, originating from cquery. It provides code completion…
764083active
groupultra/telegram-search
A self-hostable tool that exports, backs up, and indexes Telegram chat history into a database (PGlite or PostgreSQL) with tokenization and…
834078active
alexandreborges/malwoverview
Malwoverview is a Python command-line first-response tool for threat hunting that queries many threat intelligence sources such as VirusTot…
974075active
sundowndev/phoneinfoga
PhoneInfoga is an information gathering framework for scanning international phone numbers, built in Go. It collects basic data like countr…
6717648maintenance
grimmory-tools/grimmory
Grimmory is a self-hosted digital library server for ebooks, comics, documents, and audiobooks, deployed via Docker with a web-based interf…
824070active
algolia/instantsearch
InstantSearch is a family of JavaScript/TypeScript libraries for building performant, instant search and discovery UIs on top of Algolia's …
954054stable
TarekRaafat/autoComplete.js
autoComplete.js is a lightweight (~3.7 KB gzipped), zero-dependency autocomplete library written in pure vanilla JavaScript. It provides a …
774036active
guohuiyuan/go-music-dl
A Go-based music search and download tool aggregating 10+ platforms (NetEase, QQ Music, Kugou, Bilibili, etc.) with lossless FLAC support, …
824035active
KuekHaoYang/KVideo
KVideo is a modern video aggregation and playback platform built on Next.js 16, React 19, and Tailwind CSS v4, featuring a distinctive 'Liq…
644034active
nkanaev/yarr
yarr is a web-based RSS feed aggregator written in Go, distributed as a single dependency-free binary that runs as a desktop app or self-ho…
854031active
isar/isar
Isar is an extremely fast, fully asynchronous NoSQL database library for Flutter and Dart. It supports cross-platform persistence on iOS, A…
344027active
yacy/yacy_search_server
YaCy is a full search engine application in Java that combines a web crawler, a search index server, and a web front-end. It can run standa…
764018active
rust-lang/regex
The standard regular expression crate for Rust, built on finite automata (DFAs/NFAs) to guarantee worst-case linear-time matching. It suppo…
664012stable
snooppr/snoop
Snoop is a Python-based OSINT CLI tool that searches for a given username/nickname across ~5400+ websites, with a focus on the CIS region. …
754009active
ginobefun/BestBlogs
BestBlogs.dev is an AI-powered personal reading assistant and content curation platform that aggregates articles, podcasts, videos, tweets,…
673998active
ravendb/ravendb
RavenDB is an open-source (AGPLv3) ACID NoSQL document database written in C#, featuring full-text search, vector search, time series, shar…
933993stable
kashav/fsql
fsql is a command-line tool that lets you search your filesystem using SQL-like queries with SELECT, FROM, and WHERE clauses. It supports f…
653987active
cursor/community-plugins
The source code behind cursor.directory, a community-maintained directory of plugins for the Cursor editor, built as a Next.js app backed b…
673982active
bdvajstudio/javdb
The official mobile app for JavDB, an adult video database website cataloging Japanese and Western adult films with search, tagging, rating…
673981active
gusye1234/nano-graphrag
nano-graphrag is a lightweight, ~1100-line Python implementation of Microsoft's GraphRAG, designed to be small, fast, and easy to read or h…
543974active
ordinals/ord
ord is an index, block explorer, and command-line wallet for Bitcoin ordinals, which assign serial numbers to satoshis based on mining orde…
983969active
easybangumiorg/EasyBangumi
EasyBangumi (纯纯看番) is an open-source Android anime-watching app built with Jetpack Compose that supports multiple user-imported anime sourc…
993968active
obsidian-tasks-group/obsidian-tasks
An Obsidian community plugin that adds task management to the Obsidian knowledge base. It lets users track tasks across an entire vault, qu…
993968active
OSU-NLP-Group/HippoRAG
HippoRAG is a Python RAG framework inspired by human long-term memory that combines LLMs, knowledge graphs, and Personalized PageRank to in…
593967active
rumboalla/apkupdater
APKUpdater is an open-source Android app that finds updates for installed apps by aggregating results from multiple sources like APKMirror,…
843955active
AnswerDotAI/RAGatouille
RAGatouille is a Python library that makes it easy to use and train state-of-the-art late-interaction retrieval models like ColBERT in any …
263953active
YS-L/csvlens
csvlens is a command-line CSV file viewer built in Rust, functioning like `less` but tailored for CSV files. It supports scrolling, regex s…
793942active
timescale/pg_textsearch
A PostgreSQL extension written in C that adds BM25 relevance-ranked full-text search via a bm25 index type and the <@> ordering operator. I…
853941active
Textualize/toolong
Toolong is a terminal application (TUI) for viewing, tailing, merging, and searching log files, including JSONL. It handles multi-gigabyte …
173941active
yuka-friends/Windrecorder
Windrecorder is a local-first screen recording and memory search app for Windows, an open-source alternative to Rewind.ai and Microsoft Rec…
473926active
stanford-futuredata/ColBERT
ColBERT is a fast and accurate neural retrieval model that encodes passages and queries into token-level embedding matrices and scores them…
453924active
windirstat/windirstat
WinDirStat is a free, open-source disk usage statistics viewer and cleanup tool for Microsoft Windows. It scans drives and folders and visu…
983923active
Roaring Bitmaps
Roaring Bitmaps is a Java library providing compressed bitsets that outperform conventional compressed bitmap formats like WAH, EWAH, and C…
973918stable
DO-SAY-GO/tdf
TDF (Tree Document Format) is a pair of native desktop apps for capturing live web browsing sessions into portable, offline-replayable .tdf…
663908active
sourcebot-dev/sourcebot
Sourcebot is a self-hosted code search and code intelligence platform that indexes repos across GitHub, GitLab, Bitbucket, Azure DevOps, Ge…
853905active
swiftlang/sourcekit-lsp
SourceKit-LSP is a Language Server Protocol implementation for Swift and C-based languages, built on sourcekitd and clangd. It provides int…
743903stable
shaarli/Shaarli
Shaarli is a personal, minimalist, super-fast, database-free bookmarking service that you self-host on your own server. It is designed for …
933893active
DaKheera47/job-ops
A self-hosted job search assistant that aggregates searches across 10+ job boards, AI-scores role fit, tailors CVs per posting, and tracks …
833884active
uncle-novel/uncle-novel
Uncle Novel is a cross-platform desktop novel/e-book reader application built with Java and OpenJFX, supporting macOS and Windows. It lets …
563884active
dillonzq/LoveIt
LoveIt is a clean, elegant, and feature-rich blog theme for the Hugo static site generator. It offers dark mode, multilingual support, clie…
663872active
rejetto/hfs
HFS (HTTP File Server) is a self-hosted web file server that turns your computer into a file-sharing server, letting you share folders or s…
973871active
elastic/elasticsearch-dsl-py
A high-level Python client library for Elasticsearch that provides a DSL for building queries and a persistence layer for mapping documents…
103869active
ruby-china/homeland
Homeland is an open-source forum/community website system built on Ruby on Rails, evolved from the Ruby China community. It provides a full…
663860active
tchiotludo/akhq
AKHQ is a web-based GUI for Apache Kafka that lets users manage and explore topics, browse topic data, monitor consumer groups and lag, and…
943849active
circlemind-ai/fast-graphrag
fast-graphrag is a Python library providing a streamlined, promptable GraphRAG framework for interpretable, high-precision retrieval workfl…
443849active
open-wanderer/wanderer
wanderer is a self-hosted, federated web application for cataloguing GPS trails. Users can upload GPX/FIT/TCX/KML tracks, plan routes with …
903846active
sentient-agi/OpenDeepSearch
OpenDeepSearch is an open-source search tool that augments LLMs and reasoning agents with web search capabilities, aiming to match closed-s…
263842active
piskvorky/gensim
Gensim is a Python library for topic modelling, document indexing, and similarity retrieval over large text corpora. It provides memory-ind…
5016481maintenance
hanickadot/compile-time-regular-expressions
A C++17/C++20 header-only library that evaluates regular expressions at compile time using constexpr and template metaprogramming. It suppo…
793839stable
midday-ai/packrun
packrun.dev is a web service and MCP server that scores, compares, and ranks npm packages across 50+ categories using live metrics like dow…
523836active
twitter/typeahead.js
typeahead.js is a fast, flexible JavaScript autocomplete library from Twitter, composed of a Bloodhound suggestion engine and a jQuery-base…
3216441maintenance
pulsejet/memories
Memories is a fast, batteries-included photo and video management suite that runs as a Nextcloud app. It provides a timeline gallery, album…
963829active
omnivore-app/omnivore
Omnivore is a complete, open source read-it-later application for saving and reading articles, with highlighting, notes, search, labels, PD…
8816226maintenance
slskd/slskd
slskd is a modern client-server application for the Soulseek peer-to-peer file sharing network, written in C#. It runs as a daemon or Docke…
933789active
Orange-Cyberdefense/arsenal
Arsenal is a Python-based terminal tool that provides a searchable inventory of hard-to-remember pentest commands, letting users pick one a…
323784active
feedbin/feedbin
Feedbin is a web-based RSS reader built as a Ruby on Rails application, offering a clean reading interface for feeds, newsletters, podcasts…
773778active
apache/kylin
Apache Kylin is an open-source distributed OLAP engine for big data that delivers sub-second query latency on trillions of records. It prov…
643773stable
basicmachines-co/basic-memory
Basic Memory is an open-source, local-first MCP server that gives AI assistants persistent memory as a knowledge graph of plain Markdown fi…
843769active
dathere/qsv
qsv is a blazing-fast, Rust-based command-line data-wrangling toolkit with 50+ composable commands for querying, transforming, validating, …
983767active

← prev page 5 / 30 next →