Getting Started

Discover Macrogiciel in less than 5 minutes.

Create a Module

Start by creating a new folder and opening a command prompt.

Then, run the following command:

npm init

You can type this command in the command prompt, PowerShell, Terminal, or any other integrated terminal in your code editor.

Create a module.json file with the following content:

{
    "name": "ModuleKit",
    "description": "Module Kit to create your module.",
    "author": "Tai Tetsuyuki",
    "version": "1.0.0",
    "license": "MIT",
    "main": "main.js"
}

WebSocket

Macrogiciel includes a built-in web server that you can use to automate the execution of your macros.

Access the following URL to trigger a macro:

http://localhost:{PORT}/run/{KEYBOARDID}/{PROFILE}/{MACROID}

By default, the port is set to 5755.

For example:

http://localhost:5755/run/0/Default/360

Need Help or Have Questions?

If you need help or have any questions about Macrogiciel, we're here to assist you!

Join our Discord community to connect with other users and get support from our team.

Join Discord