See it in action
Instantly capture your layout and restore it anywhere, anytime.
Built on the macOS core.
Every feature taps directly into native system APIs — no fragile workarounds, no electron bloat.
Window Coordinate Mapping
Precisely captures the position and bounds of every on-screen window across all active spaces.
CGWindowListCopyWindowInfoDeep Browser Session Spying
Reads active tab URLs and window state from supported browsers (Safari, Chrome, Edge, Brave, Arc) for full context restoration.
NSAppleScript IntegrationHardware Topology Auditing
Detects monitor arrangement and resolution changes to remap layouts onto the correct displays.
NSApplication.didChangeScreenParametersGlobal Keyboard Trigger
Instantly restore target workspaces from any active application using system-wide hotkeys (⌃⌘1-6).
RegisterEventHotKey (Carbon)Monitor Auto-Restore
Arms workspaces to trigger layout-only rebuilds automatically when screen setups change.
NSNotificationCenter ObserverZero-Footprint Agent
Runs as a lightweight menu bar background process with no Dock icon and negligible resource overhead.
LSUIElement SubsystemSubsystem architecture.
A breakdown of the implementation details that keep restores deterministic and fast.
Leverages low-level AXUIElementSetAttributeValue system calls to programmatically inject kAXPositionAttribute and kAXSizeAttribute directly onto target windows.
Stores layout contexts into ~/Library/Application Support/SnapState/states.json using strict ISO-8601 timestamps and an optimized schema layout.
Implements a precise 1.2-second post-launch thread settling interval to allow heavy system apps to spawn target window elements safely before layout adjustment.