Free Cluely
Free Cluely: Open Source version of Cluely, A desktop application to help you cheat on everything.

Free Cluely: Open Source version of Cluely, A desktop application to help you cheat on everything.
free‑cluely is an open‑source desktop application built with Electron and TypeScript that brings AI‑powered real‑time assistance to your screen and audio. It overlays context‑aware hints, code suggestions, and interview prompts without showing up in screen shares. Licensed under Apache‑2.0, free‑cluely runs on macOS, Windows, and Linux, and uses your Google Gemini API key for AI processing.
free‑cluely injects AI assistance into your workflow across four main areas:
1. Clone & Install:
git clone https://github.com/Prat011/free-cluely.git && cd free-cluely && npm install
2. Configure API Key: Create a .env
with GEMINI_API_KEY=your_key_here
.
3. Run Dev Mode:
npm run dev -- --port 5180 && NODE_ENV=development npm run electron:dev
.
4. Build for Production: npm run build
to generate cross‑platform binaries.
5. Invisible Overlay: Use Ctrl+Q
(Cmd+Q) to quit, and the overlay auto‑hides on
screen share.
6. Extend & Contribute: Fork the repo, add new LLM backends, plugins, or UI tweaks, and submit a
PR.
free‑cluely delivers a powerful, privacy‑aware AI overlay for coding, interviewing, and on‑screen assistance. Its open‑source nature under Apache‑2.0 allows developers to customize, extend, and contribute, while its invisible overlay ensures it won’t disrupt screen shares. Ideal for developers, interviewees, and researchers looking for seamless AI help—just remember to use it ethically.