Skip to content

Releases: bigbrainw/keepgoing

KeepGoing 0.1.1

Choose a tag to compare

@bigbrainw bigbrainw released this 15 Sep 17:44
  • Native menu copy
  • About panel
  • Screen-off-when-idle
  • Config hardening
  • Caffeinate no longer blocks display sleep

KeepGoing 0.1.0

Choose a tag to compare

@bigbrainw bigbrainw released this 14 Sep 23:04

keepgoing

Keeps your Mac awake and online while coding agents run, so remote
control from your phone (Claude Code remote control, Codex remote control,
Cursor) keeps working when you're away from the desk.

You launch agents however you already do. keepgoing is a background daemon
that only makes sure the machine and the Wi-Fi stay up while they're alive.

Install

Download KeepGoing-0.1.0.zip from Releases, unzip, and drag KeepGoing.app to Applications.

This build is ad-hoc signed and not yet notarised. On first open, macOS may block it:

xattr -d com.apple.quarantine /Applications/KeepGoing.app

Or right-click KeepGoing.app → Open once to approve it. Then open normally from Applications or the menu bar.

Full removal:

keepgoing uninstall
sudo rm /etc/sudoers.d/keepgoing   # only if you enabled lid mode

The app

KeepGoing.app — menu bar icon. ⚡ = agents running, sleep blocked · 💤 = idle, sleep allowed · wifi-slash = offline, recovering.
Menu: agents / sleep / network / hotspot state, Always keep awake, Set hotspot… (SSID + password → Keychain), restart daemon, open log, open at login.

./app/build.sh                      # → dist/KeepGoing.app (Swift UI + bundled Go daemon)