Free · Windows · No install
Don't smash your keyboard.
Smash your screen.
Desktop Destroyer freezes whatever is on your screen and turns it into a punching bag. Smash it with a hammer, slice it with a katana, mine it with remote bombs — then wash it clean and get back to work.
Nothing on your computer is harmed. You are wrecking a photograph of your screen.
- 15weapons
- 32 MBone file
- 0installers
A small taste in your browser. The real app does this to your actual screen, with sound, screen shake and particles.
The arsenal
Fifteen ways to ruin a screenshot
Click a weapon on the toolbar, or press its letter key. Every weapon leaves permanent damage until you wash the screen.
How to play
Destroy any screen in three seconds
push_pinFirst-time setup: pin it to your taskbar
This is the trick that makes it instant. Because the app photographs whatever is on screen the moment it opens, launching it from the taskbar lets you destroy any window, tab or document without ever alt-tabbing away.
- Find the file. Locate
Desktop Destroyer by Rom.exewhere you downloaded it. - Pin it. Right-click the file → Show more options → Pin to taskbar.
- Done. It now sits one click away, forever.
-
1
Launch over any screen
Open the window you want to obliterate — a buggy file, a spreadsheet, an email you didn't like — then click the icon on your taskbar. The app instantly freezes that exact view as your canvas.
-
2
Pick your weapon
Click any icon on the floating toolbar, or tap its letter key — Hammer, Katana, Shuriken, Flame, and so on. The mouse wheel cycles through them too. Prefer a grid, or want the toolbar out of the way? The round button in the corner (or Tab) switches it between a bar, a grid, and hidden.
-
3
Unleash
Left-click to smash, shoot or throw. Hold and drag for the continuous weapons — the flamethrower, paintbrush and washer. The katana and bow are different: drag to aim, then release to strike.
-
4
Save it, then wipe it
Press Space to save a picture of the carnage to your Pictures folder. Then hit R and a squeegee wipes the screen back to spotless, ready to go again.
Keyboard shortcuts
| Key | What it does |
|---|---|
| Letter keys | Switch weapon — each tool's key is shown on its toolbar tooltip |
| Mouse wheel | Cycle through weapons |
| Tab | Switch the toolbar between bar, grid and hidden |
| Left click | Use the current weapon — hold and drag for continuous ones |
| Right click | Detonate all remote bombs, launch the missiles, or swap a tool's mode |
| R / Backspace | Wash the whole screen clean |
| Space | Save a screenshot of your destroyed desktop |
| Esc / Q | Quit |
Combine them. Slice a window open with the katana, plant remote bombs across what's left, right-click to level everything at once, then sweep the edges with the flamethrower. Press Space before you wash it — some wreckages deserve to be kept.
About the app
A punching bag for your screen
Everybody has had a moment where a piece of software deserved to be hit. This is the harmless version of that. Desktop Destroyer takes a screenshot of your display, puts it straight back up in a borderless window, and hands you a hammer. What you're attacking is an image — your files, windows and work are completely untouched underneath.
It was built from scratch in Python with pygame. There is no game engine and no art pack: every crack, bullet hole, burn mark, sword cut and explosion crater is drawn procedurally in code, and every sound — the shotgun, the bowstring, the flamethrower's roar — is synthesised from noise and sine waves the moment the app starts. That's why the whole thing is one 32 MB file with nothing to install.
The developer
Roman Juan G. Eugenio I
Computer Science Instructor · IT Infrastructure & Support
location_on Nueva Ecija, Philippines
I teach Computer Science and work in IT infrastructure and support. Most of what I build is practical: queue systems, tabulation software, student platforms — tools that take something tedious and make it quietly work.
Desktop Destroyer is the opposite of that, and that's the point. After years of fixing other people's broken screens, I wanted to build one you're allowed to break. Everything in it is handmade — every crack, burn and explosion is drawn in code, every sound is generated from raw noise. No engine, no asset packs.
It's free and open source. If it turns one bad afternoon around, it did its job.
Also built
- Quek — award-winning queueing kiosk for campus transactions
- VESSCORE — real-time pageant scoring with automated leaderboards
- CORE HUB — student platform with a GWA calculator, forums and games
Download
Grab it and start smashing
One file. No installer, no admin rights, no account. Double-click and go.
The file is hosted on GitHub (free, unmetered) — the button takes you straight to the latest signed-off build.
warning Windows may warn you
The app isn't code-signed — a certificate costs money this free project doesn't have. Windows will show "Windows protected your PC". Click More info → Run anyway. The full source is public if you'd rather read it or build it yourself.
hourglass_top First launch is slower
Give it a few seconds the first time. Everything is packed into a single file, so it unpacks itself before starting. It's quick after that.
lock What it does to your PC
Nothing. It writes no settings, no registry keys and no installers. The only thing it ever saves is a screenshot, and only when you press Space. Delete the file and it's gone.
handyman Prefer to build it?
Clone the repo, pip install -r requirements.txt, then
python main.py. Or run python build.py to produce
the same .exe yourself.