Skip to content

strantalis/workset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

379 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workset

test lint release docs

All your repos. One place.

A workset is a collection of repos that belong together. When you start a feature, you create a thread that spins up linked worktrees across all of them. No duplicate clones, no losing track of which branches go together. Desktop app and CLI included.

Workset model: worksets group repos, threads create linked worktrees across them

  • Desktop app: embedded terminals, diff views, PR management, and GitHub workflows in one window.
  • GitHub workflows: create PRs, view status, read review comments, and generate PR descriptions.
  • AI-powered: generate PR text and commit messages with pluggable agents (Codex, Claude).
  • Safe defaults: no destructive actions without explicit flags.

Note

Workset is under active development; interfaces and behavior may change without notice.

Quickstart

Install (recommended):

brew tap strantalis/homebrew-tap
brew install workset

Upgrade (Homebrew):

brew update
brew upgrade --cask workset

Install (npm):

npm install -g @strantalis/workset@latest

Alternative (Go install):

go install github.com/strantalis/workset/cmd/workset@latest

Create a thread and add repos:

workset new demo
workset repo add git@github.com:your/org-repo.git -t demo
workset status -t demo

Worksets (reusable repo bundles):

workset repo registry add platform git@github.com:org/platform.git
workset repo registry add api git@github.com:org/api.git
workset new auth-spike --workset platform-core --repo platform --repo api

Docs

Docs are built with Astro + Starlight. The site config is docs-site/astro.config.mjs, content lives in docs-site/src/content/docs/, and the published site is workset.dev.

Local dev:

make docs-serve

About

Multi-repo workspaces with linked Git worktrees.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors