Skip to content

Releases: alexblogoodf/glyfiq-illustrator

Release list

v1.1.0

Choose a tag to compare

@alexblogoodf alexblogoodf released this 12 Jul 13:47
7c8b2fb

Glyfiq Installation Guide

📖 A quick note before we begin:
This guide may look long, but don't worry — it's written in extreme detail so that even users with minimal technical experience can install Glyfiq without any issues. Every step is explained thoroughly, with screenshots and explanations of what you'll see on your screen.

If you're an experienced user, you can safely skim through most of the steps — the process itself is quite simple. The length is just to make sure nobody gets lost along the way. 🙂


1. Automated Installation for macOS (Recommended)

Follow these steps to install Glyfiq using our official installer package.


Step 1: Download the Installer

Download Glyfiq_v1.1.0.pkg from the Assets 👇 section below.


Step 2: Bypass macOS Security (First Warning)

When you try to open the .pkg file, macOS will show this warning:

⚠️ "Glyfiq_v1.1.0.pkg" Not Opened
Apple could not verify "Glyfiq_v1.1.0.pkg" is free of malware that may harm your Mac or compromise your privacy.

What to do:

  1. Click Done button
  2. DO NOT click "Move to Bin"
01

Step 3: Open System Settings

  1. Click the Apple menu () in the top-left corner
  2. Select System Settings (or System Preferences on older macOS)
  3. Go to Privacy & Security

Step 4: Allow the Installer

Scroll down to the Security section. You'll see:

🔒 "Glyfiq_v1.1.0.pkg" was blocked to protect your Mac.

What to do:

  • Click the Open Anyway button
02

Step 5: Confirm Opening (Second Warning)

macOS will show one more warning:

⚠️ Open "Glyfiq_v1.1.0.pkg"?
Apple is not able to verify that it is free from malware that could harm your Mac or compromise your privacy. Don't open this unless you are certain it is from a trustworthy source.

What to do:

  • Click Open Anyway button
  • NOT "Move to Bin"
03

Step 6: Enter Administrator Password

macOS will ask for permission:

🔐 Privacy & Security
You are attempting to open an app that may cause harm to your Mac or compromise your privacy.
Approve with an administrator's Touch ID or enter an administrator's password to allow this.

What to do:

  • Click Use Password... button
  • Enter your Mac administrator password (or use Touch ID if available)
  • Click OK
04

Step 7: Close Adobe Illustrator

⚠️ IMPORTANT: Before proceeding with installation:

  • Close Adobe Illustrator completely if it's running
  • The installer will check for this and will NOT proceed if Illustrator is open

Step 8: Run the Installer

The installer will open showing:

Welcome to the Glyfiq_v1.1.0 Installer

What to do:

  1. Click Continue
  2. Click Continue again
  3. Click Install
  4. Enter your password if prompted
  5. Wait for installation to complete
05

Step 9: Launch the Plugin

  1. Open Adobe Illustrator (if not already open)
  2. Go to the top menu: Window → Extensions → Glyfiq
  3. The plugin will open in a panel

🎉 Done! Glyfiq is now installed and ready to use.


2. Automated Installation for Windows

(Documentation coming soon)


3. Manual Installation (ZIP Archive and Advanced Users)

If the automated installer doesn't work, you can install manually.

Prerequisites:

  • Close Adobe Illustrator completely before proceeding
  • You'll need administrator access to your computer

Step 1: Download and Extract

  • Download Glyfiq_v1.1.0.zip from Assets
  • Extract the archive
  • You should get a folder named com.glyfiq.icons.panel containing:
    • CSXS/manifest.xml
    • index.html
    • css/, js/ folders
    • Icon files

Step 2: Copy to Adobe Extensions Folder

macOS:

  1. Open Finder
  2. Press Cmd+Shift+G (Go to Folder)
  3. Enter: /Library/Application Support/Adobe/CEP/extensions/
  4. Click Go
    ⚠️ If the folder doesn't exist, create the full path manually
  5. Copy the entire com.glyfiq.icons.panel folder into this directory

Windows:

  1. Open File Explorer
  2. Navigate to: C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\
    If the folder doesn't exist, create it manually
  3. Copy the entire com.glyfiq.icons.panel folder into this directory

Step 3: Enable Debug Mode (Required)

Because manual installation bypasses automated setup, you must enable Adobe's Player Debug Mode to allow unsigned extensions.

macOS:

Option A: Using the automated script (Recommended)

  1. Download EnableDebugMode.command
  2. Right-click on EnableDebugMode.command and select Open
  3. macOS may show a security warning — click Open
  4. The script will run automatically in Terminal
  5. Press Enter when done

Option B: Manual commands

If you prefer to run commands manually:

  1. Open Terminal (Applications → Utilities → Terminal, or search with Spotlight)
  2. Copy and paste these commands one by one:
