If you still want the original DeskPins for Windows, you can get it here:
🔗 https://deskpins.en.softonic.com
(Note: This will not work on Mac unless you use virtualization or Wine, which is not recommended.)
While DeskPins is a popular free utility for keeping windows "Always on Top," it is exclusively available for Windows. There is no official DeskPins version for macOS.
To get the same "Always on Top" functionality on a Mac, you’ll need to use alternative software designed for the Apple ecosystem. Below is a complete guide to the best alternatives and how to set them up. Top DeskPins Alternatives for Mac
Rectangle Pro: A powerful window manager that includes a specific "Pin to Front" feature. It is highly reliable and updated for the latest macOS versions Rectangle Pro.
Afloat (Legacy): One of the oldest Mac tools for pinning windows. While beloved, it is difficult to install on modern macOS (like Sonoma or Sequoia) because it requires disabling System Integrity Protection (SIP).
Fenêtre: A lightweight app specifically designed to keep windows (or even just pictures/videos) floating on top while you work. It offers a free version on the Mac App Store. deskpins for mac link
Heidi: A newer, streamlined alternative that allows you to easily toggle "Always on Top" for any application via a simple menu bar icon or keyboard shortcut. How to Use Pinning on Mac (Fenêtre Example)
Since DeskPins doesn't exist for Mac, here is how you use the most common modern workflow:
Install Fenêtre or Rectangle Pro: Download the app from the official site or Mac App Store.
Grant Permissions: Go to System Settings > Privacy & Security > Accessibility and ensure the app is toggled "ON" so it can control your windows. Pin the Window:
For Fenêtre: Drag a URL or file into the app, or use the "Capture" tool to select a specific window. If you still want the original DeskPins for
For Rectangle Pro: Use the shortcut Cmd + Ctrl + P (customizable) to pin the active window to the front.
Unpin: Click the pin icon in the window's corner or repeat the keyboard shortcut to return to normal window behavior. Built-in Mac Alternatives For specific tasks, you might not even need an app:
Picture-in-Picture (Safari/Chrome): Right-click twice on any web video to select "Enter Picture-in-Picture." This keeps the video on top of all other windows automatically.
Sticky Notes: The built-in Stickies app has an option under the Note menu called "Floating" that keeps the note above all other windows. useful software: DeskPins. pin any programs to be on top
hs.hotkey.bind("cmd","alt", "T", function()
local w = hs.window.frontmostWindow()
if w then
local lvl = w:level()
if lvl == hs.window.level.floating then
w:setLevel(hs.window.level.normal)
else
w:setLevel(hs.window.level.floating)
end
end
end)
(Requires Hammerspoon installed and Accessibility permissions granted.) While DeskPins is a popular free utility for
PinPoint / TopMost or "Keep on Top" utilities (various)
Rectangle Pro (paid) / Rectangle (free, open-source)
Magnet / BetterSnapTool
Hammerspoon (scripting)
Helium / HeliumLift (floating browser windows)
Commercial utilities (e.g., Stay, Aegis, OnTopReplica-like ports)