Doom Coder v1.8.0
📦 Installation
- Download
DoomCoder-1.8.0.zipbelow - Unzip and drag
DoomCoder.appto your/Applicationsfolder
⚠️ Opening for the first time (macOS Gatekeeper)
This app is ad-hoc signed but not notarized (notarization requires a $99/yr Apple Developer account). macOS will block it on first launch.
macOS 15 (Sequoia) / macOS 26 and later:
- Double-click
DoomCoder.app— you'll see a warning. Click Done. - Open System Settings → Privacy & Security
- Scroll down to the Security section — you'll see "DoomCoder" was blocked
- Click Open Anyway → enter your password → click Open
You only need to do this once. After that, it opens normally forever.
Alternative — Terminal method:
xattr -cr /Applications/DoomCoder.app
open /Applications/DoomCoder.appIf the terminal method alone doesn't work, also follow the System Settings steps above.
macOS 14 (Sonoma) and earlier:
Right-click DoomCoder.app → Open → click Open at the warning dialog.
✅ Verify it's working
After enabling Doom Coder, run this in Terminal:
pmset -g assertions | grep DoomCoderYou should see: PreventUserIdleDisplaySleep named: "DoomCoder: Preventing sleep for AI coding session"
Full changelog: CHANGELOG.md
Full Changelog: v1.7.1...v1.8.0