-
Notifications
You must be signed in to change notification settings - Fork 1
quick start
Niladri Das edited this page Aug 19, 2025
·
1 revision
Get up and running with Harper in minutes!
-
Install Harper (if not already installed):
cargo install harper-ai
-
Configure your API key:
mkdir -p ~/.config/harper echo "OPENAI_API_KEY=your_api_key_here" > ~/.config/harper/config.toml
Or use the interactive setup:
harper setup
harperSimply type your message and press Enter:
Hello! How can I help you today?
Prefix commands with ! to execute them:
!ls -la
Perform web searches with:
/search What's the weather like today?
/save my_conversation
/load my_conversation
-
Start Harper:
harper
-
Ask a question:
How do I list all files in a directory sorted by size? -
Execute the suggested command:
!ls -laSh -
Save your session:
/save my_work
- Learn about AI Providers
- Explore Advanced Features
- Check out the Command Reference