A modern macOS menubar window manager — a SwiftUI rewrite of the classic Spectacle app.
Spectacle M is a lightweight, native macOS window manager that lives in your menu bar. It lets you resize and reposition windows with keyboard shortcuts — no Dock icon, no clutter. Built from the ground up in SwiftUI, it carries forward the spirit of the original Spectacle while using modern Apple frameworks: SwiftUI for the UI, Carbon for global hotkeys, and the Accessibility API for window control.
macOS may block the app — see installation guide below.
Because Spectacle M is not signed with an Apple developer certificate, macOS will block it by default. You can still install and run it by following these steps:
Download and double-click the .dmg file to mount it.
In the window that appears, drag Spectacle M.app into your Applications folder.
Open the Terminal app (you can find it via Spotlight or in
/Applications/Utilities/).
In Terminal, run the following commands to remove macOS's security quarantine flag and add adhoc code signature:
sudo xattr -rd com.apple.quarantine "/Applications/Spectacle M.app"
sudo codesign --force --deep --sign - "/Applications/Spectacle M.app"