Show HN: Floaty – a tiny macOS tool to pin any window always on top

floatytool.com

2 points by fayecat910 9 hours ago

I built Floaty because I often need a window (notes, docs, videos or dashboards) to stay visible while working in another app, and macOS still doesn’t provide a built-in way to pin windows on top.

Floaty is a small native macOS utility that lets you pin any window, adjust opacity, enable click-through and toggle it with shortcuts. It works with most apps (including browsers and Electron apps) and stays lightweight. Everything runs locally and it can work fully offline.

This started as a tool I made for myself, then I realized I was using it every day, so I polished it into a standalone app.

If you run into edge cases or have workflows I should support, I’d love to hear them.

d3Xt3r 9 hours ago

Awesome! It would be great if there was also a way to make the window transparent, if so, maybe we could change the transparency level by pressing something like Cmd+Scroll to change the alpha level of the window under the mouse cursor (I already do this + floaty on Windows using AutoHotkey, and always wanted to do something similar for macOS).

  • fayecat910 8 hours ago

    Thanks for the suggestion! Floaty actually does support window transparency — you can adjust the opacity from the panel using the slider.

    I haven’t added a scroll-based shortcut yet, but your Cmd + Scroll idea sounds great and definitely fits the workflow for people who adjust opacity frequently. I’ll explore whether I can support this in a future update.

    Really appreciate the feedback — if you have any other tweaks or ideas, I’d love to hear them!