Installation Guide
Installation Guide; This guide will walk you through the process of installing Theseus on your system.
###3. Install and Run UI
Install and run the main UI using npx:
That's it! You're ready to start using Theseus.
##Updating Theseus
If you already have Theseus installed, you can update it using:
##Terminal UI Installation (Optional)
If you prefer using the terminal interface:
Install the terminal UI:
Set your API key as an environment variable:
Run the terminal UI:
To update the terminal UI:
##Running in Debug Mode
To run in debug mode:
##Local Model Support (Experimental)
To run with a local model:
Start the local ollama server:
Configure Theseus:
Run with local configuration:
Warning: Local model support is currently experimental. Expect reduced performance compared to cloud-based models.
##Troubleshooting
If you encounter any issues during installation:
Ensure all prerequisites are properly installed
Check that your API key is valid and properly set
For terminal UI issues, try a clean reinstall:
##Next Steps
Last updated