A lightweight macOS menu bar app that tiles your windows into equal-sized layouts.
- Tile All Windows - Arrange all visible windows in an optimal grid layout
- Selective Tiling - Choose specific apps to tile (e.g., just your Terminal windows)
- Smart Grid - Automatically calculates the best grid size (2x2, 3x2, etc.)
- Dock/Menu Bar Aware - Respects your screen's usable area
- Download
WindowTiler.app.zipfrom the latest release - Unzip and drag
WindowTiler.appto your Applications folder - Launch WindowTiler
- Grant Accessibility permission when prompted
git clone https://github.com/YOUR_USERNAME/WindowTiler.git
cd WindowTiler
swift build -c release
cp -R WindowTiler.app /Applications/- Click the grid icon (⊞) in your menu bar
- Tile All Windows - Tiles every visible window
- Or select specific apps using the checkboxes, then click Tile Selected
WindowTiler requires Accessibility permission to move and resize windows.
System Settings → Privacy & Security → Accessibility → Enable WindowTiler
- macOS 13.0 (Ventura) or later
MIT License - feel free to use, modify, and distribute.