FloatBoard - The Ultimate Floating Clipboard Manager

FloatBoard is an always on top widget that acts as your desktop productivity tool. As a powerful clipboard manager, it creates a floating workspace where you can paste images and text effortlessly without losing context.

Always on Top

Pins itself above all other applications. Never lose context or alt-tab endlessly again.

Rich Content

Paste text, images, and videos. FloatBoard handles multiple formats seamlessly.

Beautiful UI

Built with a stunning Glassmorphism UI, Dark Mode support, and ultra-low latency.

Need more? View Premium features →
Background Application using floating clipboard
Meeting Notes

We discussed the new redesign today. The goal is to achieve a minimalist, high-end look.

The UI must reflect absolute simplicity.
FloatBoard interface showing text and image split view
Code snippet behind always on top widget
const toggleTheme = () => { const root = document.documentElement; const current = root.dataset.theme; const next = current === 'dark' ? 'light' : 'dark'; root.dataset.theme = next; localStorage.setItem('theme', next); };
Code editor with floating workspace
Desktop productivity tool background
Recent Copies

📝 The UI must reflect absolute simplicity.
🔗 https://floatboard.xyz/download
🖼️ background_image.jpg
Clipboard manager history list
Drag and drop files background application
Drop any file here
Paste images and text thumbnail image_001.jpg
👆
Paste images and text thumbnail

How it works

1

Download

Get the lightweight FloatBoard installer for Windows, macOS, or Linux.

2

Float

Launch the app and let it float elegantly in the corner of your screen.

3

Work

Copy anything. Drag, drop, and paste efficiently while keeping your focus.

Get FloatBoard

Available for all major operating systems.

Windows

Download the standard .exe installer or the Microsoft Store AppX.

macOS

Install FloatBoard on Mac with a simple .dmg download.

Download .dmg

Linux

Choose your preferred package format for your Linux distribution.

Frequently Asked Questions

What is FloatBoard?
FloatBoard is a desktop application that acts as a floating clipboard manager. It stays on top of your other windows, allowing you to easily paste and manage texts, images, and videos without interrupting your workflow.
Which operating systems are supported?
FloatBoard is available for Windows, macOS, and Linux. You can download the specific installer for your operating system below.
How does it stay always on top?
FloatBoard utilizes native OS window APIs through Electron to enforce a top-most window state, ensuring it never gets buried behind your active applications.

Support & Contact

Have an issue, question, or feature request? Let us know!