Workspace and Repositories

Unison uses a multi-repo layout under the project-unisonOS organization, with a recommended workspace for local development.

Workspace Layout

The workspace typically contains these repos side-by-side:

See the internal repository map in unison-docs/dev/unison-repo-map.md for a detailed table.

The meta-repo workflow provides a single entry point:

In the current workspace (unison-workspace):

This keeps versions aligned and makes it easy to run the full stack locally.

Alternative: Side-by-Side Clones

Alternatively, you can clone the individual repos side-by-side under a common parent directory:

Use the approach that best fits your workflow; both are supported by the documentation and tools in the workspace.

Below is the current workspace directory with direct links to each repo and its README for deep dives.

(If a repo is missing from this list, add it here and ensure its README links to the public docs.)