Skip to main content

multi

multi is a better way to work with VS Code/Cursor on multiple Git repos at once. It is an alternative to multi-root workspaces that offers more flexibility and control. With multi, you can gain control over how tasks, debug runnables, and various IDE and linter settings are combined from multiple project repos ("sub-repos") located within a root workspace folder.

Documentation

Features:

  • Generates files in your root .vscode folder from sub-repo launch.json, tasks.json, and settings.json files.
  • Supports optional installSets so installer scripts can sync only a public/runtime subset of repos.
  • Optionally generates CLAUDE.md and AGENTS.md files from tracked AGENTS.parts/*.md files.
  • In monorepo mode, syncs sub-repo GitHub workflows into root .github/workflows.
  • Pairs with Multi Desktop for workspace diffs, branch visibility, and actionable push diagnostics.

Installation

Using pipx:

  • Install pipx
  • Run pipx install multi-workspace

Using uv

  • Install uv
  • Run uv tool install multi-workspace

Getting started

To get started, create a new workspace directory that will house all your related repos and run:

multi init

When prompted, paste in the URLs of all the repositories you want to have in your workspace. You can optionally specify descriptions of what they do, which can be included in generated agent instruction files when that feature is enabled.

For scripts, you can also initialize non-interactively:

multi init \
  --repo https://github.com/org/backend \
  --repo-description "Backend API" \
  --repo https://github.com/org/frontend \
  --repo-description "Frontend app"

To create GitHub repositories first, add --github-repo entries. This uses gh repo create and defaults to private visibility:

multi init \
  --github-repo org/backend \
  --github-description "Backend API" \
  --github-repo org/frontend \
  --github-description "Frontend app"

For --github-repo, the GitHub CLI (gh) must already be installed and authenticated.

When repository slugs are product-prefixed, multi init automatically writes short local directory names into multi.json when the slug matches the workspace name prefix. For example, in a t-ide/ workspace, t-ide-cli becomes local folder cli.

The same naming rule applies to multi add, so adding https://github.com/org/t-ide-cli inside a t-ide/ workspace will also default to local folder cli.

For public installer workflows, add installSets to repo entries and run a filtered sync:

{
  "repos": [
    { "name": "cli", "url": "https://github.com/org/product-cli", "installSets": ["default", "dev"] },
    { "name": "ios", "url": "git@github.com:org/product-ios.git", "installSets": ["dev"] }
  ]
}
multi sync --install-set default

Running multi sync without --install-set still includes every repo. Repos without installSets are included in every named set.

To grant or remove GitHub collaborator access across every GitHub repo in a workspace, use:

multi collaborator add octocat --permission maintain --yes
multi collaborator add --yes
multi collaborator accept --yes
multi collaborator remove octocat --yes
multi collaborator recent-users

When the workspace root repository has a GitHub origin, multi collaborator applies the change there too.

The invited collaborator can run multi collaborator accept --yes with their own gh authentication to accept pending invitations for the workspace repos.

Recent collaborator usernames are saved under ~/.multi, and multi collaborator add can prompt from that list when no username is supplied.

If one repo fails, multi collaborator continues through the rest of the workspace and reports the failures at the end.

It is recommended you also install the VS Code Extension that automatically keeps your project synced when edits are made to synced files. To manually sync, you can run multi sync.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

multi_workspace-3.2.18.tar.gz (50.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

multi_workspace-3.2.18-py3-none-any.whl (68.7 kB view details)

Uploaded Python 3

File details

Details for the file multi_workspace-3.2.18.tar.gz.

File metadata

  • Download URL: multi_workspace-3.2.18.tar.gz
  • Upload date:
  • Size: 50.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.14

File hashes

Hashes for multi_workspace-3.2.18.tar.gz
Algorithm Hash digest
SHA256 550946dc02ec771fc075e50c611c63631fce35966e476b7e6188eee4ee367b66
MD5 6ab53befbd69b9ccbec3e773deb36001
BLAKE2b-256 a22e8f90b0b3f563872a108cc3a050ca680cefb341211becc01bf84153d583cb

See more details on using hashes here.

File details

Details for the file multi_workspace-3.2.18-py3-none-any.whl.

File metadata

File hashes

Hashes for multi_workspace-3.2.18-py3-none-any.whl
Algorithm Hash digest
SHA256 8493aba17db172c2bbb30bcbfaac828b0ab0e2910df7c58d67fe9ae534b4abd7
MD5 2abae63c6856ac16aad5c510cc436807
BLAKE2b-256 bb6ce9b3563603733051ef57479bfefaa8e0fa9f96bdeb8d82a87b7b65f37f5b

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

3.2.18 This release

2 files

3.2.17

2 files

3.2.16

2 files

3.2.15

2 files

3.2.14

2 files

3.2.13

2 files

3.2.12

2 files

3.2.11

2 files

3.2.10

2 files

3.2.9

2 files

3.2.8

2 files

3.2.7

2 files

3.2.6

2 files

3.2.5

2 files

3.2.4

2 files

3.2.3

2 files

3.2.2

2 files

3.2.1

2 files

3.0.5

2 files

3.0.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page