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
# Add a GitHub repository (if you want code search)
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
# Create custom roles
# Set up custom workflows
Keyboard Shortcuts
# Enable 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
# TUI mode (enhanced interface)
# Background mode (for scripts)
Windows PowerShell
# PowerShell commands
terraphim-agent search "query"
# TUI mode
terraphim-agent --tuiDesktop 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 data sources
# Rebuild index
# 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