One Go server, one desktop client, zero hidden layers. The reliability, billing, and safety kernel every agent runs on is public β clone it and see.
Two deliverables, one codebase.
Cloud APIs and durable agent services: identity, commerce, distribution, the agent kernel, plugin registry, usage metering, and settlement.
The single user-facing agent UI: an Electron shell plus a local Go sidecar for the loopback edge, OAuth, keychain, and SQLite cache.
Architecture is documented as it ships, with Current / Partial / Proposed labels that never claim more than the code proves.
Requires Go 1.24+ and Node.js 20 LTS.
1.Clone the repository
git clone https://github.com/jonnyquan/workmax.git2.Check prerequisites
make doctor3.Install dependencies
make bootstrap4.Verify the core
make verify-coreStar the repository, read the design docs, or open an issue β the roadmap is public.