Skip to content

opentrack-2023.1.0-61-g6fb56514 macOS arm64 Apple Silicon

Compare
Choose a tag to compare
@matatata matatata released this 31 Aug 17:04
· 76 commits to master since this release

Built for Apple Silicon. Tested on latest macOS Ventura on M1max. For Mac Intel Machines use previous release!

Note that your machine will probably complain heavily saying it cannot verify the integrity of the binary which is annoying but understandable. I don't have an Apple-Developer Certificate but you can build opentrack for apple silicon yourself like this:

Install macports https://www.macports.org/

export PATH=$PATH:/opt/local/bin:/opt/local/libexec/qt5/bin
export OTR_OSX_ARCH=arm64 # remove or set to x86_64 for Intel-build
sudo port install qt5 cmake ImageMagick
git clone --recurse-submodules https://github.com/opentrack/opentrack.git
cd opentrack
cmake -S . -B build --toolchain cmake/apple.cmake
cd build
make install
open install