.AIP

AIP File

Adobe Illustrator Plug-in
Ask a question
QUICK ANSWER

An AIP file is an Adobe Illustrator plug-in - a binary extension that adds tools, effects, or export formats to Illustrator. You do not open it like a document; you copy it into Illustrator's Plug-ins folder and restart the app. Because AIP files are native executables, only install them from trusted vendors.

Developer: Adobe Inc. (plugin API); individual plugins by third-party developers Category: Plugin Files MIME: application/octet-stream
OPENS ON Windows macOS
Related: .XPI · .XLA · .CRX · .BUNDLE

On this page

19k+ extensions indexed
Last reviewed Jul 15, 2026

Not sure what your file is?

Drop any file into our identifier - we read just the first bytes to name the format.

Identify a file

What is the AIP file format?

An .aip file is a native binary plugin for Adobe Illustrator - a shared library that extends the application with additional tools, effects, export filters, or automation features. The extension is a naming convention: on Windows, .aip files are Windows PE DLLs (magic bytes MZ, 0x4D 0x5A); on macOS they are Mach-O dynamic libraries.

Illustrator loads .aip files at startup from its Plug-ins folder, calling SDK-defined entry points for initialization, shutdown, about-box display, and action dispatch. Each plugin declares the minimum Illustrator API version it requires in its resource block; a plugin built against a newer SDK than the installed Illustrator will refuse to load.

.aip files are not documents - they cannot be opened. Installation means placing the file in the correct Plug-ins directory. A plugin must match both the OS platform and the 64-bit architecture of the installed Illustrator; a Windows .aip will not run on macOS, and vice versa.

Common uses include font-creation utilities (Fontself), precision drawing tools (Astute Graphics), and path-editing extensions (Xtream Path). Since 2021 Adobe has offered a parallel UXP plugin framework based on HTML, CSS, and JavaScript for new plugin development - a modernization of the native .aip architecture. Native .aip plugins remain supported in Illustrator as of 2026. The .AI artwork format that Illustrator produces is entirely separate from the .aip plugin binary.

Security & safety

RISK: HIGH

AIP files are native executable code loaded directly into Illustrator's process. A malicious AIP can execute arbitrary code with the same privileges as Illustrator. Only install AIP plugins from trusted vendors (Astute Graphics, Fontself, Adobe Exchange). Do not install AIP files from unknown sources, forum posts, or file-sharing sites. On macOS, Gatekeeper may block unsigned plugins - this is a security feature, not a bug.

Format details

in a nutshell
FULL NAMEAdobe Illustrator Plug-inaka AIP plugin, Illustrator plug-in file
DEVELOPERAdobe Inc. (plugin API); individual plugins by third-party developerssince early 1990s (Illustrator plugin architecture); formalized in Illustrator CS era
CATEGORYPlugin Files
MIME TYPEapplication/octet-stream
TYPEnative platform binary (DLL/Mach-O disguised with .aip extension)
MAGIC BYTES · FILE SIGNATURE
OFFSET
0001
HEX
4D5A
ASCII
MZ
On Windows, AIP files are Windows PE DLLs: magic bytes MZ (0x4D 0x5A) at offset 0. On macOS, AIP files are Mach-O binaries (magic: 0xFEEDFACE / 0xCEFAEDFE / 0xCAFEBABE for fat binary). The .aip extension is simply a renamed DLL/dylib.

Programs that open AIP files

Windows2 apps
Adobe Illustrator Paid Do NOT open the AIP file directly. Copy/paste it into C:\Program Files\Adobe\Adobe Illustrator [version]\Plug-ins\, then restart Illustrator. The plugin appears in menus/toolbars.
Adobe Creative Cloud Paid Some plugins install via Creative Cloud > Plugins panel instead of manual folder copy.
macOS1 app
Adobe Illustrator Paid Copy AIP file to /Applications/Adobe Illustrator [version]/Plug-ins/ and restart Illustrator.

Technical details

