Skip to content
Aphelion

v0.1.2 · Python 3.11+

Download Aphelion Editor

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.

Releases

2 older releases

Build from source

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

Command
pip install -e ".[dev,freeze]"

Launch the editor

Command
python main.py

Build a Windows MSI installer (Windows only)

Command
python main.py --build-installer

Full setup notes, including virtual environment activation, are in the getting started guide.

Requirements

Aphelion Editor runtime dependencies
DependencyVersionRole
Python3.11+Runtime
PyQt6≥ 6.6Application shell
NumPy≥ 1.26Frame buffers
OpenCV≥ 4.8Decode, tracking, effects
imageio + imageio-ffmpeg≥ 2.34Media I/O
cx_Freeze≥ 8.6Optional 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.