Windows 10 / 11
Adobe Illustrator 2025 or later recommended
(Designed to work with earlier versions such as 2024 and before, but these environments are not available for verification.)
The application itself supports both English and Japanese.
For bug reports or feature requests,
please contact me on X:
https://x.com/gyoni0031
(Reports from pre‑2024 versions are welcome.)
Easy drag‑and‑drop script registration
No Illustrator restart required. Registered scripts can be executed immediately.
Centralized script management
No migration needed when switching between Illustrator versions.
Run scripts with keyboard shortcuts
Supports modifier key + main key, or main key alone (without interfering with text input).
Keep the launcher completely hidden
You can run shortcuts even while the launcher is fully hidden, so it never takes up workspace.
Pass arguments to scripts
Add simple tags in comments to generate input UI automatically.
Optional helper utilities for Illustrator
Convenient assistive functions you can turn on or off at any time.
Add notes to each script
Never forget what a script does — keep quick notes right inside the launcher.
Automatic update checks
The core launcher features are the same as in the standard edition, but the EX edition adds extra convenience tools as a paid upgrade.
All EX features can be tried in the standard edition, so if you find them helpful, please consider upgrading to the EX edition.
Registering scripts
Drag and drop JSX files into the launcher.
Running scripts
Double‑click a registered script, or use its assigned shortcut key.
Script menu
Right‑click a registered script to open the menu for assigning shortcuts, setting categories, editing notes, and more.
Main menu
Click the ≡ button at the top right of the launcher to access options, settings, and exit.
Sample scripts are provided to demonstrate how to define argument-input UI using simple comment tags, as well as for testing functionality. All scripts are plain text.
Explaining-Parameter-Tags-Demo.jsx
A sample script with detailed comments explaining how to use argument tags.
Artboard-Size-Rectangle.jsx
Arguments: Offset value, unit
Selection-Size-Rectangle.jsx
Arguments: Offset value, unit, include stroke width, ignore clipping paths
Adjust-Stroke-Width.jsx
Arguments: Adjustment value, unit, include text objects, include clipping‑path objects, exclude objects with zero stroke width
By adding comment-based tags to your script, you can create argument input fields in the launcher.
When the script is executed, the values set in those fields are passed as arguments.
To create a numeric input field labeled "Offset" with an initial value of 0.000, add the following comment line at the top of your script:
// #IC_param {number} "Offset" 0.000
To receive that value as the variable "offsetVal" inside your script, write:
var offsetVal = arguments[0];
That's all you need. The value set in the launcher is passed as a number.
You can also use strings and booleans, and you can turn the input field into a dropdown list.
For details, open the file "Argument Tag Demo.jsx" in the included SampleScripts folder.
All sample scripts are plain text, so you can use them as clear examples of how to define and retrieve arguments.
Scripts that use the #include directive (loading external files at runtime) are not supported yet. Support is planned for the official release.
The tool may not function properly if Adobe Illustrator changes its version or internal specifications.
Add an in-app operation guide
Support registering scripts with the .jsxbin extension
(Currently usable by renaming the extension to .jsx)
Support cases where multiple Illustrator versions are running simultaneously
Duplicate scripts directly within the launcher
Rename scripts directly within the launcher
Support scripts that use #include to load external files
Support argument-tag definitions in jsxbin files (e.g., referencing external files)
Option to hide or resize the notes panel
Rename scripts directly within the launcher
Drag multiple selected script buttons as a group
Script execution history
“Recently Used Scripts” category
Search scripts by name
Open scripts in an external editor of your choice
Display scripts located in Illustrator’s native Scripts folder
Execute multiple scripts in sequence (with conditional branching based on results)
Assign custom icons or markers to script buttons
Match the launcher’s color theme to Illustrator’s UI colors
Sort scripts by name, registration time, and more
Show a tooltip with the beginning of the JSX file when hovering over a script button
EX feature: Explore whether the “Maintain Aspect Ratio” toggle can be controlled via shortcut
EX feature: Shortcut to focus the caret on color‑value input fields
Allow customization of fixed EX‑feature shortcuts
The information panel may update at incorrect timings
(In some cases, script execution results disappear too quickly.)
After closing the category-edit form, the displayed category resets to All Scripts
EX feature: When the option “Restore Illustrator window if unintentionally un-maximized” is enabled, manually un-maximizing the window and then dragging any corner may cause Illustrator to re‑maximize unexpectedly