Fonsterbyte v0.1.5
A tiny macOS window switcher — a mini version of AltTab. Press ⌘Tab to switch between windows (not just apps), with titles and icons.
See the README for features and how it works.
What's new in v0.1.5
- Hovering the list is now a preview: if the cursor leaves the switcher without committing, the selection reverts to where the keyboard left it — avoiding accidental hover selections.
Install
- Download
Fonsterbyte.zipbelow and unzip it. - Move
Fonsterbyte.appto/Applications(or anywhere you like). - The app is ad-hoc signed and not notarized, so Gatekeeper will block it on first launch. Either:
- Right-click the app → Open, then confirm in the dialog, or
- run
xattr -dr com.apple.quarantine /path/to/Fonsterbyte.appin Terminal.
- Launch it, then grant Accessibility access when prompted (or under System Settings → Privacy & Security → Accessibility). This is needed to read window titles, list minimized windows, and raise the selected window.
Build from source
Requires macOS 13+ and the Swift toolchain:
make runRequirements
- macOS 13 (Ventura) or later