r2
Free open-source Cloudflare R2 desktop client and S3 GUI for macOS, Windows, and Linux. Manage Cloudflare R2, AWS S3, M…
A lightweight WinUI 3 desktop organizer for Windows 11. File collection widgets, folder mapping, and clipboard manager.…
A local-first Windows 11 desktop organizer for files, folders, todos, quick notes, search, weather, and music controls.
English | 简体中文
DeskBox adds native-feeling WinUI 3 widgets to the Windows desktop without replacing Explorer or changing how your files work. Create a desktop file organizer backed by a real folder, map an existing folder, keep todos and quick notes close at hand, search the PC, view weather, or control the active media session. Widgets can stay expanded, collapse into compact capsules, or be raised temporarily from the tray or a global hotkey.
| Platform | Windows 11, x64 and ARM64 |
| Technology | C#, WinUI 3, .NET 10, Windows App SDK 2.2 |
| Storage model | Local-first; files, notes, tasks, settings, and layouts remain on the PC |
| Languages | English, Simplified Chinese, Japanese, German, Brazilian Portuguese |
| License | GPL-3.0-only |
Download DeskBox 1.3.4 from GitHub Releases:
The installers are framework-dependent, so they stay smaller and do not bundle a private runtime. Setup checks the matching architecture of .NET 10 Runtime and Windows App Runtime 2.2. An existing compatible runtime is reused; a missing dependency is downloaded and installed during setup.
Internet access is needed only when setup must download a missing runtime. Windows may request administrator permission for that dependency installation; DeskBox itself installs for the current user by default.
Read the full changelog or the 1.3.4 release notes.
These screenshots come from the 1.3.4 build.
| General | Appearance |
|---|---|
![]() |
![]() |
| Capsule mode | File widgets |
|---|---|
![]() |
![]() |
| Feature widgets | Shortcuts & interaction |
|---|---|
![]() |
![]() |
DeskBox does not require an account or cloud synchronization. Widget configuration, todos, quick notes, search history, layouts, and managed files are stored locally.
Some actions intentionally use the network:
Capsule privacy mode hides selected text in the collapsed presentation; it is a presentation control, not file encryption.
Windows 10 may work in some environments, but it is not a validated target.
DeskBox uses an Inno Setup installer and installs for the current user by default. Overwrite installation preserves app settings, widget configuration, and managed storage. Older administrator-level installations under Program Files are migrated to avoid elevated-process drag-and-drop restrictions.
Startup launch is tray-first and silent. If DeskBox is already running, a second startup instance exits instead of opening another settings window.
During uninstall, you can choose whether to remove app-local data under %LocalAppData%\DeskBox. DeskBox does not silently delete managed user files; setup asks before any cleanup that could affect them.
No. Explorer remains the desktop shell, and files remain normal files and folders. DeskBox adds independently managed widgets above the existing desktop.
%LocalAppData%\DeskBox\data%UserProfile%\DeskBoxBoth locations can be backed up from DeskBox settings.
Choose x64 for almost all Intel and AMD Windows PCs. Choose ARM64 for native Windows on ARM devices such as Snapdragon PCs. Check Settings → System → About → System type if unsure.
Release installers do not contain the .NET 10 or Windows App Runtime 2.2 payload. Setup first checks the PC and downloads only a missing architecture-specific dependency.
No. Disabling a feature closes its UI and releases runtime resources, while its saved configuration remains available for the next time you enable it.
Development requires the .NET 10 SDK and a Windows 11 environment. Visual Studio with the Windows App SDK workload is recommended.
Restore, test, and build the x64 Debug version:
dotnet restore .\DeskBox.sln -p:Platform=x64 dotnet test .\DeskBox.sln --configuration Debug --no-restore -p:Platform=x64 -v:minimal dotnet build .\src\DeskBox\DeskBox.csproj --configuration Debug --no-restore -p:Platform=x64 -v:minimal
Create framework-dependent Release outputs:
dotnet publish .\src\DeskBox\DeskBox.csproj --configuration Release -p:Platform=x64 -p:RuntimeIdentifier=win-x64 -p:SelfContained=false -p:WindowsAppSDKSelfContained=false -o .\artifacts\publish\DeskBox\x64 -v:minimal dotnet publish .\src\DeskBox\DeskBox.csproj --configuration Release -p:Platform=ARM64 -p:RuntimeIdentifier=win-arm64 -p:SelfContained=false -p:WindowsAppSDKSelfContained=false -o .\artifacts\publish\DeskBox\arm64 -v:minimal
With Inno Setup 6 or newer installed, compile both installers:
ISCC.exe .\installer\DeskBox.iss ISCC.exe .\installer\DeskBox.arm64.iss
Expected outputs:
Output\DeskBox_Setup_1.3.4_x64.exe
Output\DeskBox_Setup_1.3.4_arm64.exe
src\DeskBox WinUI 3 application
src\DeskBox.Updater direct-release updater helper
tests\DeskBox.Tests service and policy tests
installer x64/ARM64 Inno Setup scripts
docs\user-guide product documentation
docs\images README and release imagery
docs\releases release copy and test checklists
DeskBox is currently developed and maintained by a solo developer. External pull requests are not being accepted at this stage so the project can keep a consistent architecture and clear copyright boundaries, but bug reports, feature requests, translations, and UI/UX feedback are welcome through GitHub Issues.
Special thanks to @magisph for the Brazilian Portuguese localization.
You can also visit deskbox.fun or use the contact information in the app's About page.
Earlier DeskBox versions already published under the MIT License remain available under that license. The change is not retroactive; see LICENSE_CHANGE.md.
more like this
Free open-source Cloudflare R2 desktop client and S3 GUI for macOS, Windows, and Linux. Manage Cloudflare R2, AWS S3, M…
meine 🌒 - A CLI file manager and system utility built with Textual. It combines intuitive command parsing with rich t…
MTT File Manager is a Rust-based Windows file manager with tabbed navigation, rich media previews, deep system integrat…
search projects, people, and tags