defaults write com.adobe.CSXS.9 PlayerDebugMode 1
defaults write com.adobe.CSXS.10 PlayerDebugMode 1
defaults write com.adobe.CSXS.11 PlayerDebugMode 1
defaults write com.adobe.CSXS.12 PlayerDebugMode 1
defaults write com.adobe.CSXS.13 PlayerDebugMode 1
defaults write com.adobe.CSXS.14 PlayerDebugMode 1
defaults write com.adobe.CSXS.15 PlayerDebugMode 1
defaults write com.adobe.CSXS.16 PlayerDebugMode 1
defaults write com.adobe.CSXS.17 PlayerDebugMode 1

Windows:

Option A: Using the automated script (Recommended)

  1. Download EnableDebugMode.bat
  2. Right-click on EnableDebugMode.bat and select Run as administrator
  3. The script will run automatically in Command Prompt
  4. Press any key when done

Option B: Manual commands

If you prefer to run commands manually:

  1. Press Win+X and select Command Prompt (Admin) or Windows Terminal (Admin)
  2. Copy and paste these commands one by one:
reg add "HKCU\Software\Adobe\CSXS.9" /v PlayerDebugMode /t REG_SZ /d 1 /f
reg add "HKCU\Software\Adobe\CSXS.10" /v PlayerDebugMode /t REG_SZ /d 1 /f
reg add "HKCU\Software\Adobe\CSXS.11" /v PlayerDebugMode /t REG_SZ /d 1 /f
reg add "HKCU\Software\Adobe\CSXS.12" /v PlayerDebugMode /t REG_SZ /d 1 /f
reg add "HKCU\Software\Adobe\CSXS.13" /v PlayerDebugMode /t REG_SZ /d 1 /f
reg add "HKCU\Software\Adobe\CSXS.14" /v PlayerDebugMode /t REG_SZ /d 1 /f
reg add "HKCU\Software\Adobe\CSXS.15" /v PlayerDebugMode /t REG_SZ /d 1 /f
reg add "HKCU\Software\Adobe\CSXS.16" /v PlayerDebugMode /t REG_SZ /d 1 /f
reg add "HKCU\Software\Adobe\CSXS.17" /v PlayerDebugMode /t REG_SZ /d 1 /f

Step 4: Launch

  1. Open Adobe Illustrator
  2. Go to Window → Extensions → Glyfiq
  3. The plugin panel will open

Done!

v1.0.0

Choose a tag to compare

@alexblogoodf alexblogoodf released this 27 Jun 09:17
d6b78eb

Glyfiq Installation Guide

📖 A quick note before we begin:
This guide may look long, but don't worry — it's written in extreme detail so that even users with minimal technical experience can install Glyfiq without any issues. Every step is explained thoroughly, with screenshots and explanations of what you'll see on your screen.

If you're an experienced user, you can safely skim through most of the steps — the process itself is quite simple. The length is just to make sure nobody gets lost along the way. 🙂


1. Automated Installation for macOS (Recommended)

Follow these steps to install Glyfiq using our official installer package.


Step 1: Download the Installer

Download Glyfiq_v1.0.0.pkg from the Assets 👇 section below.


Step 2: Bypass macOS Security (First Warning)

When you try to open the .pkg file, macOS will show this warning:

⚠️ "Glyfiq_v1.0.0.pkg" Not Opened
Apple could not verify "Glyfiq_v1.0.0.pkg" is free of malware that may harm your Mac or compromise your privacy.

What to do:

  1. Click Done button
  2. DO NOT click "Move to Bin"
01

Step 3: Open System Settings

  1. Click the Apple menu () in the top-left corner
  2. Select System Settings (or System Preferences on older macOS)
  3. Go to Privacy & Security

Step 4: Allow the Installer

Scroll down to the Security section. You'll see:

🔒 "Glyfiq_v1.0.0.pkg" was blocked to protect your Mac.

What to do:

  • Click the Open Anyway button
02

Step 5: Confirm Opening (Second Warning)

macOS will show one more warning:

⚠️ Open "Glyfiq_v1.0.0.pkg"?
Apple is not able to verify that it is free from malware that could harm your Mac or compromise your privacy. Don't open this unless you are certain it is from a trustworthy source.

What to do:

  • Click Open Anyway button
  • NOT "Move to Bin"
03

Step 6: Enter Administrator Password

macOS will ask for permission:

🔐 Privacy & Security
You are attempting to open an app that may cause harm to your Mac or compromise your privacy.
Approve with an administrator's Touch ID or enter an administrator's password to allow this.

What to do:

  • Click Use Password... button
  • Enter your Mac administrator password (or use Touch ID if available)
  • Click OK
04

Step 7: Close Adobe Illustrator

