Skip to content

Releases: thezakman/DWARCE

Release list

DWARCE v1.0.0

Choose a tag to compare

@thezakman thezakman released this 14 Jul 18:45

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 polaritiesachievement 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-click DWARCE.appOpen (or xattr -dr com.apple.quarantine DWARCE.app)
  • Windowstar -xf DWARCE-*.tar.xz (built into Win 10/11) or 7-Zip, then run DWARCE.exe (More info ▸ Run anyway on SmartScreen)
  • Linuxtar xf DWARCE-*.tar.xz && ./DWARCE-linux-x64/DWARCE

Or run from source: npm install && npm start.