DeskBox: an open-source Windows desktop organizer with a native Windows 11 feel
A free, open-source Windows desktop organizer with native-feeling WinUI 3 widgets.
At a glance
- What is it?
- A GPL-3.0 desktop organizer whose widgets back onto real folders, with WinUI 3 materials, a Rust shell layer, twelve languages and a local-first storage model. Fences is the named comparison.
- Who is it for?
- DeskBox fits Windows 10 and 11 users who want Fences-style desktop organization from an open-source codebase, with real-folder-backed widgets, local-first storage and a surprisingly complete todo, search and weather layer around the core. Skip it if you require signed installers, want to contribute code right now, or need macOS and Linux coverage.
- Can I use it commercially?
- Yes, with conditions. GPL-3.0 is a copyleft licence: if you distribute software that includes it, you must release that software's source code under the same licence. Running it internally without distributing it does not trigger that obligation.
- Is it still maintained?
- Yes. The repository last received commits 1 day ago.
- What is it written in?
- Mainly C#, according to GitHub's language statistics.
Answers come from the project's GitHub data, last synced on September 17, 2026, and from our analysis. They are not legal advice.
DEEP OPEN-SOURCE ANALYSIS
Fences-style organization, open source
Stardock Fences has defined desktop organization on Windows for years: fence your icons into labeled regions so the desktop stops being a snowfield. DeskBox, by Tianyu199509, is the open-source answer the README itself positions that way, a free desktop organizer whose file widgets are backed by ordinary folders and whose stack is thoroughly native: C#, WinUI 3, .NET 10 Native AOT, Windows App SDK 2.4, with a Rust layer at the shell boundary.
The stated scope is disciplined. DeskBox organizes desktop files, maps existing folders, and keeps everyday tools close, without replacing Explorer or changing how your files work. The README explicitly frames the extras, Glance, todos, quick notes, search, weather and music controls, as useful rather than the core promise, which is the right framing for a tool whose reason to exist is the fence-and-folder model.
Widgets backed by real folders
The organizing primitive is the file widget, and its grounding is the feature: each widget is backed by an ordinary folder, or maps an existing folder without moving it, so organizing the desktop never means relocating your files. Inside a widget you get icon or list layouts, sorting rules, density and name-length controls, widgets resizable down to 50 by 50, manual ordering that survives restarts, and drag-and-drop that follows the Windows copy-or-move decision, cross-volume behavior and modifier-key shortcuts included.
Shell integration goes deep: copy, cut, paste, rename, delete with confirmation, run as administrator, and the native shell menu near the pointer, with per-item progress on shell moves and protected source and destination folders. Stacks collapse files manually or by automatic grouping as an opt-in, groups merge several widgets while leaving their backing folders untouched, and a desktop-organization pass previews category moves before moving anything, explaining failures such as in-use or denied files instead of skipping them silently. Space previews through a running QuickLook instance on the spacebar, using the separate QuickLook utility rather than bundling it.
Todos, capture, and search that reaches Everything
Around the file widgets sit the productivity surfaces. Todo and Quick Capture provide list and detail layouts that shift between single and dual panes, tasks with due dates, reminders, recurrence, color markers, Markdown notes and attachments, and a capture store for reusable text, links, images and files with pinning and focused editing.
Desktop search is the technically interesting one: one popup searches files, folders, applications, settings, notes and todos together, and file results come from Everything's existing local index over IPC, merged with DeskBox's own content in the same result set. Everything is not bundled; it is detected or launched from Settings, where you choose its executable and check its connection status. The implementation details are thoughtful, staged incremental results with providers isolated so one failing source does not sink the search, filters, sortable columns, history and favorites, and a popup shell warmed during idle time so a widget click shows the window first and loads the rest in the background.
Glance, weather, music and capsules
The ambient widgets round out the desktop. Glance keeps date, weekday, lunar calendar and festivals visible with your own background image and transparency control. Weather shows current conditions with hourly and multi-day forecasts from MSN Weather, falling back to Open-Meteo automatically, with a standard skin and a condition-based skin and a cached forecast shown at startup while refresh runs off the interaction path. The music widget controls the active Windows media session, playback mode, progress and system volume, switching between available sessions, with responsive layouts and optional album-color ambience.
Capsule mode is the space saver: widgets collapse into small capsules that expand on click or hover, hide sensitive todo text while collapsed, and can combine into a movable bar. Widgets can be raised or hidden from the tray, F7, double Ctrl, Alt+Space, Win+Space, a single Win tap or a custom shortcut, with the README warning about reserved Windows combinations before you enable them.
Installing 1.5.3, and the unsigned caveat
Version 1.5.3 ships as Inno Setup installers for x64 and ARM64, prepared as Full Native AOT builds with a private matching Windows App Runtime, so they install offline without downloading a separate .NET runtime. Two operational facts belong in any adoption decision. The installers are currently unsigned, and the README says so directly, recommending the published .sha256 sidecars for verification before running. And the 1.5.3 release links go live on publication, so check the Releases page for what is actually downloadable today.
Installation defaults to the current user, overwrite installs preserve settings, widget configuration and managed storage, and legacy administrator-level installs under Program Files are migrated, which matters because administrator-level processes complicate drag-and-drop. Startup is tray-first and silent, auto-start uses a per-user Run entry visible in Settings, apps and Startup, and a second launch of a running instance exits instead of opening a second settings window.
Limits, honestly placed
The constraints are stated rather than discovered. Platform is Windows 10 version 21H2 or later, with Windows 11 22H2 or later for the full Mica and Acrylic treatment; older systems fall back to compatible visuals. External pull requests are not being merged at this time, with bug reports and ideas welcomed through issues and discussions, an unusual but clarifying policy for a project this active: the last push was on 2026-09-17, three releases are published, and the sole maintainer is keeping the commit history as their workspace.
The licence is GPL-3.0-only, storage is local-first with files, notes, tasks, settings and layouts staying on the PC, and twelve languages ship with the README asserting identical resource-key and formatting-placeholder coverage across all of them. For a Windows user who wants Fences-style organization without the paid licence, the checklist before adopting is short: confirm Windows 10 21H2 or newer, verify the installer hash, and accept that this is currently a one-maintainer project that answers issues but declines outside code.
Editorial conclusion
DeskBox fits Windows 10 and 11 users who want Fences-style desktop organization from an open-source codebase, with real-folder-backed widgets, local-first storage and a surprisingly complete todo, search and weather layer around the core. Skip it if you require signed installers, want to contribute code right now, or need macOS and Linux coverage. Verify the core promise in one session: install the hash-checked build, map one existing folder as a widget, rename a file inside it, and confirm the change appears in Explorer, because the folder-backed design is exactly what makes or breaks the tool for you.
Frequently asked questions
Is DeskBox free?
Yes. DeskBox is free and open source under GPL-3.0-only, with installers published on GitHub Releases and a .sha256 sidecar for each. The installers are currently unsigned, so the README recommends verifying the hash before running one.
Does DeskBox work on Windows 10?
Yes, on Windows 10 version 21H2 or later, with unsupported visual materials and animations falling back to compatible rendering. Windows 11 version 22H2 or later is needed for the full Mica and Acrylic treatment, and both x64 and ARM64 are covered.
Does DeskBox replace File Explorer?
No. Widgets are backed by ordinary folders and the README is explicit that Explorer is not replaced: files stay where they are, and drag-and-drop, rename, delete, run-as-administrator and the native shell menu operate on them normally.
Community notes