Keyboard-only N×M grid window placement for macOS.
Not another halves/thirds snap tool — place any window on any rectangular span of a grid you define. Two keypresses. No mouse. No auto-tiling. No SIP.
https://github.com/stefanopineda/quintile/raw/main/docs/demos/hero.mp4
- span picker —
⌃⌥G, two cells, done - arbitrary grids — 5×2, 4×3, whatever fits the display
- presets + profiles — thirds, quarters, three grids per display
- Accessibility API only — no private frameworks, no SIP hacks
- free, MIT · Developer ID signed & notarized
for / not for
| You want… | Quintile |
|---|---|
| Precise keyboard control of windows on a grid — put them where you want, quickly | Yes — that’s the point |
| Halves / thirds / quarters only | Works, but Rectangle already covers this well |
| Auto-tiling / BSP / yabai layouts | No — you place windows; nothing rearranges for you |
| Mouse drag-to-snap zones | No — keyboard-only by design |
| SIP-disabled scripting additions | No — public Accessibility API only |
Laptop: start with thirds (⌃⌥[ ] \). The 5×2 default shines when you have width (external / ultrawide).
30 seconds to first tile
Use the fully-qualified cask name (avoids “exists in multiple taps” if you also have a local/dev tap):
brew install --cask stefanopineda/quintile/quintile
Equivalent after tapping once:
brew tap stefanopineda/quintile brew install --cask stefanopineda/quintile/quintile
or download Quintile.app.zip · or git clone + make run
Official homebrew/cask
quintileis not available yet. Always usestefanopineda/quintile/quintileuntil then — barebrew install --cask quintileis ambiguous when another tap also has aquintilecask. Prior submission: homebrew-cask#274471. Details:docs/PATH_TO_HOMEBREW.md.
after install
Quintile is a menu bar app (no Dock icon).
- Open it: Spotlight (⌘Space) →
Quintile→ Enter - Look for ⊞! / ⊞ near the clock
- System Settings → Privacy & Security → Accessibility → Quintile ON
(if it already looks ON after an update: OFF then ON, then Check Again) - Click a real app window → hold Control+Option → press
[(left third)
Full map later: menu bar ⊞ → Quick Start…
upgrade / reinstall
brew reinstall --cask stefanopineda/quintile/quintile
clean reinstall (first-tile coach again)
A normal reinstall keeps ~/Library/Application Support/Quintile (grid profiles + whether you already finished/skipped the first-tile coach). To walk the full first-run path again:
pkill -x Quintile 2>/dev/null; true brew uninstall --cask --force --zap stefanopineda/quintile/quintile rm -rf ~/Library/Application\ Support/Quintile tccutil reset Accessibility com.stefanopineda.quintile brew install --cask stefanopineda/quintile/quintile
Then: Accessibility ON → first-tile coach (“Try your first tile”) with Skip for now, not only Quick Start.
the thing most tilers don’t do
Hold Control+Option, press G, type two cell keys. The focused window fills that rectangle.
Presets when you don’t need a custom span:
Three grid profiles per display — cycle with ⌃⌥P (doesn’t re-tile existing windows):
keys
Start with thirds. Everything else is optional.
| chord | action |
|---|---|
⌃⌥[ ] \ |
left / center / right third |
⌃⌥1…4 |
quadrants |
⌃⌥⇧1…6 |
sixths |
⌃⌥G then two cells |
span any rectangle on the grid |
⌃⌥←↑↓→ |
move within grid |
⌃⌥P |
cycle grid profile |
⌃⌥N |
next display (send focused window to another attached monitor) |
Leader is control + option. Hold it, hit a key.
from source
git clone https://github.com/stefanopineda/quintile cd quintile && make run
make test make app # dist/Quintile.app
status
v0.1.9 · macOS 14+ · Apple Silicon · Developer ID signed & notarized
Questions or bugs → Issues.



