Loom v0.7.4 is out for macOS, Linux and Windows

For

Maintain at fleet scale.

Issue triage, PR review, and doc sweeps across six real Claude Code sessions at once. Loom Conductor is Apache-2.0 and fully public, the same license family as much of what you maintain.

The backlog

A healthy project outgrows one maintainer's evenings.

A Conductor model, your own key with any of a dozen providers or fully local, plans the work into a mission DAG, dispatches it across the fleet, and verifies each task before it counts.

Issue triage

Hand the fleet a slice of the tracker. Each session reproduces, fixes, and tests one issue while the Conductor watches every terminal. See bug squashing.

PR review from every angle

Point sessions at the same large pull request for correctness, security, and style passes in parallel, then merge with confidence. See code review.

Doc sweeps

READMEs, API docs, and inline documentation refreshed across the whole codebase in a single mission. See documentation.

No new accounts

Your existing Claude login.

The fleet runs the official Claude Code CLI with the login you already have, no API key required for the fleet. The Conductor is bring-your-own-key across providers like OpenAI, Anthropic, Google, and OpenRouter, or fully local on LM Studio, MLX, or Ollama. Details in the Claude login guide.

terminal
# install the official Claude Code CLI
$ curl -fsSL https://claude.ai/install.sh | bash
# sign in once, the whole fleet reuses it
$ claude login

Apache-2.0 kinship

Loom Conductor is licensed the way you would want a tool aimed at your repo to be licensed. The entire desktop app, Tauri 2 with Rust and React 19 in an installer of about 13 MB, is public on GitHub under Apache-2.0. Before you point six sessions at the project you steward, you can read every line of the thing doing the pointing.

The trust model is built for people who think about supply chains:

  • No telemetry and no analytics. There is no account beyond your Claude login.
  • Provider keys live in the OS keychain only, and a secret-path deny-list guards reads and writes.
  • An SSRF-guarded Rust HTTP proxy and a workspace authorization registry gate every file, git, and shell operation.

Specifics live on the security and license pages, and contributions go through the repo like everything else.

Hand it the work.
Walk away.

macOS, Linux, and Windows. Around 13 MB. Free and open source.