Quick Start Guide
Get productive with Terraphim AI in 5 minutes! This guide shows you the fastest path to your first semantic search.
🚀 Your 5-Minute Quick Start
Step 1: Install (2 Minutes)
# Choose your platform and run ONE command:
# Linux/macOS
| && &&
# Windows (PowerShell as Administrator)
; ; Step 2: Initialize (30 Seconds)
# Create your personal AI workspace
# Answer the prompts:
# ✓ Default data path: ~/Documents/terraphim
# ✓ Enable local file indexing: Yes
# ✓ Enable GitHub search: Yes (optional)
# ✓ Default scorer: tfidfStep 3: First Search (30 Seconds)
# Try your first semantic search
# Or explore your data
Step 4: Optional - Add Your Data (2 Minutes)
# Add your documents folder (configure in ~/.config/terraphim/embedded_config.json)
# Edit the haystacks section to include your project directory
# Example haystack configuration:
# {
# "haystacks": [
# {
# "location": "~/Documents",
# "service": "Ripgrep",
# "read_only": true
# }
# ]
# }Step 5: AI Chat (1 Minute)
# Start chatting with your documents
🎯 You're Ready!
Congratulations! You now have a fully functional semantic AI assistant working with your local data.
What You Can Do Now
- 🔍 Semantic Search: Find information across your documents instantly
- 🧠 Knowledge Graph: Discover connections between concepts
- 💬 AI Chat: Have conversations with your documents
- 🔗 Smart Linking: Automatic markdown and wiki linking
- ⚡ Offline First: Everything works without internet (optional GitHub search)
📊 Example Use Cases
For Developers
# Search your codebase for specific patterns
# Find API endpoints in your project
# Get help with debugging
For Researchers
# Search research papers and notes
# Find related concepts
# Generate summaries
For Business Users
# Search company documentation
# Find policies and procedures
# Get quick answers
🛠️ Configuration Tips
Speed Up Searches
# Optimize for your hardware
Better Search Results
# Try different scorers
# Combine data sources
🔧 Customization
Personalize Your Experience
# List available roles
# Select a role
# Or use the setup wizard to create custom configurations
Keyboard Shortcuts
# Enable interactive TUI mode for keyboard users
# Common shortcuts in TUI:
# Ctrl+R: Search
# Ctrl+C: Chat mode
# Ctrl+L: List sources
# Ctrl+H: Help📱 Cross-Platform Usage
Linux/macOS Terminal
# Full terminal experience
# Interactive TUI mode (enhanced interface)
# Background mode (for scripts)
Windows PowerShell
# PowerShell commands
terraphim-agent search "query"
# Interactive TUI mode
terraphim-agent interactiveDesktop Application
# Launch GUI (if installed)
# Command-line usage with desktop app
🚨 Common Quick Issues
"Command not found"
# Reload your shell environment
# Or use full path
"Permission denied"
# Fix permissions
# Or reinstall with proper permissions
"No results found"
# Check configuration
# Reload configuration
# Try broader search terms
🎉 Success Metrics
You're Successful When
- [ ] Terraphim responds to queries in under 2 seconds
- [ ] You can see your documents in search results
- [ ] Chat mode provides relevant answers from your data
- [ ] Configuration file exists at
~/.config/terraphim/config.toml - [ ] Help command shows all available features
- [ ] You can switch between search modes (local, GitHub, combined)
Performance Tips
- First query might be slower (index building)
- Subsequent queries are much faster (cache enabled)
- Large datasets benefit from larger cache sizes
- SSD storage significantly improves indexing speed
🎯 Next Steps
Advanced Features to Explore
- Multi-source search: Combine local + GitHub + team data
- Custom scorers: Configure for your specific domain
- AI workflows: Create automated search and analysis pipelines
- Integration: Connect with your development tools
Learning Resources
Need Help?
- Quick Help:
terraphim-agent --help - Troubleshooting: Full Guide
- Community Support: Discord | GitHub
🚀 Welcome to Terraphim AI! You now have a powerful semantic search assistant ready to help you find, understand, and work with your knowledge.
Last Updated: December 20, 2025 Version: Terraphim AI v1.3.0 Part of: Terraphim AI Documentation Suite