HyprSpace a Heavily Enhanced Fork of AeroSpace
HYPRLAND
NIRI
AeroSpace is an i3-like tiling window manager for macOS
This fork adds three exclusive features: Centered Workspace Bar + Dwindle Layout + Niri Layout
Download Latest Release β’ Original AeroSpace β’ Report Issues
β¨ Whatβs New in This Fork
This fork enhances the original AeroSpace with three powerful features not available upstream:
π― Centered Workspace Bar
A macOS integrated menu bar that displays workspace indicators and full GUI window icons centered at the top of your screen.
Features:
- π Centered workspace indicators (nβ¦
HyprSpace a Heavily Enhanced Fork of AeroSpace
HYPRLAND
NIRI
AeroSpace is an i3-like tiling window manager for macOS
This fork adds three exclusive features: Centered Workspace Bar + Dwindle Layout + Niri Layout
Download Latest Release β’ Original AeroSpace β’ Report Issues
β¨ Whatβs New in This Fork
This fork enhances the original AeroSpace with three powerful features not available upstream:
π― Centered Workspace Bar
A macOS integrated menu bar that displays workspace indicators and full GUI window icons centered at the top of your screen.
Features:
-
π Centered workspace indicators (not in system tray)
-
πͺ Window icons for each workspace
-
π±οΈ Interactive: Click to focus workspace or window
-
π¨ Multi-monitor support with configurable target display
-
π§ Highly customizable via menu:
-
Window level (Status/Popup/Screensaver)
-
Target display (Focused workspace/Primary/Mouse cursor)
-
Notch-aware positioning for MacBook Pro
-
Deduplicate app icons with badge count
-
Toggle workspace numbers
π Dwindle Layout
A binary tree-based tiling layout inspired by Hyprlandβs dwindle algorithm.
Features:
-
π Automatic split direction based on available space
-
Wider areas split vertically (left/right)
-
Taller areas split horizontally (top/bottom)
-
βοΈ Weight-aware splitting for precise window sizing
-
π Alternating orientation creates characteristic dwindle pattern
-
π οΈ Full support for
resize,balance-sizes, andhorizontal/verticalcommands -
π― Perfect for dynamic, organic workspace layouts
Inspired by: Hyprland
π Niri Layout
A carousel-style layout where the focused window is centered with neighboring windows peeking at the edges.
Features:
- π― Focused window centered at 80% screen width
- π Peek effect: 10% margins show neighboring windows on left/right
- π Custom widths: Resize any window, custom sizes preserved
- β‘οΈ Horizontal-first: Optimized for wide monitors
- π Smooth focus-based carousel navigation
- π¨ Works great with minimal gaps for clean aesthetics
Config usage: Use layout scroll in your .toml file
Perfect for: Single-row workflows, presentation mode, MacBook displays
Inspired by: Niri Compositor
Installation
π¦ Download & Install
Choose your preferred installation method from the latest release:
Option 1: DMG Installer (Recommended)
- Download
HyprSpace-v*.dmg - Open the .dmg file
- Drag HyprSpace.app to the Applications folder
- First Launch Only - Bypass Gatekeeper:
- Right-click HyprSpace.app β Select βOpenβ
- Click βOpenβ in the security dialog
- Alternative: Run in Terminal:
xattr -cr /Applications/HyprSpace.app
- Grant Accessibility Permissions when prompted
Option 2: ZIP Archive (Includes CLI & Extras)
- Download
HyprSpace-v*.zip - Extract the archive
- Move
HyprSpace.appto your Applications folder - Optional - Install CLI:
# Copy CLI binary to a directory in your PATH
cp HyprSpace-v*/bin/hyprspace /usr/local/bin/
# Copy man pages (optional)
cp HyprSpace-v*/manpage/*.1 /usr/local/share/man/man1/
# Copy shell completion (optional - choose your shell)
cp HyprSpace-v*/shell-completion/bash/_hyprspace /usr/local/etc/bash_completion.d/
# OR for zsh:
cp HyprSpace-v*/shell-completion/zsh/_hyprspace /usr/local/share/zsh/site-functions/
# OR for fish:
cp HyprSpace-v*/shell-completion/fish/hyprspace.fish ~/.config/fish/completions/
- Bypass Gatekeeper (same as Option 1, step 4)
- Grant Accessibility Permissions when prompted
π§ Enable Features
Centered Workspace Bar
- Click the HyprSpace menu bar icon
- Navigate to βExperimental UI Settingsβ
- Click βEnable centered workspace barβ
- Customize settings in the same menu
Dwindle Layout
Add to your ~/.hyprspace.toml:
# Set as default layout
default-root-container-layout = 'dwindle'
# Or add a keybinding to toggle
[mode.main.binding]
cmd-shift-d = 'layout dwindle'
Configuration
Centered Bar Settings
All settings accessible via Menu Bar Icon β Experimental UI Settings:
-
β Enable centered workspace bar
-
π’ Show workspace numbers
-
π Window Level:
-
Status Bar
-
Popup (above menu bar) β Recommended
-
Screen Saver (highest)
-
π₯οΈ Target Display:
-
Focused Workspace Monitor β Recommended
-
Primary Display
-
Display Under Mouse
-
π» Notch-aware positioning (MacBook Pro)
-
π― Deduplicate app icons with badge count
Dwindle Layout Example
# ~/.hyprspace.toml
# Set dwindle as default
default-root-container-layout = 'dwindle'
[mode.main.binding]
# Toggle layouts
cmd-shift-t = 'layout tiles'
cmd-shift-a = 'layout accordion'
cmd-shift-d = 'layout dwindle'
# Resize works with dwindle
cmd-shift-h = 'resize width -50'
cmd-shift-l = 'resize width +50'
cmd-shift-equal = 'balance-sizes'
# Change orientation
cmd-shift-o = 'layout horizontal'
cmd-shift-v = 'layout vertical'
Dwindle Layout Progression:
1 window: 2 windows (h): 3 windows: 4 windows:
βββββββββββ ββββββ¬βββββ ββββββ¬βββββ ββββββ¬βββββ
β β β β β β β 2 β β β 2 β
β 1 β β β 1 β 2 β β β 1 ββββββ€ β β 1 ββββββ€
β β β β β β β 3 β β β 3,4β
βββββββββββ ββββββ΄βββββ ββββββ΄βββββ ββββββ΄βββββ
Niri Layout Example
# ~/.hyprspace.toml
# Set Niri as default (great for horizontal workflows)
default-root-container-layout = 'scroll' # Note: uses 'scroll' in config
[mode.main.binding]
# Optimized for horizontal navigation
cmd-h = 'focus left'
cmd-l = 'focus right'
# Resize focused window width (default 80%)
cmd-shift-minus = 'resize smart -50'
cmd-shift-equal = 'resize smart +50'
# Toggle layouts
cmd-shift-s = 'layout scroll' # Niri layout
cmd-shift-t = 'layout tiles'
cmd-shift-d = 'layout dwindle'
Niri Layout Visual:
3 windows (focused on middle):
ββββ¬βββββββββββββββββ¬βββ
β1 β 2 β3 β β Window 2 is focused (80% width)
β β (focused) β β Windows 1 & 3 peek at 10% each
ββββ΄βββββββββββββββββ΄βββ
After focusing right (cmd-l):
ββββ¬βββββββββββββββββ¬βββ
β1 β 3 β4 β β Window 3 now centered
β β (focused) β β Carousel shifts smoothly
ββββ΄βββββββββββββββββ΄βββ
Original AeroSpace Features
All original AeroSpace features are preserved:
- β Tiling window manager based on tree paradigm
- β i3 inspired
- β Fast workspaces switching without animations
- β No SIP (System Integrity Protection) disabling required
- β Virtual workspaces emulation
- β Plain text configuration (dotfiles friendly)
- β CLI first (manpages and shell completion included)
- β Proper multi-monitor support
Layouts Comparison
| Layout | Original | This Fork | Description |
|---|---|---|---|
| tiles | β | β | Classic i3-style tiling |
| accordion | β | β | One maximized, others stacked |
| dwindle | β | β | Binary tree with alternating splits |
| niri | β | β | Carousel with centered focused window (use scroll in config) |
Documentation
- π Original AeroSpace Guide
- π AeroSpace Commands
- π AeroSpace Goodies
- π§ Default Config
Videos
- YouTube 91 sec Demo (original AeroSpace)
- YouTube Guide by Josean Martinez
Building from Source
# Clone this fork
git clone https://github.com/YOUR_USERNAME/AeroSpace.git
cd AeroSpace
# Build debug version
./build-debug.sh
# Build release (creates both .zip and .dmg)
./build-release.sh
# Outputs:
# - .release/HyprSpace-v*.zip (full package with CLI and extras)
# - .release/HyprSpace-v*.dmg (app-only installer)
Requirements:
- macOS 13.0+ (Ventura)
- Xcode 16+ (from App Store)
- Swift 6.1+
See dev-docs/development.md for more details.
macOS Compatibility
| | macOS 13 (Ventura) | macOS 14 (Sonoma) | macOS 15 (Sequoia) | macOS 26 (Tahoe) | | | ββββββββββ | βββββββ | ββββββββββ | ββββββ | | AeroSpace binary runs on ... | + | + | + | + | | Centered Bar feature works on ... | + | + | + | + | | Dwindle layout works on ... | + | + | + | + | | Debug build from sources is supported on ... | | + | + | + | | Release build from sources is supported on ... (Requires Xcode 26+) | | | + | + |
Credits & License
Original AeroSpace
- Author: Nikita Bobko
- Repository: nikitabobko/AeroSpace
- License: MIT
Fork Enhancements
License
MIT License - Same as original AeroSpace
Copyright (c) 2024 Nikita Bobko (original AeroSpace)
Copyright (c) 2024-2025 [BarutSRB] (fork enhancements)
See LICENSE for full text.
Contributing
Merge Strategy
- Centered bar code is isolated with
// CENTERED BAR FEATUREcomments - Dwindle layout integrates cleanly with existing layout system
- Minimal touchpoints with core AeroSpace code (~25 LOC modified)
- Easy to merge upstream changes
Reporting Issues
- Fork-specific features (centered bar, dwindle): Open an issue here
- Core AeroSpace bugs: Report to upstream repository
Support
- π¬ Discussions
- π Issue Tracker
- π§ Contact Discord: [Barut1]
- β Star this repo if you find it useful!
Tip of the Day
From original AeroSpace:
defaults write -g NSWindowShouldDragOnGesture -bool true
Now you can move windows by holding ctrl+cmd and dragging any part of the window!
Source: reddit
Related Projects
- AeroSpace (Original) - The original tiling WM
- Hyprland - Inspiration for dwindle layout
- Amethyst - Another macOS tiling WM
- Yabai - Advanced tiling WM
- Rift - New emerging Rust based tiling WM
Made with β€οΈ for the macOS power user community Enjoy your enhanced AeroSpace experience! π
If you find this useful, consider starring the repository!