I Built a Lightweight Macro Recorder in Rust (Mostly with an AI Agent)
I got tired of closed-source macro tools. Most of them store macros in binary formats, have poor DPI awareness, and install global keyboard hooks. For a tool that essentially injects input, closed source felt uncomfortable. So I wrote my own. What it is Single ~7 MB .exe , no installer MIT license Macros are plain JSON (easy to edit and diff) Small scripting layer on top: If / While , variables,…
We haven't written up this one. Dev.to has the full story — the link below goes straight to it.