⚠️ IMPORTANT: Before proceeding with installation:

  • Close Adobe Illustrator completely if it's running
  • The installer will check for this and will NOT proceed if Illustrator is open

Step 8: Run the Installer

The installer will open showing:

Welcome to the Glyfiq_v1.0.0 Installer

What to do:

  1. Click Continue
  2. Click Continue again
  3. Click Install
  4. Enter your password if prompted
  5. Wait for installation to complete
05

Step 9: Launch the Plugin

  1. Open Adobe Illustrator (if not already open)
  2. Go to the top menu: Window → Extensions → Glyfiq
  3. The plugin will open in a panel

🎉 Done! Glyfiq is now installed and ready to use.


2. Automated Installation for Windows

(Documentation coming soon)


3. Manual Installation (ZIP Archive and Advanced Users)

If the automated installer doesn't work, you can install manually.

Prerequisites:

  • Close Adobe Illustrator completely before proceeding
  • You'll need administrator access to your computer

Step 1: Download and Extract

  • Download Glyfiq_v1.0.0.zip from Assets
  • Extract the archive
  • You should get a folder named com.glyfiq.icons.panel containing:
    • CSXS/manifest.xml
    • index.html
    • css/, js/ folders
    • Icon files

Step 2: Copy to Adobe Extensions Folder

macOS:

  1. Open Finder
  2. Press Cmd+Shift+G (Go to Folder)
  3. Enter: /Library/Application Support/Adobe/CEP/extensions/
  4. Click Go
    ⚠️ If the folder doesn't exist, create the full path manually
  5. Copy the entire com.glyfiq.icons.panel folder into this directory

Windows:

  1. Open File Explorer
  2. Navigate to: C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\
    If the folder doesn't exist, create it manually
  3. Copy the entire com.glyfiq.icons.panel folder into this directory

Step 3: Enable Debug Mode (Required)

Because manual installation bypasses automated setup, you must enable Adobe's Player Debug Mode to allow unsigned extensions.

macOS:

Option A: Using the automated script (Recommended)

  1. Download EnableDebugMode.command
  2. Right-click on EnableDebugMode.command and select Open
  3. macOS may show a security warning — click Open
  4. The script will run automatically in Terminal
  5. Press Enter when done

Option B: Manual commands

If you prefer to run commands manually:

  1. Open Terminal (Applications → Utilities → Terminal, or search with Spotlight)
  2. Copy and paste these commands one by one:
defaults write com.adobe.CSXS.9 PlayerDebugMode 1
defaults write com.adobe.CSXS.10 PlayerDebugMode 1
defaults write com.adobe.CSXS.11 PlayerDebugMode 1
defaults write com.adobe.CSXS.12 PlayerDebugMode 1
defaults write com.adobe.CSXS.13 PlayerDebugMode 1
defaults write com.adobe.CSXS.14 PlayerDebugMode 1
defaults write com.adobe.CSXS.15 PlayerDebugMode 1
defaults write com.adobe.CSXS.16 PlayerDebugMode 1
defaults write com.adobe.CSXS.17 PlayerDebugMode 1

Windows:

Option A: Using the automated script (Recommended)

  1. Download EnableDebugMode.bat
  2. Right-click on EnableDebugMode.bat and select Run as administrator
  3. The script will run automatically in Command Prompt
  4. Press any key when done

Option B: Manual commands

If you prefer to run commands manually:

  1. Press Win+X and select Command Prompt (Admin) or Windows Terminal (Admin)
  2. Copy and paste these commands one by one:
reg add "HKCU\Software\Adobe\CSXS.9" /v PlayerDebugMode /t REG_SZ /d 1 /f
reg add "HKCU\Software\Adobe\CSXS.10" /v PlayerDebugMode /t REG_SZ /d 1 /f
reg add "HKCU\Software\Adobe\CSXS.11" /v PlayerDebugMode /t REG_SZ /d 1 /f
reg add "HKCU\Software\Adobe\CSXS.12" /v PlayerDebugMode /t REG_SZ /d 1 /f
reg add "HKCU\Software\Adobe\CSXS.13" /v PlayerDebugMode /t REG_SZ /d 1 /f
reg add "HKCU\Software\Adobe\CSXS.14" /v PlayerDebugMode /t REG_SZ /d 1 /f
reg add "HKCU\Software\Adobe\CSXS.15" /v PlayerDebugMode /t REG_SZ /d 1 /f
reg add "HKCU\Software\Adobe\CSXS.16" /v PlayerDebugMode /t REG_SZ /d 1 /f
reg add "HKCU\Software\Adobe\CSXS.17" /v PlayerDebugMode /t REG_SZ /d 1 /f

Step 4: Launch

  1. Open Adobe Illustrator
  2. Go to Window → Extensions → Glyfiq
  3. The plugin panel will open

Done!