geo-ff/keymouse-studio — explained in plain English
Analysis updated 2026-05-18
Set up an auto clicker that repeats mouse clicks at a fixed interval or coordinate.
Record a sequence of keyboard and mouse actions and replay it as a reusable script.
Schedule a delayed click or loop a recorded script a set number of times.
| geo-ff/keymouse-studio | 7y-9/agentsmd-check | avacocloud/avaco-deno | |
|---|---|---|---|
| Stars | 19 | 19 | 19 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | easy | easy | moderate |
| Complexity | 1/5 | 2/5 | 3/5 |
| Audience | general | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Windows-only installer, the installer may trigger a SmartScreen warning since it is not code signed.
KeyMouse Studio is a Windows desktop application for automating mouse clicks and keyboard input. It lets you set up auto clicking at a fixed interval, schedule a click after a delay, record a sequence of mouse and keyboard actions, and then edit or replay that recorded sequence as a script. The app installs through a standard Windows setup file and runs entirely on your own machine, with scripts saved locally rather than uploaded anywhere. A sidebar gives access to the different tools: the auto clicker, timed click, recording, script editing, and script playback, each with its own settings such as click count, coordinates, playback speed, and loop count. A global emergency stop shortcut, set to F12 by default, is included to release any keys or mouse buttons the tool is holding down. The application checks GitHub Releases in the background for new versions and can download and install updates, or you can check manually from an about screen. The README notes clearly that this version does not include cloud syncing, user accounts, an online script marketplace, macOS or Linux support, or image recognition features. Under the hood it combines Electron, React, and TypeScript for the desktop interface with a Python FastAPI backend. The README asks users to only run it on systems they are authorized to use and to follow the terms of service of whatever game, website, or software they apply it to, noting that the user is responsible for any consequences of misuse. It is released under the MIT license and built and maintained by an individual developer in their spare time.
A free Windows desktop app for automating mouse clicks and keyboard input, with recording, script editing, and scheduled playback.
Mainly TypeScript. The stack also includes TypeScript, Electron, React.
MIT license: free to use, modify, and distribute, including commercially, as long as the license notice is kept.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.