Automated builds of OpenTrack packaged as portable AppImages for Linux, with optional ONNX Runtime (CPU/GPU) support for the neuralnet tracker.
This repository automatically monitors OpenTrack releases and builds AppImage packages that include:
- Full OpenTrack functionality
- Optional ONNX Runtime for neural network-based head tracking (neuralnet tracker)
- All dependencies bundled (no installation required)
- Works across most Linux distributions
Get the latest build from the Releases page.
You'll find three different flavors:
- NoONNX: OpenTrack without NeuralNet (no ONNX Runtime bundled)
- ONNX-CPU: OpenTrack with NeuralNet (ONNX Runtime CPU bundled)
- ONNX-GPU: OpenTrack with GPU-based NeuralNet processing (ONNX Runtime GPU bundled)
# Make it executable
chmod +x OpenTrack-*-x86_64.AppImage
# Run it
./OpenTrack-*-x86_64.AppImageNo installation needed. The AppImage contains everything required to run OpenTrack (with optional NeuralNet support).