Skip to content

monuk7735/mew-notch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

185 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

App icon

MewNotch

Make the Mac Notch Actually Useful!
MewNotch is a free, open-source macOS app that transforms the notch into a customizable HUD for brightness, volume, power, and more. Minimal, beautiful, and privacy-friendly.



GitHub License Downloads Issues Pull Requests macOS Version


Download for macOS


MewNotch Preview


Features

  • Brightness Display - Displays brightness adjustments in real-time, including optional auto-brightness changes and custom step sizes.
  • Sound Level Display - Shows input/output volume changes directly on the notch with customizable step sizes.
  • System HUD Suppression - Option to completely hide the stock macOS HUDs for a cleaner experience.
  • File Shelf - Drag and drop files to the notch for quick access. Now with Persistence! Files stay there even after restarts.
  • Power State - Show current power source. Toggle "Time Remaining" display for a cleaner look.
  • Notch on Lock Screen - The notch HUD is now visible even on the macOS lock screen.
  • Now Playing - Control now playing media directly from notch. Shows title changes automatically with customizable pop-up timeouts.
  • Mirror - Get a quick peek on how you're looking by using the mirror in expanded notch. Now with customizable corner radius.
  • Bash Script View - Run and display bash commands directly in the expanded notch.
  • Customizable Interactions - Tailor the notch exactly to your liking with adjustable hover expand delays and toggles for HUD animations.
  • Custom Layout - Reorder notch items to suit your workflow.
  • Auto Updates - Built-in updater (Sparkle) to keep your app always up to date.
  • Modern Settings UI - Completely grouped and redesigned settings experience for beautifully categorized configuration across all HUDs.
  • Fully Custom Notch Experience - Choose the displays you want to see the notch on.
  • SwiftUI-based UI - Smooth animations and modern macOS styling.

Installation

Homebrew

brew install --cask monuk7735/tap/mew-notch

Manual Download

  1. Download the latest release from GitHub Releases.
  2. Move the app to the Applications folder.
  3. Run the app and grant necessary permissions if prompted.

⚠️ "Damaged" or "Unidentified Developer" Error?

I don't have an Apple Developer account yet, so the application will display a popup on the first launch.

Option 1 (Recommended): Allow via System Settings

  1. Open System SettingsPrivacy & Security.
  2. Scroll down to the Security section.
  3. Look for "MewNotch was blocked..." and click Open Anyway.
  4. Click Open in the confirmation popup.

Option 2 (Advanced): Run this command in Terminal

xattr -cr /Applications/MewNotch.app

This command simply removes the "quarantine" flag that macOS places on apps downloaded from the internet, resolving the false error.

  • xattr : The utility to modify file attributes.
  • -c : Clears all attributes (removes the "quarantine" flag).
  • -r : Recursive (applies to all files inside the app bundle).

Usage

  1. Launch MewNotch.
  2. Re-launch to open settings, if required. Notch won't appear at first launch on non-notched devices.
  3. Adjust the volume or brightness using Keyboard or Touch Bar.
  4. Customise the settings to have notch on different or all monitors.
  5. Enjoy the sleek visual feedback right on the notch!

Roadmap

  • Add support for different types of HUD UIs.
  • Allow users to toggle usage of each HUD variant.
  • Icon in Menu bar to show app's running status.
  • Add Touch bar support.
  • Now playing music HUD.
  • Actions on Now Playing HUD. Hover to see magic.
  • Now Playing Detail on Expanded Notch View.
  • Expand notch on hover.
  • Mirror View
  • Complete Control over which monitor shows the notch
  • Explore different options for Now Playing media support on macOS 15.4 and above.
  • Shelf for files in expanded notch view
  • Persist Shelf Files across restarts
  • Making shelf work with Show on Lockscreen enabled (Currently mutually exclusive for security).
  • HUD for displaying keyboard backlight changes.
  • Explore additional notch-based utilities.

Dependency

Contributing

Contributions are welcome! Feel free to open issues or submit pull requests.

License

This project is licensed under the GPLv3 License.

Acknowledgments

  • Inspired by the idea of making the Mac notch actually useful!
  • Built with ♥️ using Swift and SwiftUI.
  • Some parts built with 😭 using Objective-C for system integration.
  • Special thanks to the following GitHub repositories for their code and inspiration:

About

Make the Notches on newer Macs Useful!

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Sponsor this project

 

Packages

 
 
 

Contributors