https://github.com/wheaney/opentrack-appimage-ci
CI workflow for generating AppImage builds from the latest opentrack/opentrack releases
https://github.com/wheaney/opentrack-appimage-ci
Last synced: about 1 month ago
JSON representation
CI workflow for generating AppImage builds from the latest opentrack/opentrack releases
- Host: GitHub
- URL: https://github.com/wheaney/opentrack-appimage-ci
- Owner: wheaney
- License: other
- Created: 2026-02-05T20:40:34.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-05-14T08:06:21.000Z (about 1 month ago)
- Last Synced: 2026-05-14T10:13:12.157Z (about 1 month ago)
- Size: 39.1 KB
- Stars: 4
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenTrack AppImage Builder
Automated builds of [OpenTrack](https://github.com/opentrack/opentrack) packaged as portable AppImages for Linux, with optional ONNX Runtime (CPU/GPU) support for the neuralnet tracker.
## What is this?
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
## Setup
### Download
Get the latest build from the [Releases](../../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)
### Run
```bash
# Make it executable
chmod +x OpenTrack-*-x86_64.AppImage
# Run it
./OpenTrack-*-x86_64.AppImage
```
No installation needed. The AppImage contains everything required to run OpenTrack (with optional NeuralNet support).