Skip to main content
Features
Security
Developers
Download
Download
Open-source Windows desktop skin manager

Let webpages drift onto your desktop

Driftlet turns any webpage into a transparent, borderless desktop widget — always-on-top or placed on the desktop, freely scalable, with opacity control and position lock.

Supports Windows 10/11 · Built with Tauri · GNU General Public License v3

6

declared sensitive permissions

19

skin settings control types

50–200%

zoom range

10

window management options

FEATURES

Six things desktop skins need

From window behavior to permission review, Driftlet covers the whole desktop-skin workflow.

Webpages as widgets

Any webpage becomes a transparent, borderless desktop window. HTML/CSS/JS is your skin language.

Flexible window control

Always-on-top or pinned to desktop, with position lock, opacity, 50–200% zoom and drag-to-resize.

.dskin skin packages

Zip-based packages that install on double-click; updates preserve your personal settings.

Permission security model

6 sensitive permissions declared item-by-item, high-risk ones clearly flagged before install.

Visual skin settings

Declare 19 control types in skin.json; the settings panel is auto-generated and pushes values live.

Global hotkey

Ctrl+Shift+Alt+D hides or shows every skin at once — built for demos and focus time.

SECURITY

Every skin passes inspection first

The install wizard lists every sensitive permission a skin requests — files, registry, shell, system control, clipboard, microphone — with high-risk items flagged in red. Decline, and nothing installs.

  • File sandbox
  • Zip-Slip & zip-bomb protection
  • Per-skin settings isolation
Explore the security model →
Driftlet .dskin install wizard with permission list
skin.json
{
"name": "My first skin",
"version": "1.0.0",
"entry": "index.html",
"permissions": ["clipboard"],
"settings": [
{ "key": "city", "type": "text", "label": "City" },
{ "key": "scale", "type": "slider", "min": 50, "max": 200 }
]
}
FOR CREATORS

If you can build a webpage, you can build a skin

A skin is just a folder: skin.json + index.html. Saving hot-reloads instantly, window.__DESK_PP__ bridges system powers, and pack-skin.exe packages it for sharing.

Start creating
VIBE CODING

In the vibe coding era, everyone's a creator

Can't code? No problem — describe your idea to an AI, it writes the skin, and Driftlet runs it on your desktop.

“Make me a weather widget: rounded corners, ocean tones.”

24°

Sunny · light breeze

Describe the idea
AI writes the skin
Install on desktop
See how to start
QUICK START

Up and running in minutes

Download, double-click, tweak — your first desktop skin in minutes.

1

Download & install

Grab the NSIS installer from Releases — bilingual UI that follows your system language.

2

Double-click a .dskin

Double-click a skin package, confirm its permissions in the wizard, and it appears on your desktop.

3

Tweak freely

Zoom, opacity, always-on-top, position lock — manage everything from the tray.

Put the web on your desktop

Free, open-source, made for Windows.