Installation
Compdown runs as a CEP panel inside After Effects. There are two ways to install it.
Option 1: Install from Release (Recommended)
Download the latest
.zxpfile from GitHub ReleasesInstall using aescripts ZXP Installer:
- Open ZXP Installer
- Drag the
.zxpfile onto the window - Restart After Effects
Find the panel under Window > Extensions > Compdown
Option 2: Build from Source
If you want to run the latest development version:
Clone the repository:
bashgit clone https://github.com/compdown/compdown.git cd compdownInstall dependencies and build:
bashnpm install npm run buildEnable unsigned extensions (required for local builds):
- Open aescripts ZXP Installer
- Go to Settings > Debug > Enable Debugging
- Or manually set the
PlayerDebugModeflag in your system registry/plist
Restart After Effects. The panel appears under Window > Extensions > Compdown
Development mode
For active development with hot reload:
bash
npm run devThis starts a dev server at localhost:3000. Changes to the panel code will hot-reload without restarting AE.
Verify installation
- Open After Effects
- Go to Window > Extensions > Compdown
- You should see the Compdown panel with a YAML editor
If the panel doesn't appear, check:
- Debug mode is enabled (for local builds)
- After Effects was restarted after installation
- You're using a supported After Effects version (CC 2019+)
Next steps
- Quick Start — Create your first composition