AHK Script Manager is an Electron-based desktop application designed to simplify the management of AutoHotkey (AHK) scripts.
- Electron
- Vite
- React
- AutoHotkey - v2
- You must have this installed for the scripting to work. You can find the source code here.
- Node - v22.14.0+
- You can use NVM for Windows for easy installation.
- Yarn - v1.22.22+
- This node module is used for building the application instead of the regular NPM execution.
- Once Node is installed, you can install yarn with:
npm i -g yarn
Currently, the app is still in development and must be run using Node or Yarn.
Clone the repo and run the following to install the dependencies:
yarnYou can run the app using:
yarn dev