Local Knowledge Engine

Your Local Second Brain

Index everything. Search from CLI or Claude. Your data never leaves your machine.

Index your entire digital life—notes, code, PDFs, and Office docs. Turn your fragmented data into a cohesive local knowledge engine. Built for humans and AI agents alike, fully local and private.

GNO search demo

Quick Start

# Install
bun install -g @gmickel/gno

# macOS: Vector search requires Homebrew SQLite
brew install sqlite3

# Initialize with your notes folder
gno init ~/notes --name notes

# Index documents (BM25 + vectors)
gno index

# Search
gno query "authentication best practices"
gno ask "summarize the API discussion" --answer

What's New in v0.13

Knowledge Graph

Interactive force-directed visualization. See wiki links, markdown links, and similarity edges as a navigable constellation.

Learn more →

Document Viewer

Enhanced reading with outgoing links, backlinks, and AI-powered related notes sidebar.

Learn more →

Note Linking

Wiki-style [[links]], backlinks, and semantic similarity for connected knowledge.

Learn more →

See It In Action

Quick Start

Initialize, index, and search in seconds

GNO quickstart demo

Search Modes

BM25, vector, and hybrid search comparison

GNO search modes demo

GNO CLI

Why GNO?

Most search tools are either fast but dumb (grep, find) or smart but slow and cloud-dependent. GNO bridges this gap by running a full hybrid search pipeline (keyword, vector, and re-ranking) entirely on your local machine.

For AI Agents

Give your local LLM agents a long-term memory. GNO integrates as a Claude Code skill or MCP server, allowing agents to search, read, and cite your local files.

Claude Code

Install GNO as a skill and search your knowledge base directly from Claude Code:

gno skill install --scope user

GNO Claude Code Skill

Skill setup guide →

MCP Clients

Connect GNO to Claude Desktop, Cursor, Raycast, and more:

gno mcp install                    # Claude Desktop (default)
gno mcp install --target cursor    # Cursor
gno mcp install --target zed       # Zed
gno mcp install --target windsurf  # Windsurf
# ... and 6 more targets

GNO MCP

Once connected, ask things like:

“Search my local notes for the project roadmap and summarize the Q4 goals.”

MCP setup guide →

For Humans

Stop grepping through thousands of Markdown files. Ask GNO questions in plain English and get cited answers from your own notes, documentation, and code.

The Web UI provides a visual dashboard for search, browsing, editing, and AI-powered answers. Filter by tags extracted from your frontmatter for instant precision.

GNO Web UI

GNO Search

GNO Document Editor

GNO Document Viewer

GNO AI Answers

Knowledge Graph

See how your ideas connect. The interactive knowledge graph visualizes wiki links, markdown links, and semantic similarity as a navigable constellation. Click any node to jump to that document.

GNO Knowledge Graph

Knowledge Graph feature →