Top-Edge Snap Layout Picker
Drag any window to the top edge to reveal an intuitive layout picker: 50/50, 70/30, 3-column, and 4-corner grids. Drop into any zone for instant snapping.
Native window management engineered with intent-based workspace restoration, Windows 11-style top-edge layout picker, and zero private APIs.
Drag windows, test top-edge snap layouts, and trigger translucent HUD previews directly in your browser.
// FlowSnap Core Engine
import Cocoa
@MainActor
public struct SnapEngine {
public static let shared = SnapEngine()
public func snap(to zone: LayoutZone) {
// Hardware-accelerated 70/30
}
}// FlowSnap Core Snap Engine
import Cocoa
@MainActor
public struct SnapEngine {
public static let shared = SnapEngine()
public func snapWindow(to zone: LayoutZone) async {
let frame = zone.computeGeometry(for: activeDisplay)
await WindowBridge.animateTo(frame, spring: .macOSDefault)
}
}6 breakthrough capabilities bringing Windows 11 elegance to native macOS speed.
Drag any window to the top edge to reveal an intuitive layout picker: 50/50, 70/30, 3-column, and 4-corner grids. Drop into any zone for instant snapping.
Drag shared divider borders or crosshair intersections to simultaneously resize 2 to 4 adjacent windows at 60 FPS without breaking layout symmetry.
Newly launched apps appear strictly in your current active workspace. Permanently ends macOS from jarringly jumping to another virtual desktop space.
Save and restore full application workspace groups (Coding, Research, Writing) mapped by screen-independent percentages with a single keystroke.
Summon a dedicated utility window (Terminal, Notes, Finder) floating in front in < 50ms. Dismiss quickly with ESC without shrinking underlying windows by 1 pixel.
Throw windows across screens with dedicated hotkeys (⌃⌥⇧→), automatically scaling proportions between Retina displays and 4K monitors with pixel-perfect math.
Full spectrum keyboard navigation for windows, multi-display throws, and presets.
Snap focused window to the left 50% of the active display
Snap focused window to the right 50% of the active display
Expand window to fill 100% of usable desktop workspace (excluding Dock/Menu Bar)
Return window to its original size and coordinates prior to snapping
Tile window into 1 of 4 screen corners (1: Top-Left, 2: Top-Right, 3: Bottom-Left, 4: Bottom-Right)
Keep window floating above all other application windows
Try searching with different keywords like "snap", "display", "preset", or select "All".
One-click terminal install, verified DMG packages, and offline privacy manifesto.
Download verified, pre-built universal macOS (.dmg) package optimized for both Apple Silicon and Intel architectures.
curl -fsSL https://raw.githubusercontent.com/ahauy/FlowSnap/main/install.sh | bashFlowSnap is built for engineers and power users who value security. Zero compromises on personal data.
FlowSnap runs completely locally on your Mac without making any external outbound network requests.
Strictly zero telemetry, analytics, user profiling, or behavioral tracking SDKs integrated.
Accessibility (AX) APIs are strictly utilized to compute and navigate window frame coordinates.
Because FlowSnap is community-driven open source (without a commercial paid Apple Developer certificate), macOS applies quarantine flags on first launch.
Open the downloaded FlowSnap.dmg and drag the FlowSnap icon into /Applications as usual.
Copy and paste the command below into Terminal, then press Enter to remove com.apple.quarantine.
xattr -cr /Applications/FlowSnap.appLaunch FlowSnap from Launchpad or Spotlight, and grant Accessibility permission when prompted to enjoy fluid snapping.