deep spec
Binary format (Windows)Windows PE DLL; magic bytes MZ (0x4D 0x5A) at offset 0
Binary format (macOS)Mach-O dynamic library; magic 0xFEEDFACE (32-bit BE), 0xCEFAEDFE (32-bit LE), or 0xCAFEBABE (fat binary)
EncodingNative compiled machine code (uncompressed binary)
ContainerPlatform shared library with renamed .aip extension (PE DLL on Windows, Mach-O dylib on macOS)
Typical file size100 KB - 50 MB (varies widely by plugin complexity)
Entry pointsDefined per Adobe Illustrator SDK; host calls init, shutdown, about-box, and action dispatch handlers
API versioningPlugin resource block declares minimum Illustrator API version; version mismatch prevents loading
Platform restrictionWindows and macOS plugins are mutually incompatible; 64-bit architecture required for modern Illustrator
Code signingWindows Authenticode signing optional; macOS Gatekeeper notarization required for distribution
InstallationMust reside in Illustrator Plug-ins folder; not launchable as a standalone executable
Modern alternativeAdobe UXP framework (HTML/CSS/JS, introduced 2021) for new plugin development; AIP native plugins remain supported
Releasedearly 1990s (Illustrator plugin architecture); formalized in Illustrator CS era
Latest versionAligns with Adobe Illustrator SDK version (no standalone format versioning)
Specificationdeveloper.adobe.com

AIP conversions

Community Q&A

asked by users
Ask a quick question
Get help from people who work with AIP files. Be specific - include your system and software version.
No account needed · answers usually within a day

No questions yet - be the first to ask about AIP files.

Frequently asked questions

How do I install an AIP plugin in Adobe Illustrator?
On Windows: copy the .aip file to C:\Program Files\Adobe\Adobe Illustrator [version]\Plug-ins\, then restart Illustrator. On macOS: copy to /Applications/Adobe Illustrator [version]/Plug-ins/ and restart.
Can I open an AIP file to see what's inside?
AIP files are binary executables (DLL/Mach-O), not documents. You cannot meaningfully 'open' them; they are installed into Illustrator's Plug-ins folder.
Why won't my AIP plugin load in Illustrator?
Common reasons: wrong Illustrator version (plugin was compiled for an older SDK), wrong bitness (32-bit plugin in 64-bit Illustrator), or the file is placed in the wrong folder.
Are AIP files safe?
Only if from a reputable vendor. AIP files are native executables that run inside Illustrator with full system access - treat them with the same caution as any executable.
What is the difference between AIP plugins and UXP plugins?
AIP plugins are native code (DLL/Mach-O), requiring compilation per platform. UXP plugins (introduced 2021) are web-technology based (HTML/CSS/JS) and are the modern approach. Both are supported by current Illustrator.

References

1Adobe Developer - Illustrator Plug-in SDKdeveloper.adobe.com
2Adobe Community - correct Plug-ins folder pathcommunity.adobe.com

Keep exploring

across the database

Top extensions this week

1.AQQAQQ Instant Messenger File
2.BCBitComet Incomplete Download File
3.PARTPartial Download File
4.CRDOWNLOADChrome Partial Download File
5.BINCD/DVD Disc Image (BIN/CUE)
6.EXEWindows Executable (Portable Executable)
7.MDMarkdown Document
8.AVIFAV1 Image File Format (AVIF)
9.NOMEDIAAndroid No-Media Marker File
10.RPMSGRestricted Permission Message

Related extensions

.XPICross-Platform Installer (Mozilla add-on package)
.XLAMicrosoft Excel 97-2003 Add-In
.CRXChrome Extension Package
.BUNDLEmacOS Application Plug-in Bundle
.ZXPAdobe Extension / ZXP Package
.XLAMMicrosoft Excel Macro-Enabled Add-In

Free file tools

An in-browser file identifier and image converter - everything runs on your device.

Open the toolbox

Browse file extensions A-Z