Get DisplayMason.

DisplayMason is in active development, headed for the Mac App Store as a one-time purchase — no subscription. Until launch, you can follow along and build it yourself.

macOS 14+ Menu bar native One-time purchase No Accessibility permission

Build it from source.

The repository generates its Xcode project reproducibly. You’ll need macOS 14+, Xcode 16+, and Ruby with the xcodeproj gem. A developer build runs fully unlocked.

Terminal
git clone https://github.com/azide0x37/DisplayMason.git
cd DisplayMason
gem install xcodeproj -v 1.27.0 --no-document
ruby scripts/generate_project.rb
open DisplayMason.xcodeproj

Full build and test instructions live in the README.