Releases: charliecpeterson/orbitron
Releases · charliecpeterson/orbitron
Release v0.2.0
Orbitron v0.2.0
Desktop Applications
- Linux:
orbitron-viewer,orbitron,orbitron-tui(may needchmod +x) - macOS:
Orbitron Viewer.dmg,Orbitron Viewer.tar.gz,orbitron-macos.zip,orbitron-tui-macos.zip - Windows:
orbitron-windows.zip
Python Package
cp38-abi3 wheels are attached for Linux (manylinux x86_64), macOS
(Apple Silicon / arm64), and Windows (x86_64). One build per platform
runs on CPython 3.8+. Download the wheel for your platform and:
pip install orbitron-0.2.0-cp38-abi3-*.whlIntel macOS isn't published yet — build from source there
(cd extensions/python-bridge && pip install -e .).
See USER_GUIDE.md §1.3 for details.
Web Viewer
- For websites: Download
orbitron-viewer-web-v0.2.0.zip(~2-3 MB) - For PowerPoint/presentations: Download
orbitron-viewer-standalone-v0.2.0.html(~5 MB)
See USER_GUIDE.md §10 for embedding instructions.
Installation
macOS:
- Download
Orbitron Viewer.dmg - Open DMG and drag app to Applications folder
- First launch: right-click → Open (to bypass Gatekeeper)
Linux:
- Download
orbitron-viewer-linux - Make executable:
chmod +x orbitron-viewer-linux - Run:
./orbitron-viewer-linux
Windows:
- Download
orbitron-windows.zip - Extract the zip file
- Run
orbitron-viewer.exe
Documentation
- User Guide - Complete usage documentation
- Building Guide - Build from source
- Examples - Code examples and tutorials
See CHANGELOG.md for full release notes.