Thanks to visit codestin.com
Credit goes to github.com

Skip to content

a clone of Cluely, free and open-source.

License

tahahah/Clonely

Repository files navigation

Clonely


A clone of Cluely, because it didn't work on Windows when I tried it.
So I built it from scratch faster than they could fix it.


Updated Demo
Updated Demo 2
Old Demo 1
Old Demo 2


Features

  • 🕵️‍♂️ Invisible to screen capture tools
  • 👀 Can see your screen
  • 🎤 Can hear you alongside your device, including others in meetings (this is a good thing)
  • 🔄 Two modes: chat, voice. Both have access to your screen
  • Almost instantaneous response in voice mode
  • ⌨️ Shortcut enabled: quickly hide with Ctrl+Space, Send messages with Ctrl+Enter

Work in Progress

  • 🛠️ Improve model behaviour using system prompts
  • 📦 Ship a standalone .exe

Limitations

  • 🤖 Currently only interfaces with Gemini
  • 🪟 Aimed at Windows; unsure how it will perform on macOS, Linux


Keyboard Shortcuts

Shortcut Action
Ctrl+Space Toggle invisibility (show/hide main and chat windows)
Ctrl+Enter Open chat window / submit input in chat mode
Esc Cancel chat or close windows

Mode Comparison: Chat vs Voice

Mode Input Description
Chat Keyboard Type prompts; captures a screenshot and returns LLM response.
Voice Microphone Streams live audio & screenshots; responses appear in real-time.

Prerequisites

  • Node.js (v18 or higher)
  • npm, yarn, pnpm, or bun

Installation

Clone the repository and install dependencies:

# Clone the repository

# Install dependencies
npm install

Development

Set your Gemini API key in the .env file:

VITE_GEMINI_API_KEY=*****

Start the development server:

npm run dev

This will start Clonely with hot-reload enabled so you can see changes in real time.


Building for Production

Build the application for your platform:

# For Windows
npm run build:win

# For macOS
npm run build:mac

# For Linux
npm run build:linux

# Unpacked for all platforms
npm run build:unpack

Distribution files will be located in the dist directory.


About

a clone of Cluely, free and open-source.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published