Documentation / Getting Started
Welcome to Codanna! Start here for the basics.
- Quick Start - Get running in minutes
- Installation - System requirements and platform-specific setup
- First Index - Build your first searchable index
# Install
cargo install codanna --all-features
# Setup
codanna init
# Index your code
codanna index src
# Ask real questions
codanna mcp semantic_search_docs query:"where do we resolve symbol references" limit:3- User Guide - Complete CLI reference
- Integrations - Connect to Claude, Codex, and other clients
- Advanced - Unix philosophy and power features