Control your external monitor brightness, contrast or volume directly from a menulet or with keyboard native keys.
Translations: 🇬🇧 🇫🇷 🇩🇪 🇮🇹 🇷🇺 🇺🇦
Go to Release and download the latest .dmg
You can also install MonitorControl with Homebrew Cask.
$ brew cask install monitorcontrol
Open issues if you have a question, an enhancement to suggest or a bug you've found. If you want you can fork the code yourself and submit a pull request to improve the app.
- Xcode
- Carthage
- Swiftlint
- SwiftFormat
Clone the project
$ git clone https://github.com/the0neyouseek/MonitorControl.git
Then download the dependencies with Carthage
$ carthage bootstrap --platform macOS
You're all set ! Now open the MonitorControl.xcodeproj
with Xcode
- macOS Sierra (
10.12
) and up. - Works with monitors controllable via DDC.
- @bluejamesbond (Original developer)
- @Tyilo (Fork)
- @Bensge - (Used some code from his project NativeDisplayBrightness)
- @nhurden (For the original MediaKeyTap)
- @kfix (For ddcctl)