Skip to content

Releases: Blockchainpreneur/CLAUDEMAX

v0.3.0 — CRITICAL: Required Update (CPU zombie process fix)

01 Apr 04:50

Choose a tag to compare

This update is required — update immediately

All users on previous versions have a serious bug causing zombie bash processes that accumulate across sessions, eating 96–250%+ CPU and keeping fans at max.

What was broken

  • econ.sh spawned bash processes that never exited — every time you ran CLAUDEMAX or cm, a new zombie piled up. Users with installs since Saturday could have 5–10+ zombies running in the background with no way to know.
  • No deduplication: new instances launched even if old ones were stuck.
  • Hardcoded Node.js path broke on machines with different nvm versions.

What was fixed

  • TTY guard: econ.sh now exits instantly if there is no real terminal (hooks, pipes, background calls are all safe)
  • PID lock: only one instance can run at a time
  • Version check: you will see an update banner if your install is outdated
  • Dynamic nvm path: no more hardcoded v20.19.0
  • Mobile diagrams: routing boxes now fit on phone screens
  • Permissions: bypassPermissions set globally — no more approval prompts every session
  • Settings sync: both settings.json copies now in sync (was missing 7 hooks)
  • Placeholder tokens cleared in mcp-config.json

How to update

cd ~/claudemax && git pull && bash install.sh

Then kill any zombie processes left over from previous sessions:

pkill -9 -f econ.sh