Technology Jul 25, 2026 · 1 min read

Show HN: SpinWin – A macOS menu bar app to visually rotate or spin any window

SpinWin is an open source menu bar app to visually rotate any individual window. You can rotate / spin as many as you want one by one.I was scrolling reels when one came on where the content creator suggested "turning the phone upside down" for a portion. I was sitting at my mac, and decided to see...

HA
Hacker News
by dbm5
Show HN: SpinWin – A macOS menu bar app to visually rotate or spin any window

SpinWin is an open source menu bar app to visually rotate any individual window. You can rotate / spin as many as you want one by one.

I was scrolling reels when one came on where the content creator suggested "turning the phone upside down" for a portion. I was sitting at my mac, and decided to see if I could find something that did this. To my surprise, nothing exists, so I decided to build it.

Turns out macOS doesn't provide any public API to do anything like this, so I wound up using the Accessibility API to move the target window offscreen, where it keeps rendering. Then we capture it's contents with ScreenCaptureKit, and display that on a transparent, borderless overlay window which has a CALayer to rotate it.

It's written in Swift, open source, MIT license, and signed/notarized.

Have fun - would love to hear your comments.


Comments URL: https://news.ycombinator.com/item?id=49049638

Points: 10

# Comments: 0

HA
Source

This article was originally published by Hacker News and written by dbm5.

Read original article on Hacker News
Back to Discover

Reading List