Every way to automate your PC, in one app on your machine.
Keybinds, a real scripting language, voice commands, floating overlays, scheduling, and AI. One local Windows app, built for people who think AutoHotkey should be better.
Six ways to make it happen
One mental model, one appPress any combo, anywhere. It fires. Zero shortcuts assigned by default.
KSL: a real scripting language for desktop automation, the moment you want one.
Trigger actions by voice, fully on-device. Push-to-talk or always-on.
Native HUDs, pickers, and panels that float over any window.
Cron, startup, folder-watch. Retries, conditions, and a dry-run mode.
Package a module and publish it to the live marketplace.
Three steps. That’s the whole flow from your side of the screen.
A key, a voice phrase, a schedule, or a launch condition.
A built-in action, a script, an overlay, or a module you installed.
Locally, every time. Or describe it in plain English and let AI build it.
A real scripting language, only when you want one.
Simple binds stay simple. But KSL is a real language: variables, control flow, functions, and a standard library for windows, clipboard, files, processes, HTTP, and AI.
Every script declares what it’s allowed to touch. This one asks for audio control. Nothing else can run until you approve it.
Read about KSL →// Mute the mic from any app, and say so.
capability audio.control
on key("ctrl+alt+m") {
let muted = audio.toggle_mute("default")
overlay.toast(muted ? "Mic muted" : "Mic live")
}It runs on your machine. It asks first.
AutoHotkey runs with full ambient privilege. Keybind doesn’t.
The full app, including binds, scripting, scheduler, and clipboard history, works locally, forever, no account.
A script can’t touch your files, network, registry, or shell unless it declares it and you approve.
Voice recognition is 100% on-device. Your audio never leaves the machine.
BYO keys are encrypted locally and never uploaded, even under cloud sync.
The full desktop app. No account required.
Everything in Free, plus:
Keybind is Windows-only and not open-source. AutoHotkey can also compile to .exe. PowerToys ships real OCR. The comparison table concedes all of it.
Automate the boring parts.
Bind a key, write a script, or just describe what you want. It runs on your machine.
Download for Windows