Float a reference window like a Slack chat or documentation page as a persistent overlay while you work in another full-screen app.
Automatically keep a specific app visible as a floating overlay whenever you switch focus away from it.
Replace a second monitor by floating reference windows as persistent overlays on a single screen.
Requires macOS 26.4+ and must grant both Screen Recording and Accessibility permissions before the floating overlay feature will work.
AnyPiP is a macOS menu-bar app that takes any visible app window and floats it as a picture-in-picture overlay above everything else on your screen. Picture-in-picture on macOS normally only works with video players, AnyPiP extends that idea to any window at all. The app sits in your menu bar and activates through keyboard shortcuts you configure yourself. One shortcut turns the frontmost window (whatever is currently in focus) into a floating overlay that stays on top of other apps. A second shortcut restores that floating window back to its original position or closes it. There is also an auto-PiP option: you can tell the app to automatically float certain apps whenever you switch focus away from them, keeping those windows visible while you work in something else. AnyPiP requires two macOS permissions to function. Screen Recording lets it capture the window content to display in the overlay. Accessibility lets it move, resize, and refocus windows on your behalf. Without both permissions granted, the core features will not work. The app requires macOS 26.4 or later. It is written in Swift using SwiftUI, AppKit, ScreenCaptureKit, and the macOS Accessibility APIs. The README is brief and the source is released under the MIT license.
← hreinssondev on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.