Back to browse
GitHub Repository

AI search with OSS models for your terminal.

3 starsGo

Seek – Context-aware terminal search TUI

by vishruthbharath·Apr 7, 2026·1 point·0 comments

AI Analysis

●●SolidSlickNiche Gem

Stack-aware CLI search using Tavily and Ollama in Go.

Strengths
  • Auto-detects stack from manifest files to bias search results.
  • Local SQLite history with full-text search and vim keybinds.
Weaknesses
  • Requires Tavily API key adding cost and external dependency.
Target Audience

Backend developers, CLI enthusiasts

Similar To

Aider · Warp · Perplexity

Post Description

I built seek because I kept losing my flow by switching to my browser while coding. It reads your go.mod, package.json, Cargo.toml and other config files, allows you to attach local directory files, and biases search toward your stack, and streams a cited answer you can navigate with vim keybinds. Uses Tavily for web search, Ollama or any OpenAI-compatible API for answers. Single Go binary, MIT licensed.

Similar Projects