Download
Install with pip. No account, no launcher, no installer wizard. Works on Windows, macOS, and Linux.
pip install acron
Latest stable: v0.9.1 — Python 3.11 – 3.14 — Changelog →
Platform Guides
Acron requires Python 3.11 or newer. Check your version:
python3 --versionInstall into a virtualenv (recommended) or system Python:
python3 -m venv .venv && source .venv/bin/activatepip install acronacron new my_game && cd my_game && python main.pyA window should open with the default scene.
Download the Studio AppImage for Linux. No system install needed — just make it executable and run.
brew install python@3.12python3.12 -m venv .venv && source .venv/bin/activatepip install acronacron new my_game && cd my_game && python main.pyDownload the Studio .dmg. Apple Silicon and Intel builds both available.
Download and install from python.org. Check "Add Python to PATH" during installation.
Open PowerShell or Command Prompt:
python -m venv .venv && .venv\Scripts\activatepip install acronacron new my_game && cd my_game && python main.pyDownload the Studio installer (.exe). Studio manages your project venvs automatically.
Windows Studio is in active development — check GitHub for the latest nightly.
System Requirements
astracron/acronDev Builds
Bleeding-edge builds from the main branch. Not for production use.
Beta/nightly: pip install acron --pre