cesp99/odino
A local semantic search CLI that finds code and text using natural language queries, powered by embedding models with no internet required.
This tool helps software developers quickly find relevant code snippets or files within their local codebase using natural language. You type in a question or description, like "function that handles user authentication," and it returns the most relevant code sections and their file paths. It's designed for individual developers, not teams, who need to navigate large or unfamiliar codebases efficiently without an internet connection.
Available on PyPI.
Use this if you need to quickly locate code by describing what it does, rather than remembering exact keywords or file names, and prefer to do so entirely offline.
Not ideal if you primarily need to search remote repositories, collaborate on search results, or require a graphical user interface.
Stars
14
Forks
—
Language
Python
License
GPL-3.0
Category
Last pushed
Mar 02, 2026
Monthly downloads
11
Commits (30d)
0
Dependencies
7
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/embeddings/cesp99/odino"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
winkjs/wink-bm25-text-search
Fast Full Text Search based on BM25
run-llama/semtools
Semantic search and document parsing tools for the command line
Hamza5/file-brain
Smart local file search app that understands your files
OpenConceptLab/oclmap
OCL Mapper (beta): an open-source AI-supported terminology mapping solution for the global community
Dicklesworthstone/frankensearch
Two-tier hybrid search for Rust: sub-millisecond initial results via potion-128M,...