Mission
Upgrade to or install EGC v1.1.18 (latest) on macOS and report whether it works correctly.
v1.1.18 is the production-hardening release: the installers were made honest end to end (real Claude Code MCP registration, project .mcp.json merge, honest headless dashboard message) and the install crash under sandboxed HOMEs was fixed at the root. On macOS specifically, this is the right release to confirm a plain install or upgrade comes up clean end to end.
Steps
npm install -g @egchq/egc
egc install
egc doctor
If you had an older version installed, run the same three commands and note anything odd during the transition (stale files, doctor warnings, version mismatches).
What to report (as a comment here)
- OS and version, Node.js version
- Output of
egc --version and the final egc doctor summary
- Whether the dashboard opened after install
- Anything that looked wrong, however small
Why this matters
Real-machine reports across platforms are the one thing CI cannot give us. A single well-written report here is a genuinely valuable contribution and counts toward the contributors page.
Mission
Upgrade to or install EGC v1.1.18 (latest) on macOS and report whether it works correctly.
v1.1.18 is the production-hardening release: the installers were made honest end to end (real Claude Code MCP registration, project .mcp.json merge, honest headless dashboard message) and the install crash under sandboxed HOMEs was fixed at the root. On macOS specifically, this is the right release to confirm a plain install or upgrade comes up clean end to end.
Steps
If you had an older version installed, run the same three commands and note anything odd during the transition (stale files, doctor warnings, version mismatches).
What to report (as a comment here)
egc --versionand the finalegc doctorsummaryWhy this matters
Real-machine reports across platforms are the one thing CI cannot give us. A single well-written report here is a genuinely valuable contribution and counts toward the contributors page.