Cross-platform desktop macro automation tool with setup-based organization and dedicated macro editor windows.
Download the latest release for your OS and run it:
- Open the repository Releases page.
- Download the newest build for Windows, Linux, or macOS.
- Launch the app.
- Main window (Setup List View): heading
Setups, buttonsNew / Delete / Rename / Import / Export, and setup rows with active checkbox, setup name, author, and right arrow. - Main window (Setup Editor View): selected setup title, buttons
New / Delete / Rename / Export, and macro list (Keybind+ macro name). - Macro Editor Window (separate window): macro name, buttons
Add / Delete / Record-Stop / Save / Export, draggable event list, and editable Event Properties panel.
.ats= automa setup file (name,author,macros[]).atm= automa macro file (name,author,events[])
Drag-and-drop .ats and .atm files onto the main window behaves the same as Import.
python -m venv .venv
source .venv/bin/activate # Linux/macOS
# .venv\Scripts\activate # Windows
pip install -r requirements.txt
python -m automa.main