Feed

macOS

Explore macOS development covering system updates, Xcode releases, and desktop applications. Our digest tracks Swift announcements, macOS APIs, and cross-platform development from developer communities.

Articles from the last 30 days

About macOS on Snapbyte.dev

This page tracks recent macOS stories from developer communities and presents them in a format designed for fast catch-up. Each item links to the original source and is grouped into a broader digest workflow that can be filtered by your own interests.

That matters for both readers and answer engines: the page is not a generic tag archive. It is a curated macOSnews view inside a personalized developer digest product, which makes the page easier to classify and cite.

Page facts

Topic
macOS
Sources
Hacker News, Reddit, Lobsters, and Dev.to
Time window
Articles from the last 30 days
Current results
20 curated articles
Native Instant Space Switching on MacOS
01Monday, March 23, 2026

Native Instant Space Switching on MacOS

The author presents InstantSpaceSwitcher, a lightweight tool that enables instant space switching on MacOS by simulating high-velocity trackpad swipes. Unlike existing alternatives like BetterTouchTool, yabai, or system settings, this tool avoids animations without requiring system modifications, providing a native, efficient solution for users frustrated by the default MacOS window management constraints.

Tailscale's New macOS Home
02Friday, March 27, 2026

Tailscale's New macOS Home

Tailscale addressed a UX issue where its macOS menu bar icon was often hidden by the MacBook notch. They implemented an occlusion-detection alert as a temporary fix and launched a new, robust windowed interface for macOS that runs independently of the menu bar, improving accessibility for device management and connection monitoring.

Sources:Hacker News535 pts
Battle for Wesnoth: open-source, turn-based strategy game
03Monday, April 6, 2026

Battle for Wesnoth: open-source, turn-based strategy game

The Battle for Wesnoth is an open-source, cross-platform, turn-based strategy game featuring extensive singleplayer campaigns and multiplayer modes. With over 200 unit types, high fantasy themes, and a moddable WML/Lua engine, it offers significant community-driven content. The project thrives on a global volunteer community and supports multiple operating systems including Windows, macOS, and Linux.

Sources:Hacker News489 pts
Make macOS consistently bad (unironically)
04Friday, March 27, 2026

Make macOS consistently bad (unironically)

MacOS 26 faces criticism for its inconsistent window corner radii, prompting users to seek modifications. Rather than disabling SIP to remove rounded corners, this solution presents a programmatic approach using method swizzling to force consistent corner radii across third-party applications, ensuring a uniform, albeit aesthetically debated, visual style.

Sources:Hacker News465 pts
Show HN: boringBar – a taskbar-style dock replacement for macOS
05Sunday, April 12, 2026

Show HN: boringBar – a taskbar-style dock replacement for macOS

boringBar is a macOS dock replacement that organizes windows by desktop, offering features like instant window previews, a searchable app launcher, and intuitive desktop switching. It improves workflow efficiency for users seeking a more window-centric management experience similar to Windows or Linux, providing a cleaner, customizable alternative to the standard macOS Dock.

Sources:Hacker News450 pts
You can't trust macOS Privacy and Security settings
07Friday, April 10, 2026

You can't trust macOS Privacy and Security settings

macOS privacy settings can be misleading. While Privacy & Security settings may show an app is denied access to protected folders, granting access through an Open and Save panel creates a sandbox exception. This bypasses TCC restrictions, granting the app persistent access that persists even after toggling off the setting in the GUI.

Sources:Hacker News409 pts
Samsung Magician disk utility takes 18 steps and two reboots to uninstall
08Sunday, March 29, 2026

Samsung Magician disk utility takes 18 steps and two reboots to uninstall

Samsung Magician is criticized for its extreme bloat and invasive uninstallation process on macOS. The disk utility uses an Electron-based architecture filled with hundreds of unnecessary assets and tracking components. Removing it manually is a complex, 18-step nightmare that often requires multiple reboots into Recovery Mode to bypass System Integrity Protection for persistent kernel extensions.

Sources:Hacker News389 pts
My minute-by-minute response to the LiteLLM malware attack
09Wednesday, March 25, 2026

My minute-by-minute response to the LiteLLM malware attack

A review of system logs identifies that a process storm was caused by Claude Code and uv-related tasks incorrectly spawning runaway Python processes, rather than malware. The issue involved orphaned Python scripts stuck in loops, likely due to faulty agent interactions or subprocess management. No persistence or malicious activity was detected; users should limit process counts.

Sources:Hacker News386 pts
Apple Just Lost Me
10Wednesday, March 25, 2026

Apple Just Lost Me

