Analysis updated 2026-05-18
Organize frequently used apps, folders, and shortcuts into tabbed groups instead of a cluttered desktop.
Use a global hotkey to instantly pull up a floating launcher over any other application.
Save quick notes like file paths or launch commands alongside your shortcuts.
Export a launcher configuration as a JSON preset and move it to a new Windows machine.
| orex2121/floatinglauncherorex | 0pen-sourcer/hearth | 0rnot/god-mode-claude | |
|---|---|---|---|
| Stars | 15 | 15 | 15 |
| Language | — | Python | — |
| Setup difficulty | easy | moderate | easy |
| Complexity | — | 3/5 | 1/5 |
| Audience | general | vibe coder | developer |
Figures from each repo's GitHub metadata at analysis time.
Windows only, distributed as a downloadable .exe rather than source you compile.
FloatingLauncherOreX is a small Windows application meant to replace desktop clutter with a floating, always-available shortcut and folder manager. Instead of scattering icons across the desktop, a user drags programs, folders, or shortcuts into the launcher window, where they are organized into tabs, each of which can carry its own emoji label. The launcher stays on top of other windows and can be shown or hidden instantly using a global hotkey, so it is reachable no matter what else is open. Adding items is done by dragging files or folders in from Windows Explorer, or through a right-click context menu, and items can be freely dragged between tabs to reorganize them. The interface supports both a grid view with large icons and a list view, adjustable icon sizes and spacing, hover animations, and a dark mode theme. From the launcher's own context menu, a user can also create symbolic links for folders or files, replace icons for any item, open a file's location, copy its path, or relaunch the program as an administrator. Beyond shortcuts, the launcher includes simple text-based note tabs for jotting down file paths, commands, or launch parameters. A whole configuration, meaning every tab and every item, can be exported to a JSON preset file and imported again on a different computer, which makes it easy to carry a personal setup between machines. The application is built with Windows Presentation Foundation and C# targeting the .NET platform, and it stores its configuration as local JSON files rather than any external database or cloud service. It is distributed as a downloadable Windows executable through the project's GitHub releases page rather than as source code a user builds themselves.
A floating Windows shortcut and folder launcher with tabs, drag-and-drop, and JSON-based profile export for organizing apps and files.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.