
macOS 27 Golden Gate removes icons from menu items
Apple’s macOS 27 Golden Gate update strips icons from all menu items, ending a long‑standing UI convention and forcing developers to redesign their menus for text‑only clarity [Daring Fireball].
Apple released macOS 27 Golden Gate, stripping icons from all menu items. The change, documented by Daring Fireball, overturns a UI convention that has been part of macOS since its early days. By removing the visual glyphs, Apple says the goal is a cleaner, less cluttered menu bar.
Developers will have to revise any menu that relied on an icon to convey function. Without the graphic cue, text labels must be concise and descriptive enough to be scannable. Existing code that programmatically adds NSMenuItem images will need to be updated or disabled, otherwise the icons will be ignored by the system.
The shift also affects accessibility. Screen readers already announce menu text; the loss of icons removes a redundant visual cue, which could simplify the auditory description for users who rely on VoiceOver. However, designers lose a quick visual shorthand that some users appreciated for speed.
Apple’s design team frames the move as part of a broader “simplicity first” philosophy, echoing recent changes in iOS and watchOS where visual noise is being trimmed [Daring Fireball]. Early adopters report that menus feel less busy, but some power users note that the absence of icons makes it harder to locate rarely used commands.
Overall, the update forces developers to rethink menu ergonomics, prioritize clear wording, and align with Apple’s push toward minimalism.
Subscribe to the broadcast.
Daily digest of the day's most important tech news. No fluff. Engineering signal only.
// delivered via substack · double-opt-in confirmation