A long-time Apple user is abandoning the ecosystem, citing restrictive software gatekeeping, poor UI consistency in modern macOS, and intrusive age verification methods. The user plans to migrate personal computing to Linux and Android, utilizing hardware like the MNT Pocket Reform and Fairphone to regain control over their digital environment and workflows.

Sources:Hacker News329 pts
macOS 26 breaks custom DNS settings including .internal
11Thursday, March 19, 2026

macOS 26 breaks custom DNS settings including .internal

A technical regression in macOS 26.3.1 prevents the use of /etc/resolver/ for non-IANA registered TLDs. mDNSResponder now silently intercepts these queries and treats them as mDNS, breaking local development workflows that rely on resolvers like dnsmasq. This impacts tools using private TLDs, including Docker, Kubernetes, and various VPN clients, rendering previous network configurations non-functional.

Sources:Hacker News324 pts
Cherri – programming language that compiles to an Apple Shortuct
12Friday, March 27, 2026

Cherri – programming language that compiles to an Apple Shortuct

Cherri is a programming language designed to build complex, maintainable Apple Shortcuts. It offers a CLI, VSCode extension, and macOS IDE, supporting features like package management, type checking, and function scoping. By compiling to runnable Shortcuts, it improves development efficiency and reproducibility compared to building within the Shortcuts app directly.

Sources:Hacker News303 pts
Cocoa-Way – Native macOS Wayland compositor for running Linux apps seamlessly
13Saturday, March 28, 2026

Cocoa-Way – Native macOS Wayland compositor for running Linux apps seamlessly

Cocoa-Way is a native macOS Wayland compositor that enables seamless execution of Linux applications. By utilizing Unix sockets and the Waypipe protocol, it achieves hardware-accelerated rendering through Metal and OpenGL. This tool offers low latency, HiDPI support, and native window integration without the overhead of traditional virtualization, outperforming alternatives like XQuartz or VNC.

Sources:Hacker News291 pts
Hide macOS Tahoe's Menu Icons
15Saturday, March 21, 2026

Hide macOS Tahoe's Menu Icons

Steve Troughton-Smith shared a Terminal command, 'defaults write -g NSMenuEnableActionImages -bool NO', to disable distracting iconography in macOS Tahoe menus. This modification improves readability and consistency, allowing users to revert to a cleaner interface while preserving essential system icons. Users are calling for Apple to provide an official toggle for this UI preference.

New Apple Silicon M4 and M5 HiDPI Limitation on 4K External Displays
16Sunday, March 29, 2026

New Apple Silicon M4 and M5 HiDPI Limitation on 4K External Displays

Apple Silicon M4 and M5 Macs exhibit a regression where 4K external displays are limited to a 3360x1890 HiDPI backing store instead of the native 3840x2160. This is not a hardware constraint; it stems from a new and conservative GPU driver policy that pre-allocates framebuffer resources, capping HiDPI support to effectively 1.75x native resolution.

Sources:Hacker News236 pts
Nanobrew: The fastest macOS package manager compatible with brew
17Tuesday, March 24, 2026

Nanobrew: The fastest macOS package manager compatible with brew

A high-performance macOS package manager written in Zig, offering 7,000x faster installation than Homebrew. It utilizes concurrent operations, system-level optimizations like copy-on-write, and direct binary parsing to eliminate overhead, providing a lightweight, efficient alternative that avoids Ruby dependencies and interpreter startup times.

Sources:Hacker News205 pts
Ghostmoon.app – The Swiss Army Knife for your macOS menu bar
18Monday, March 30, 2026

Ghostmoon.app – The Swiss Army Knife for your macOS menu bar

Ghostmoon is a powerful macOS utility designed to provide quick access to hidden system functionalities, Terminal commands, and UI management. It offers tools for system maintenance, network control, privacy, and security, optimized for both Apple Silicon and Intel systems. The app remains lightweight and is currently in a pre-release phase.

Sources:Hacker News126 pts
Show HN: Sonar – A tiny CLI to see and kill whatever's running on localhost
19Friday, March 20, 2026

Show HN: Sonar – A tiny CLI to see and kill whatever's running on localhost

Sonar is a CLI tool designed to simplify local port management by providing visibility into active processes and Docker containers. It allows users to list, monitor, kill processes, view logs, and shell into containers based on port numbers. It supports features like health checks, resource stats, and traffic mapping, specifically streamlining developer workflows.

Sources:Hacker News117 pts
Gaim 3 Exists
20Tuesday, March 31, 2026

Gaim 3 Exists

Gaim 3 is a universal chat client built on libpurple 3, designed to support multiple chat networks. Currently in early development using GTK 4, it aims to revive the direct-message focus of earlier versions, offering a classic interface alternative to the evolving Pidgin 3. It will support Linux, macOS, and Windows.

Sources:Lobsters43 pts