Quick Start
This guide gets you from zero to searching your data in under 5 minutes.
The Fast Path
-
Install Hoard
Terminal window pipx install hoard -
Run the Setup Wizard
Terminal window hoard init -
Start Searching
Terminal window hoard search "meeting notes"
Recommended Setup Flow
For the best experience, follow this order:
# 1. Initialize (configures sources, runs first sync)hoard init
# 2. Start the HTTP server (required for AI tools)hoard serve
# 3. Configure detected AI toolshoard setup --allFor remote servers, use:
hoard setup remote --url https://hoard.example.com --token hoard_sk_... --allManual Setup (Alternative)
hoard init --quickhoard add ~/Documents/Noteshoard synchoard search "query"What Gets Indexed by Default
| File Type | Extension |
|---|---|
| Markdown | .md |
| Plain text | .txt |
| CSV | .csv |
| JSON | .json |
| YAML | .yaml |
| reStructuredText | .rst |
Next Steps
- Your First Search - Query patterns and result interpretation
hoard instructions- Instruction injection details- Connect AI Tools - Claude Code, Codex, OpenClaw
- Remote Deployment - VPS/home-server hosting