> ## Documentation Index
> Fetch the complete documentation index at: https://docs.solved.gg/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> worgo is a next-gen Go workspace project manager, written in Zig.

**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](/rusty) and [scripty](/scripty): fast paths, explicit behavior, minimal ceremony

## How it fits the suite

| Sibling                     | Ecosystem                                |
| --------------------------- | ---------------------------------------- |
| [rusty](/rusty)             | Rust package manager + toolchain (Linux) |
| [scripty](/scripty)         | JavaScript / TypeScript runtime + PM     |
| **worgo**                   | Go workspace project manager             |
| [pyppi](/pyppi)             | Python package manager + project tool    |
| [yappy](/yappy)             | Linux native desktop shell (Qt + GTK)    |
| [deploy](/deploy)           | Next.js → Cloudflare Workers CLI         |
| [git](/git)                 | solved.gg git host UI                    |
| [depotsdk-go](/depotsdk-go) | Go SDK for the Depot API                 |

These products ship under the [solved.gg](https://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:

* Product site: [worgo.pm.solved.gg](https://worgo.pm.solved.gg)
* Suite hub: [pm.solved.gg](https://pm.solved.gg)
* Org overview: [solved.gg/projects](https://solved.gg/projects)

## 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](mailto:intake@solved.gg).


## Related topics

- [Introduction](/scripty/0.0.1-dev/index.md)
