Homebrew cask for OpenScreen — a free and open-source screen recorder and video editor.
brew install --cask getopenscreen/openscreen/openscreenThe DMGs are not code-signed or notarized, so Gatekeeper blocks the app on first
launch. brew install --cask does not change that — it applies the same
quarantine attribute a manual download gets. Clear it once:
xattr -rd com.apple.quarantine /Applications/Openscreen.appThen grant Screen Recording and Accessibility in System Settings → Privacy & Security.
Casks/openscreen.rb is written by
update-homebrew-cask.yml
in the main repository, on every stable release. Do not edit it by hand: the
next release overwrites the file wholesale.