Skip to main content
worgo is a next-generation Go workspace project manager written in Zig. It targets the pain of large multi-module Go trees: slow and opaque workspace tooling, awkward monorepo boundaries, and the gap between “module-aware” and “workspace-native” day-to-day work.

What worgo is for

  • Go workspaces at monorepo scale — treat multi-module trees as first-class, not an afterthought on top of go work
  • Project management for Go: init, dependency workflows, and workspace operations with a single CLI shape
  • Zig implementation — same systems approach as rusty and scripty: fast paths, explicit behavior, minimal ceremony

How it fits the suite

These products ship under the solved.gg / iResolved, LLC product family.

Status

worgo is in early access / coming soon. Install instructions, workspace model details, and CLI reference will land here as the product surface freezes. Until then:

What to expect next in these docs

  1. Install and hello-world module
  2. Workspace layout and multi-module workflows
  3. Dependency and build integration with the Go toolchain
  4. CLI and configuration reference
Questions or early access: intake@solved.gg.

Related topics

Introduction