ZXPInstaller is a simple cross platform (OS X and Windows) installer for third party Adobe extensions (.zxp
files). It serves as a replacement for the Extension Manager which no longer is not supported after CC 2014. It provides a drag-and-drop GUI for installation, and a website to which extension developers can point users to download the installer.
ZXPInstaller uses Electron (https://electron.org) to create a cross platform HTML/node.js app. The app spawns a child process for the Adobe Extension Manager command line utility to install the ZXP.
-
Install Node.js.
-
Install the dependencies and start the app.
yarn
yarn dev
- Run the build script
yarn pack:mac-x64
- You will find the compiled binaries in the
dist
directory.
ZXPInstaller was originally created by @maxoos and maintained by Cameron McEfee and GuideGuide.