|
|
||
|---|---|---|
| .github | ||
| MonitorControl | ||
| MonitorControl.xcodeproj | ||
| MonitorControlHelper | ||
| .bartycrouch.toml | ||
| .gitignore | ||
| .swift-version | ||
| .swiftformat | ||
| .swiftlint.yml | ||
| Apple Silicon.md | ||
| License.txt | ||
| README.md | ||
MonitorControl
Translations: 🇬🇧 🇫🇷 🇩🇪 🇮🇹 🇷🇺 🇺🇦 🇯🇵 🇵🇱 🇭🇺

Bonus: Using keyboard keys displays the native osd
State of the experimental Apple Silicon version
Check out the state of the experimental version here.
Test it at your own risk!
How to build this experimental branch
Required
- Xcode
- Swiftlint
- SwiftFormat
- BartyCrouch (for updating localizations)
Clone the project
git clone --single-branch --branch experimental/apple-silicon https://github.com/MonitorControl/MonitorControl.git
Then dependencies will automatically get downloaded when opening the project, if they don't:
File > Swift Packages > Resolve Package Versions
You're all set ! Now open the MonitorControl.xcodeproj with Xcode
Third party dependencies
How to help
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.
Download
Go to Release and download the latest .dmg
Please note that releases are not available for the experimental Apple Silicon version yet!
Installing with Homebrew Cask
You can also install MonitorControl with Homebrew Cask.
Be aware that this comment will not install the experimental Apple Silicon compatible version of the app!
brew install --cask monitorcontrol
Support
- macOS Sierra (
10.12) and up. - For the Apple Silicon version macOS Big Sur and up
- Works with monitors controllable via DDC.
Contributors
Thanks
- @bluejamesbond (Original developer)
- @Tyilo (Fork)
- @Bensge - (Used some code from his project NativeDisplayBrightness)
- @nhurden (For the original MediaKeyTap)
- @kfix (For ddcctl)