ReVens AI Assistant Setup
Requirements
The AI assistant requires Ollama to be installed and running on your system.
Installation Steps
1. Install Ollama
Windows:
winget install Ollama.Ollama
Or download from: https://ollama.ai
2. Pull the AI Model
After installing Ollama, open a terminal and run:
This downloads the lightweight 1.3GB model optimized for local analysis.
3. Restart ReVens
Restart ReVens. The AI assistant will now be available in the AI tab.
Usage
Analyze Files
- Click File > Open File in the menu
- Select any file (EXE, DLL, ZIP, etc.)
- The AI tab will open automatically with file analysis
Ask Questions
- Navigate to the AI tab
- Type your question in the text area
- Press Enter or click Send
Models
See available models at: https://ollama.com/search
To change model, edit src/main.js.
Troubleshooting
AI not available:
- Ensure Ollama is running:
ollama --version
- Check if model is downloaded:
ollama list
- Restart ReVens after installing Ollama
Slow responses:
- First response is slower (model loading)
- Consider using GPU acceleration
- Use smaller models for faster speeds