ELSEIF
Your brief EB
404 stories from 119 feeds 460 clusters Refreshed 5 minutes ago next pull 19:52

TECH Signal 440

Omacosy brings Hyprland-style tiling window manager to macOS without SIP disablement

A new tiling desktop environment for macOS replicates Hyprland’s dwindle layout and omnichannel theming without requiring System Integrity Protection changes

WHY IT MATTERS

Engineers who prefer tiling window managers can now adopt a macOS-native workflow that avoids SIP disablement, reducing security exposure. The project demonstrates how lightweight, self-contained Swift binaries can replace traditional dependency stacks while maintaining low memory overhead.

Written by elseif from the cluster below · every claim links back to a source

The three things worth knowing

01

Omacosy delivers a tiling window manager with focus-follows-mouse, trackpad workspace swipes, and live workspace previews on macOS

02

The entire desktop environment runs in ~157 MB of physical memory across all components on a single display

03

Installation requires Accessibility, Input Monitoring, and Screen Recording permissions but no SIP disablement

THE READ

What the cluster adds up to.

ORIGINAL ANALYSIS

Omacosy packages a tiling window manager, status bar, and workspace overview into a single repository that installs without disabling System Integrity Protection. The project replaces what would typically require multiple third-party dependencies with five signed Swift binaries, reducing the attack surface and avoiding compatibility issues with macOS 26. Memory footprint remains low, approximately 157 MB on a single display, by sharing system frameworks across processes and caching only visible window thumbnails in the overview daemon.

The installation process is idempotent and scripted, cloning the repository to a specific location to avoid macOS privacy restrictions on certain directories. Updates are manual but streamlined: a single command pulls changes and recompiles only modified binaries. The project explicitly avoids background network calls, limiting connectivity to a single weather API request from the status bar. This design choice reduces both network exposure and wake-time signaling, though it requires users to manually check for updates.

Permissions are granular and refusable, with each grant tied to a specific feature. Accessibility permissions enable window management, Input Monitoring supports the Super key remap and trackpad swipes, and Screen Recording allows live window previews. Without these, corresponding features either fail silently or fall back to basic functionality. The project acknowledges its current state as a 'works for me' implementation, with deliberate generalization for multi-display setups but no formal support guarantees.

Written by elseif from the cluster below · checked for specifics the sources never contained

THE CLUSTER

Same story, 1 feed.

ORDERED BY FIRST SEEN
github.com via Hacker News Show HN: Omacosy – Omarchy-style tiling desktop for macOS, no SIP Open ↗