Skip to content

Releases: charliecpeterson/orbitron

Release v0.2.0

25 May 19:10

Choose a tag to compare

Orbitron v0.2.0

Desktop Applications

  • Linux: orbitron-viewer, orbitron, orbitron-tui (may need chmod +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-*.whl

Intel 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:

  1. Download Orbitron Viewer.dmg
  2. Open DMG and drag app to Applications folder
  3. First launch: right-click → Open (to bypass Gatekeeper)

Linux:

  1. Download orbitron-viewer-linux
  2. Make executable: chmod +x orbitron-viewer-linux
  3. Run: ./orbitron-viewer-linux

Windows:

  1. Download orbitron-windows.zip
  2. Extract the zip file
  3. Run orbitron-viewer.exe

Documentation

See CHANGELOG.md for full release notes.