r/MacOSBeta • u/rbrbrb87 • 1h ago
r/MacOSBeta • u/popackard • 7h ago
Discussion I miss the excessive menu icons
I am hesitant to update my laptop to the Golden Gate after running the beta on my desktop. I have grown accustom to the menu bar and context menu icons. I know it is popular opinion that these were overkill, but I am in the opinion that the icons are helpful for glanceability/usability. I would even like MacOS and iOS to lean even harder into icons in lieu of text for menu items. Using Golden Gate menus feel like a wall of text that I have to read through. Personally, I would prefer the option to even only show the icon in a horizontal row for common, identifiable actions like cut, copy, paste; save, duplicate, rename; etc. I think icons are a key to making UI more approachable and simple moving forward. What do you think? (I also liked the floating sidebars, so maybe I'm just a freak.)
r/MacOSBeta • u/favicondotico • 18h ago
Bug [macOS 27 DB8] Multiple apps concurrently appear in the Menu Bar
r/MacOSBeta • u/mbermundo • 10h ago
Discussion MacOS DB 8 Battery Drain
Battery life has not been a great experience using DB 8 in my M4 Air. I slept and the battery was at 80%, woke up to a 49% and I haven't changed anything since DB 7, same apps are opened when I close the lid. Anyone experience the same?
r/MacOSBeta • u/Life-Option-2886 • 1h ago
Help Sluggish space switching: is it me?
MacOS 27 animations are definitely faster for the exposé view.
But as soon as spaces are concerned, it feels really sluggish on my machine:
- artefacts and slow display of the spaces preview top bar ;
- after clicking on a space, I feel a significant latency followed by a very unpleasant, unsmooth, almost truncated animation.
So on one hand, it has improved, on the other hand, it has degraded.
Is there something wrong in my environment or is it common?
M4 MacBook Pro here.
r/MacOSBeta • u/amichail • 14h ago
Help macOS 27 beta 8 is sluggish on an m3 MacBook pro
Just moving from one screen to another can have a delay before the screens start moving.
Showing a hidden menu also has a delay before it starts to appear.
Clicking on an icon in the dock may not move to the screen containing the app (although you can still go to the app via Mission Control).
Why is this happening?
r/MacOSBeta • u/Odd_Significance469 • 2h ago
Discussion I feel macOS 27 isn’t quite there yet
My Mac mini M4 came with Tahoe preinstalled, and luckily I had a 32 GB USB drive, so I downgraded to macOS Sequoia 15.7.5.
I waited for the Golden Gate beta 8, and I think I’ll wait for macOS 28. Golden Gate looks better than Tahoe on my old monitor and seems slightly faster to me, though that might just be because I’m used to Sequoia.
I don’t like the inconsistent blur/glass effects. Launchpad is still missing, and there are still icons in the right‑click menu. Control Center, the Dock, and the right‑click menu all have different glass effects and transparency levels, and that transparency sometimes makes it look like things are behind fog rather than glass.
Maybe it’s just a matter of getting used to it, but I hate the gray gradient in the sidebar that’s visible in Dark Mode. And the option to add a background to the wallpaper is just the blur effect from Sequoia, which doesn’t go well with Liquid Glass.
r/MacOSBeta • u/LiteratureOwn6143 • 1d ago
Help [macOS 27.0 Beta] Fix for frozen, unclickable, and broken scaling windows in Wine
r/MacOSBeta • u/mallydobb • 1d ago
Bug Apple maps and feedback suggestion
For those so inclined feel free to use your feedback assistance and refer to bug/feedback FB24619950 filed today regarding the renaming of Lake Ontario to 'lake america'. You can also use Apple Maps to provide feedback on incorrect information. Same can be done for Gulf of Mexico. Google also allows feedback via its page but since this is Apple beta testing I wanted to bring attention to this obvious bug and failure of Apple as they give in to a madman's decree without congressional approval or oversight here. This makes more sense for US based users but international users can also voice their disapproval over this stupid renaming political grandstanding.
r/MacOSBeta • u/PrincipleLast659 • 1d ago
Help Want to shift from app store version to web version onmac
I Want to shift from davinci resolve app store version to web version on mac but without losing anything, like my projects, plugin, preset
r/MacOSBeta • u/-iamchris • 1d ago
Bug [B8] TV app still plays content in window by default
In previous macOS versions, the TV app would always play content in fullscreen by default, but now it opens in a window. I’ve reported it for every beta but it still remains.
Although, they did fix the bug for watching on fullscreen where the mouse pointer stayed visible and wouldn’t disappear while watching.
r/MacOSBeta • u/vmhomeboy • 2d ago
Bug Constant Safari issues on MacOS 27 beta (Slow performance and hangs)
I've been using MacOS 27 beta since the very first developer beta. In general, I've been having a great experience overall. The one thing I'm having tons of issues with is Safari. It works fine for a bit, then it starts slowing down significantly, features like video playback stop working and then it will eventually hang requiring a force quit.
I've been reporting the issues through the feedback app and haven't seen any improvement in any of the subsequent beta releases.
Wondering if there's something specific to my usage that's causing issues or if others have also been having trouble with Safari.
r/MacOSBeta • u/Muted-Reflection9536 • 2d ago
Tip It seems that extensions created with "Describe an Extension" can be shared with others.
Summary
- Create the extension you want.
- Have the user you want to port your extension to create a some extension using "Describe an Extension".
- Copy the contents of the extension in the following directory, give it to the user, and delete and replace the contents of the extension they created.
~/Library/Containers/com.apple.Safari/Data/Library/Safari/MagicExtensions/
Detailed
The directory where extensions created using Safari's "Describe an Extension" are stored.
~/Library/Containers/com.apple.Safari/Data/Library/Safari/MagicExtensions/
You should find a folder named "Your extension name - random string" within this directory. The contents of this folder are the extension's main files. (There should basically be three files: manifest.json, content.js, and content.css.)
Actually, manifest.json, content.js, and content.css can be freely edited. As long as you edit them grammatically correctly, Safari won't care at all. In fact, if you add other JS or CSS files and write the manifest correctly to load those files, those additional JS and CSS files will also work.
So I thought, "Maybe I can share the extensions I create with other people?"
I immediately tested it. Since I also have Safari Technology Preview installed, I tried putting an extension I created using regular Safari into the directory in STP where extensions created using "Describe an Extension" are stored.
~/Library/Containers/com.apple.SafariTechnologyPreview/Data/Library/SafariTechnologyPreview/MagicExtensions/
However, it didn't work. I suspected that the extensions that Safari should load were registered in a database within this folder, or perhaps in a database located elsewhere.
So, I created a simple extension using STP (with instructions like "make this page's background black") and replaced its contents with the files of an advanced extension I had created in Safari. BOOM! The name and icon remained the same as the one created in STP, but the contents had been completely replaced with those of the Safari extension. It works perfectly.
Since you can change the extension's name and icon later, if you're concerned about it, you can simply modify the name and icon.
This shows that it's possible to share extensions with other people.
If you'd like to try it
This is an extension I actually use that forces the use of system fonts (.AppleSystemUIFont) for pages with simply set fonts to font-family:sans-serif; or font-family:serif;. (For example, Google search results page.)
Don't worry, you can check the contents beforehand, and you can even ask a suitable AI if this code is safe.
Simply replace the three items mentioned above with the contents of the extension directory that you have Safari create for you.
Please feel free to ask if you have any questions.
r/MacOSBeta • u/Crystalagent47 • 2d ago
Help Apple Music freezes and crashes whenever I click “Recently Added” on Mac
Apple Music completely freezes every time I click Recently Added in the sidebar. The beach ball starts spinning, the entire app becomes unresponsive and I have to force quit it.
Everything else in the app works normally. It’s only the Recently Added section that causes this.
I’ve already tried restarting the Mac, resetting the Music cache, updating the cloud library and reopening the app, etc etc, but nothing has worked.
I’m currently running macOS 27 beta, but this problem has been these long before I installed the beta, so the beta isn’t what originally caused it.
Has anyone else had this issue? Is there a way to reset or rebuild only the Recently Added section without deleting my library, downloads or playlists?
r/MacOSBeta • u/amichail • 2d ago
Help In the macOS 27 beta, why does Show Desktop now dump me into Mission Control while I’m dragging something? This is incredibly annoying
I’ve run into a really irritating regression in the macOS 27 beta involving Show Desktop, hot corners, and drag-and-drop.
My setup:
- Desktop contents are normally hidden.
- The upper-right hot corner is set to Show Desktop.
- I often use FileMerge to compare a local directory with a directory on a mounted volume.
On macOS 26, this was fast and seamless:
- Hit the hot corner to reveal the desktop.
- Grab the mounted volume or directory.
- Hit the same hot corner again while dragging.
- My previous windows instantly come back.
- Drop the item onto FileMerge.
In the Golden Gate beta, step 3 now unexpectedly throws me into Mission Control.
Instead of simply restoring the windows that were there before, I have to hunt down the FileMerge window in Mission Control, drag over it, wait for macOS to select it and exit Mission Control, and then finally complete the drop.
Why?
I explicitly triggered Show Desktop again. I did not ask for Mission Control. The obvious behavior is to undo Show Desktop and restore the windows that were previously visible, exactly as macOS used to do.
This turns a very quick drag-and-drop workflow into a clumsy multi-step process for no apparent benefit.
I really hope this is a bug and not intentional behavior.
Has anyone else noticed this in the macOS 27 beta?
r/MacOSBeta • u/jagajazzist • 3d ago
News Apple Releases macOS Golden Gate Beta 8
r/MacOSBeta • u/Significant_Lab_3883 • 3d ago
Help Mac OS inconsistency
Why doesn't control central follow the rest of sections ? I have dark mode and reduce transparency. But it's the same when both are off.
r/MacOSBeta • u/TimeDoctor3921 • 3d ago
Bug UI bug in Timers Clock App
I got this bug from early beta to the latest beta 8. The recent timers make the whole main UI off the center and these items can not be deleted.
does anybody get the same problem? Is there any workaround to delete all history items?
r/MacOSBeta • u/lonewitness • 2d ago
Bug Crackling audio, especially in FireFox
Is anyone else also getting crackling noises and sound in Firefox when scrubbing through videos? I get the same sound when I open or close videos in IINA. Definitely a beta issue which isn't fixed " sudo killall coreaudiod" helps but only for a moment.
r/MacOSBeta • u/finnjaeger1337 • 3d ago
Bug 10Gbit TB users beware
I have now tried 4 different 10GbitE thunderbolt adapters and they all cause the same problem on my M5Pro macbook all the way to beta 7
-> computer will hard lock after a few minutes, maybe ~30 sometimes 1 hour, no kernelpanic no nothing just freeze and hard reset
-> at this point the network in my whole office!! is going down for a few seconds like it must be sending something super bad to my switch .
Super bad, i reported it to Sonnet and OWC as well.
r/MacOSBeta • u/Abject-Morning-4803 • 3d ago
Help M5 pro macbook pro sleep issue
I recently bought a m5 pro macbook, no using macos 27 developer beta 8. For some reason my mac does not sleep when lid closed. also if i put it to sleep it wakes up with in few second. i am using a dock with external display and mouse. I have checked unpluging the doc, also checked on safe mode. no success. Is it normal? Is there any fix? is it because of macos 27 beta? thanks
r/MacOSBeta • u/haElwKfeiow6 • 3d ago
Feature Activity Monitor - Network Tab Show Correct Units!
In Activity Monitor the network tab has always shown MB, big "B" meaning Bytes, which is not how network speed is measured.
I just noticed that macOS 27 shows it correctly as Mb, little "b" meaning bits.
It's a small but very welcome improvement.
Dark appearance = macOS 26
Light appearance = macOS 27
r/MacOSBeta • u/ta_ref • 3d ago
Help Music App crashes on playback of song
Hi all,
I was hoping to get assistance here as this has been driving me crazy. Since enrolling into and installing the macOS27 beta, the Music app on my M1 MbA crashes consistently regardless of whatever song I am playing. The crashes still take place on the latest dev beta build 8. I suspect that the crashing may be related to the time duration of songs not showing up correctly in my library (I have added a screenshot to show what I mean).
I have tried the following fixes to no resolution:
- Unsync and sync cloud music library
- Delete the music library file and rebuild my cloud music library
- Start the Music App in the operating system's safe mode feature
Any help would be appreciated.

r/MacOSBeta • u/shokuninstudio • 3d ago
Feature Improving the Dock (AKA how to detect Dock geometry)
Enable HLS to view with audio, or disable this notification
While beta testing Golden Gate I wanted to check if an app can detect and use the Dock's geometry. I threw together a test based on a port of IK+ I did.
Naturally an app has to disable sandboxing so that it can fetch the Dock's location, height and width. In theory you could build a full platform game on the Dock, but I wonder if the character can jump from one virtual desktop (Space) to another? I'll investigate.