creold / illustrator-scripts

Some powerfull JSX scripts for extending Adobe Illustrator
MIT License
644 stars 110 forks source link
adobe adobe-illustrator extendscript freebie illustrator illustrator-scripts javascript

Logo

Adobe Illustrator Scripts

Downloads Telegram Yotube

Instructions in other languages: English, Русский

Hi

This is a collection of JS scripts for Adobe Illustrator. All scripts created by me, sometimes using parts of other authors’ code. The Github Gist contains the small scripts that are not included in the main collection.

The descriptions for each file can be found in the file’s header text. Test environment: Illustrator CS6, CC 2019-2025 (Windows), CC 2019-2025 (Mac OS).

How to download one script

  1. In the script description, click Direct button.
  2. The tab will open the script code.
  3. Press Cmd/Ctrl + S for download.

How to run scripts

Variant 1 — Install

  1. Download archive and unzip. All scripts are in the folder jsx
  2. Place <script_name>.jsx in the Illustrator Scripts folder:
    • OS X: /Applications/Adobe Illustrator [vers.]/Presets.localized/en_GB/Scripts
    • Windows (32 bit): C:\Program Files (x86)\Adobe\Adobe Illustrator [vers.]\Presets\en_GB\Scripts\
    • Windows (64 bit): C:\Program Files\Adobe\Adobe Illustrator [vers.] (64 Bit)\Presets\en_GB\Scripts\
    • RU lang: C:\Program Files\Adobe\Adobe Illustrator [версия]\Стили\ru_RU\Сценарии\
  3. Restart Illustrator
  4. Scripts will be available in File → Scripts.

Variant 2 — Drag & Drop

Drag and drop the script file (JS or JSX) onto the tabs of Illustrator documents. If you drag it to the area of the open document, the script may not work correctly (Adobe bug).

Drag-n-drop to AI

Variant 3 — Use extensions

I recommend the Scripshon Trees or LAScripts panel. In it you can specify which folder your script files are stored in.

Variant 4 — Utilities

You can use them to create macros to run scripts with hotkeys.

  1. SPAi (Mac OS, free)
  2. Hammerspoon (Mac OS, free)
  3. Keyboard Maestro (Mac OS, paid)
  4. BetterTouchTool (Mac OS, paid)
  5. AutoHotkey (Windows, free)

[!WARNING]
To run scripts via the F1-F15 hotkeys, users add them to the Actions panel. If another action is running inside the script, Illustrator will freeze. How do you check it? Open the script in a text editor, if you find app.doScript() in the code, it is using an action. This is in all versions from CS6 to CC 2025 on Mac and Windows.

Donate

Many scripts are free to download thanks to user support. Help me to develop new scripts and update existing ones by supporting my work with any amount via Buymeacoffee USD, ЮMoney RUB, Tinkoff RUB, Donatty RUB, DonatePay RUB. Thank you.

Paid scripts

Categories

Click the category name to learn more about the scripts in the selected category.

Download

Artboard

Color

Draw

Export

Group | Mask

Item

Layer

Path

Select

Style

Text

Utility

View

Testimonials

Don't forget sharing link with a friend 🙂

Contribute

Found a bug? Please submit a new issues on GitHub.

Blog

Tips, tricks and scripts bugs for Adobe Illustrator: English, Русский.

Contact

Email hi@sergosokin.ru
Telegram @sergosokin

License

All scripts is licensed under the MIT licence.
See the included LICENSE file for more details.