LatestSep 14, 2026
Prerelease 0.1.2
pre-0.1.2
v0.1.2 · Python 3.11+
Builds come from the repository's GitHub releases. The newest release is listed first, and anything tagged -stable gets its own entry. The Windows installer bundles the plugin SDK wheel.
pre-0.1.2
pre-v0.1.1
pre-0.1.0
This is the only route on macOS and Linux. Clone the repository, then from aphelion-editor/ run:
Install the editor with its test and freeze extras
pip install -e ".[dev,freeze]"Launch the editor
python main.pyBuild a Windows MSI installer (Windows only)
python main.py --build-installerFull setup notes, including virtual environment activation, are in the getting started guide.
| Dependency | Version | Role |
|---|---|---|
| Python | 3.11+ | Runtime |
| PyQt6 | ≥ 6.6 | Application shell |
| NumPy | ≥ 1.26 | Frame buffers |
| OpenCV | ≥ 4.8 | Decode, tracking, effects |
| imageio + imageio-ffmpeg | ≥ 2.34 | Media I/O |
| cx_Freeze | ≥ 8.6 | Optional freeze and MSI |
The MSI is Windows only. On other platforms the editor runs from a Python environment.
Aphelion Editor is the only application in the line so far. Source and issues are at github.com/aphelion-engine/aphelion-editor.