Getting Started
Get Exorous up and running on your local machine in minutes.
Prerequisites
- Python 3.10+ (highly recommended)
- An API key for an LLM provider (OpenRouter, OpenAI, Gemini, or Anthropic)
Installation
Via PyPI (Recommended)
pip install exorous
First Run
Simply type the command to start the interactive session:
exorous
On your first run, Exorous will guide you through a quick onboarding to select your LLM provider and configure your API key.
Next Steps
- Explore Advanced Intelligence to see how search and memory work.
- Check out the Tools Reference to see what Exorous can do.