DWARCE v1.0.0
DWARCE — a parody safety sign that counts your days without an RCE, with the moral flipped: the longer you go without popping one, the more rusty you are. Now with switchable focus topics.
✨ Highlights
- 🎯 15 built-in focus topics, each with its own independent dry spell, record and log — RCE, domain, admin, vulnerability, 0day, shell, bounty, root, XSS, CVE, first blood, flag, creds, vacation 🏖️ (a burnout meter) and the inside-joke shooting star 🌠. Switch from the chip on the sign or the layers icon.
- ➕ Custom topics — invent your own (emoji + EN/PT name + article + type). Edit/delete anytime.
- 😩 Two polarities — achievement topics (0 days = 🔥 sinister, celebrate with confetti + fanfare) and grind topics like the shooting star, where the moral flips: many days without one = blissful peace, and catching one sets everything on fire 🔥 (rising flames + red flare + sad trombone).
- 🖥️ Auto-fitting title (long names never overflow the frame), responsive 3→1 column topic picker, toolbar-style icons in modal headers, and full EN / PT-BR.
- 🔒 Zero runtime deps, atomic local persistence,
contextIsolation+sandbox+ strict CSP. Old single-topic saves migrate automatically.
⬇️ Download
Assets are .tar.xz (LZMA — Electron bundles a full Chromium runtime, so ~60–75 MB is as small as it gets without switching frameworks):
| OS | Asset | Size |
|---|---|---|
| macOS Apple Silicon | DWARCE-1.0.0-macos-arm64.tar.xz |
61 MB |
| macOS Intel | DWARCE-1.0.0-macos-x64.tar.xz |
67 MB |
| Windows x64 | DWARCE-1.0.0-win-x64.tar.xz |
74 MB |
| Linux x64 | DWARCE-1.0.0-linux-x64.tar.xz |
70 MB |
Extract, then run the app inside. Builds are unsigned, so the first launch needs a nudge:
- macOS → double-click to extract (or
tar xf DWARCE-*.tar.xz), then right-clickDWARCE.app▸ Open (orxattr -dr com.apple.quarantine DWARCE.app) - Windows →
tar -xf DWARCE-*.tar.xz(built into Win 10/11) or 7-Zip, then runDWARCE.exe(More info ▸ Run anyway on SmartScreen) - Linux →
tar xf DWARCE-*.tar.xz && ./DWARCE-linux-x64/DWARCE
Or run from source: npm install && npm start.