Installing Cluely
This guide will walk you through installing Cluely on your machine. The process takes about 5-10 minutes depending on your AI provider choice.Prerequisites
Before installing Cluely, ensure you have the following installed:Node.js
Git
AI Provider (Choose one)
Choose one of the following AI providers:
- Gemini (Recommended for beginners)
- Ollama (Recommended for privacy)
- OpenRouter
- K2 Think V2
Get a free API key from Google AI StudioPros:
- Fastest setup (just need API key)
- Best accuracy for complex tasks
- Latest AI technology (Gemini 2.0 Flash)
- Requires internet connection
- Data sent to Google servers
- Usage costs apply (generous free tier)
Installation steps
Install dependencies
- Standard installation
- If you encounter Sharp/Python errors
The installation automatically runs
npm rebuild sharp via the postinstall script to ensure Sharp is properly configured.Configure environment variables
Create a Choose your AI provider configuration:
.env file in the root folder:- Gemini
- Ollama
- OpenRouter
- K2 Think V2
- Multiple providers
The fallback API key is used automatically if the primary key hits rate limits or errors.
Platform-specific notes
- macOS
- Windows
- Linux
PermissionsOn first launch, macOS may ask for permissions:
- Screen Recording: Required for screenshot functionality
- Accessibility: Required for global shortcuts
electron/main.ts:320). Access it via:- Global shortcuts
- Menu bar tray icon (shows as “IC”)
Cmd + Q to quit properly. The close button (X) currently doesn’t work (known issue).Troubleshooting
Port 5180 already in use
If you see an error about port 5180:Sharp/Python build errors
Ollama not responding
If using Ollama and the app can’t connect:-
Ensure Ollama is running:
-
Verify the model is pulled:
-
Test Ollama directly:
General installation issues
If you encounter other errors:Verify environment variables
Check that your
.env file is in the root directory and properly formatted.App won’t quit
Solutions:- Press
Cmd + Q(macOS) orCtrl + Q(Windows/Linux) - Use Activity Monitor (macOS) or Task Manager (Windows) to force quit “Interview Coder”
- On Linux:
pkill -f "interview-coder"
Next steps
Quick Start Guide
Learn how to take your first screenshot and get AI-powered insights