Ask what's on your screen and get a spoken answer with a buddy pointing at the relevant element.
Tell Clacky to open apps, click buttons, and complete multi-step tasks on your Windows PC by voice.
Have a background agent research a topic while you keep talking, then hand you back real files.
| raynan00/clacky | eadmin2/jarvis_ai | greatvishal27-rc/ai-resume_analyzer | |
|---|---|---|---|
| Stars | 56 | 56 | 56 |
| Language | Python | Python | Python |
| Setup difficulty | moderate | hard | moderate |
| Complexity | 3/5 | 4/5 | 2/5 |
| Audience | general | developer | vibe coder |
Figures from each repo's GitHub metadata at analysis time.
Requires an Anthropic API key and ideally a Deepgram key, collected by a first-run setup wizard.
Clacky is an open source voice companion app for Windows that watches your screen, points at things on it, and can carry out actions on your computer when you ask it to. It is inspired by a macOS tool called Clicky and aims to bring the same idea to Windows, since the original and its closed source agent mode are Mac only. To use it, a person holds a hotkey and talks. Clacky can answer questions about what is currently on screen, moving an on screen buddy character to point at the exact thing being discussed. It can also act directly, opening applications, clicking buttons, typing text, and completing multi step tasks using Claude's computer use feature. Clacky remembers information across sessions, such as stated preferences, and can learn routines that a user teaches it by voice, saving them as editable text files following an open standard called Agent Skills. For longer jobs, Clacky can run a background agent that keeps working on a task, such as research, while the user keeps talking, and it leaves behind real files rather than just a spoken summary. These background agents can also connect to outside services such as Notion or other tools through the Model Context Protocol, so results can land directly in a user's other apps. A separate, simpler feature called the file organizer tidies a folder using a single call to a language model, and every change it makes can be undone. Clacky's brain is Anthropic's Claude model, using Sonnet 5 and its computer use capability, while speech recognition runs through Deepgram with a free text to speech voice, or a local fallback if no Deepgram key is provided. Getting started requires an Anthropic API key, and ideally a Deepgram key, both collected by a first run setup wizard. It can be installed as a downloadable Windows executable or run from source with Python 3.11 or newer. The README describes it as an early, rough build, and it stops before irreversible actions like sending a message or making a purchase. The project is released under the MIT License.
An open source voice assistant for Windows that sees your screen, points at things, and completes tasks on your PC using Claude.
Mainly Python. The stack also includes Python, Claude, Deepgram.
Free to use, modify, and distribute, including commercially, as long as you keep the copyright notice.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.