Desktop AI assistant for academic assistance
Top 66.0% on sourcepulse
Free Cluely is an open-source desktop application designed to assist users with various tasks by leveraging AI, specifically the Gemini API. It targets students and professionals seeking an AI-powered assistant for quick answers and task completion.
How It Works
The application utilizes Node.js and Electron for its desktop framework, integrating with Google's Gemini API to provide AI-generated solutions. Users input queries, and the app processes them through the Gemini API, displaying the results within a desktop interface.
Quick Start & Requirements
npm install
..env
file with GEMINI_API_KEY=your_api_key_here
.npm run dev -- --port 5180
and NODE_ENV=development npm run electron:dev
for development, or npm run build
for production.Highlighted Details
Maintenance & Community
The repository is not actively maintained due to time constraints. The author welcomes Pull Requests but advises against creating issues. Custom solutions for companies are available upon request.
Licensing & Compatibility
The license is not specified in the README.
Limitations & Caveats
The "Interview Coder" feature's close button is a known issue. The application may conflict with other processes using port 5180. The project is not actively maintained, indicating potential for unaddressed bugs or future compatibility issues.
3 days ago
Inactive