Worktree Atlas
See unfinished work across your Git checkouts in one private, read-only dashboard.
Atlas runs on your own computer. It scans only the folders you choose, binds its browser dashboard to loopback, and never fetches from Git remotes. Python 3.10+ and Git 2.36+ are required. macOS and Linux are supported.
Install
Download the version 1.0.0 wheel, then install it in a virtual environment:
python3 -m venv atlas-env
atlas-env/bin/python -m pip install worktree_atlas-1.0.0-py3-none-any.whl
atlas-env/bin/worktree-atlas serve ~/projects --open
The dashboard opens at http://127.0.0.1:8743. Stop it with Ctrl+C. For a terminal report, run atlas-env/bin/worktree-atlas scan ~/projects.
What it shows
Branches, staged and unstaged files, conflicts, linked worktrees, and divergence from locally stored upstream refs. It does not pull, clean, commit, or modify your repositories. An incomplete scan is shown as incomplete.
Boundaries
Atlas is for trusted local projects. The dashboard serves only on loopback, and its JSON export includes local paths and filenames. It does not collect telemetry or account details. Upstream counts use local refs and may be stale until you fetch outside Atlas.
Help and feedback
Email support-inbox@thesolostack.dev with questions or bug reports. Please omit repository contents and private paths. See the privacy page before contacting us.