Inkscape Plugins & Add-ons for Windows
Expand Inkscape's capabilities with plugins, add-ons and external tools on Windows. Covers import/export format plugins, font managers, colour tools, third-party integrations and how to install them.
Extensions vs plugins in Inkscape
Inkscape uses extensions as its primary plugin system. An extension is a Python script (.py) paired with a menu definition file (.inx). Extensions can add menu items, new tools, import/export formats or automate operations.
The term plugin in Inkscape context usually means one of three things:
- Input/output extensions — add support for new file formats
- Render extensions — add new rendering or filter effects
- External helper tools — Ghostscript, Poppler, potrace — installed separately
Essential external tools (bundled with MSI)
The Inkscape MSI bundles these external tools automatically:
| Tool | Purpose | Formats enabled |
|---|---|---|
| Poppler | PDF rendering and import | .pdf import |
| Ghostscript | EPS/PS/AI import | .eps, .ps, .ai |
| potrace | Bitmap to vector tracing | Trace Bitmap feature |
| Python 3 | Extension runtime | All Python extensions |
Verify they are detected: Edit → Preferences → System shows paths for each tool.
Import/export format plugins
Add CDR (CorelDRAW) support
Install libcdr and the Inkscape CDR extension to open CorelDRAW files. Available via the Inkscape extensions gallery.
Better EMF/WMF support
Install libwmf for improved Windows Metafile import quality.
OpenDocument Drawing (.odg)
Built-in via the UniConverter extension — imports LibreOffice Draw files directly.
Font management tools
Inkscape uses Windows system fonts. To manage fonts alongside Inkscape on Windows:
- NexusFont — free font manager, preview and activate fonts without installing
- FontBase — free/paid, excellent for large font collections
- Windows Font Viewer — right-click any .ttf/.otf → Install to add to Inkscape
After installing new fonts, restart Inkscape to scan and load them.
Colour management add-ons
- GIMP colour palettes — copy .gpl palette files to %APPDATA%\Inkscape\palettes for use in the palette bar
- Adobe Swatch Exchange (.ase) — convert with free tools like ASE2GPl, then import
- MoreColorBlends extension — advanced colour blending (install via extensions folder)
Third-party integrations
AxiDraw pen plotter
The official AxiDraw extension controls the AxiDraw plotter directly from Inkscape. Install the extension and use the dedicated AxiDraw menu.
Inkstitch embroidery
Inkstitch is a full embroidery design system built as an Inkscape extension. Download from inkstitch.org and install in the extensions folder.
Laser cutter / CNC export
Extensions like GCodeTools convert Inkscape paths to G-code for CNC machines and laser cutters. Available on the Inkscape extensions gallery.