Skip to content

Doom Coder v1.0.0

Choose a tag to compare

@github-actions github-actions released this 17 Apr 00:19
· 268 commits to main since this release

📦 Installation

  1. Download DoomCoder-1.0.0.zip below
  2. Unzip and drag DoomCoder.app to your /Applications folder

⚠️ 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:

  1. Double-click DoomCoder.app — you'll see a warning. Click Done.
  2. Open System Settings → Privacy & Security
  3. Scroll down to the Security section — you'll see "DoomCoder" was blocked
  4. 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.app

If the terminal method alone doesn't work, also follow the System Settings steps above.

macOS 14 (Sonoma) and earlier:
Right-click DoomCoder.appOpen → click Open at the warning dialog.

✅ Verify it's working

After enabling Doom Coder, run this in Terminal:

pmset -g assertions | grep DoomCoder

You should see: PreventUserIdleDisplaySleep named: "DoomCoder: Preventing sleep for AI coding session"


Full changelog: CHANGELOG.md

Full Changelog: v0.8.0...v1.0.0