pkg.soopen package index

brew / rank 1059

Install worktrunk with Homebrew, Nix, pacman, scoop, winget, apk, MacPorts, zypper

CLI for Git worktree management, designed for parallel AI agent workflows. Version 0.71.0 via Homebrew; verified 2026-07-30. Also installable with nix: nix profile install nixpkgs#worktrunk.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install worktrunk

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install wt

MacPorts ports tree · devel/wt/Portfile · source: api.github.com

Linux

Nixverified · 92%
nix profile install nixpkgs#worktrunk

nixpkgs package indexes · pkgs/by-name/wo/worktrunk/package.nix · source: api.github.com

Arch Linux pacmanverified · 92%
sudo pacman -S worktrunk

Arch Linux sync databases · worktrunk · source: geo.mirror.pkgbuild.com

Alpine Linux apkverified · 92%
sudo apk add wt

Alpine Linux edge package indexes · wt · source: dl-cdn.alpinelinux.org

openSUSE zypperverified · 92%
sudo zypper install wt

openSUSE Tumbleweed package metadata · wt · source: download.opensuse.org

Windows

Scoopverified · 92%
scoop install main/worktrunk

Scoop official bucket manifest trees · bucket/worktrunk.json · source: api.github.com

Windows Package Managerverified · 92%
winget install --id max-sixty.worktrunk -e

Windows Package Manager source index · max-sixty.worktrunk · source: cdn.winget.microsoft.com

overview

Package summary

CLI for Git worktree management, designed for parallel AI agent workflows

Commands and aliases

  • wt

history

Project history and usage

Worktrunk is a Git worktree management CLI aimed at developers running parallel AI-agent workflows. Its README frames the tool around making Git worktrees feel as easy as branches, with core commands for switching, creating, listing, and removing worktrees.

Project history

The GitHub repository was created on 2025-10-17, and the earliest release returned by the GitHub releases API is v0.8.4, published on 2026-01-02. By July 2026 the repository README described Worktrunk as released at the start of the year and focused on reducing friction for parallel agent work.

The project evolved quickly in public during 2026. GitHub release data shows v0.65.0 published on 2026-07-02, and the repository metadata at that time showed about 5.7k stars and 198 forks, suggesting fast uptake for a new developer workflow tool.

How it is used

Worktrunk wraps Git's native worktree feature with shorter commands and path conventions. The README compares plain Git sequences such as adding a worktree, changing directories, and deleting the worktree/branch pair with Worktrunk commands such as wt switch, wt switch -c, wt remove, and wt list.

Its specific package-nerd niche is AI-agent concurrency: each agent can work in its own worktree so long-running tasks do not collide in a single checkout. Hooks and project configuration are used to automate local setup and validation around those worktrees.

Why package nerds care

Worktrunk is a snapshot of the 2025-2026 shift from single-session developer tooling to parallel agent orchestration. It does not replace Git worktrees; it packages the missing ergonomics around a native Git primitive that became newly important once developers started running several coding agents at once.

Timeline

  • 2025-10-17: GitHub repository is created.
  • 2026-01-02: Earliest listed GitHub release, v0.8.4, is published.
  • July 2026: README describes Worktrunk as released at the start of 2026 and focused on parallel AI-agent worktrees.
  • 2026-07-02: GitHub releases API reports v0.65.0 as the latest release.

Related projects

  • Git worktree is the underlying Git feature that Worktrunk wraps.
  • Claude Code and Codex are named in the repository topics and README context as agent workflows Worktrunk is designed to support.

security posture

No protected-tool coverage found yet

No matching local secret-handling manifest was found for worktrunk. Nucleus package metadata is still published here so future coverage has a stable package URL.

Install behavior

  • No Homebrew bottle metadata was recorded.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
~/.config/worktrunk/config.toml.config/wt.toml
Windows
%APPDATA%\worktrunk\config.toml.config\wt.toml

executables

Installed executables

CommandKindExposureNote
wtexecutableindexed executableDiscovered from the local executable index.

freshness

Version and freshness

These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.

page generated2026-08-03
manager version0.71.0
manager updated2026-07-30
local dataunknown
upstreamnot available
latest detectednot detected
  • okNo freshness warnings were generated.

install metadata

Package metadata

Package keybrew:worktrunk
Version0.71.0
Package managerHomebrew
Homepagehttps://worktrunk.dev
Repositoryhttps://github.com/max-sixty/worktrunk
Last updated2026-07-30T22:48:00Z
Pulseupdated
Bottlenot recorded
Servicenone declared

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Nix95%

worktrunk

nix profile install nixpkgs#worktrunk
  • normalized package name match
  • Matched by: Worktrunk
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/wo/worktrunk/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
pacman95%

worktrunk 0.68.0-1

CLI for Git worktree management, designed for parallel AI agent workflows

https://github.com/max-sixty/worktrunk

sudo pacman -S worktrunk
  • License: MIT OR Apache-2.0
  • Architecture: x86_64
  • 3 dependencies
  • normalized package name match
  • Matched by: Worktrunk
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: worktrunk from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
Scoop95%

main/worktrunk

scoop install main/worktrunk
  • normalized package name match
  • Matched by: Worktrunk
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/worktrunk.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
winget95%

max-sixty.worktrunk

winget install --id max-sixty.worktrunk -e
  • normalized package name match
  • Matched by: Worktrunk
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: max-sixty.worktrunk from https://cdn.winget.microsoft.com/cache/source.msix
MacPorts94%

wt

sudo port install wt
  • installed executable or alias match
  • Matched by: Wt
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/wt/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Nix92%

wt

nix profile install nixpkgs#wt
  • installed executable or alias match
  • Matched by: Wt
nixpkgs package indexes · raw.githubusercontent.com · nixpkgs package indexes: wt from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
apk92%

wt 4.14.0-r0

C++ library and application server for developing and deploying web applications

https://www.webtoolkit.eu/

sudo apk add wt
  • License: GPL-2.0-only WITH openssl-exception
  • Architecture: x86_64
  • Source Package: wt
  • 1 dependencies
  • 1 provides
  • installed executable or alias match
  • Matched by: Wt
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: wt from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk92%

wt-dev 4.14.0-r0

C++ library and application server for developing and deploying web applications (development files)

https://www.webtoolkit.eu/

sudo apk add wt-dev
  • License: GPL-2.0-only WITH openssl-exception
  • Architecture: x86_64
  • Source Package: wt
  • 1 dependencies
  • installed executable or alias match
  • Matched by: Wt
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: wt-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk92%

wt-doc 4.14.0-r0

C++ library and application server for developing and deploying web applications

https://www.webtoolkit.eu/

sudo apk add wt-doc
  • License: GPL-2.0-only WITH openssl-exception
  • Architecture: x86_64
  • Source Package: wt
  • installed executable or alias match
  • Matched by: Wt
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: wt-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
pacman92%

wt 4.14.0-1

a C++ library and application server for developing and deploying web applications

http://www.webtoolkit.eu/

sudo pacman -S wt
  • License: GPL-2.0-only
  • Architecture: x86_64
  • 11 dependencies
  • 6 optional deps
  • installed executable or alias match
  • Matched by: Wt
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: wt from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper92%

libwtdbo4_12_6 4.12.6-1.5

Wt::Dbo ORM library and Sqlite3 back-end

https://www.webtoolkit.eu/wt/

sudo zypper install libwtdbo4_12_6
  • License: GPL-2.0-only
  • Category: System/Libraries
  • Architecture: x86_64
  • Source Package: wt
  • 6 dependencies
  • 4 provides
  • installed executable or alias match
  • Matched by: Wt
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libwtdbo4_12_6 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
zypper92%

libwtdbomysql4_12_6 4.12.6-1.5

MySQL back-end for the Wt::Dbo ORM library

https://www.webtoolkit.eu/wt/

sudo zypper install libwtdbomysql4_12_6
  • License: GPL-2.0-only
  • Category: System/Libraries
  • Architecture: x86_64
  • Source Package: wt
  • 6 dependencies
  • 3 provides
  • installed executable or alias match
  • Matched by: Wt
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libwtdbomysql4_12_6 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
zypper92%

libwtdbopostgres4_12_6 4.12.6-1.5

PostgreSQL back-end for the Wt::Dbo ORM library

https://www.webtoolkit.eu/wt/

sudo zypper install libwtdbopostgres4_12_6
  • License: GPL-2.0-only
  • Category: System/Libraries
  • Architecture: x86_64
  • Source Package: wt
  • 7 dependencies
  • 3 provides
  • installed executable or alias match
  • Matched by: Wt
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libwtdbopostgres4_12_6 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
zypper92%

wt 4.12.6-1.5

C++ library for developing web applications (Web Toolkit)

https://www.webtoolkit.eu/wt/

sudo zypper install wt
  • License: GPL-2.0-only
  • Category: Development/Libraries/C and C++
  • Architecture: x86_64
  • Source Package: wt
  • 29 dependencies
  • 6 provides
  • installed executable or alias match
  • Matched by: Wt
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: wt from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
zypper92%

wt-devel 4.12.6-1.5

Web Toolkit - Development Files

https://www.webtoolkit.eu/wt/

sudo zypper install wt-devel
  • License: GPL-2.0-only
  • Category: Development/Libraries/C and C++
  • Architecture: x86_64
  • Source Package: wt
  • 10 dependencies
  • 2 provides
  • installed executable or alias match
  • Matched by: Wt
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: wt-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
winget92%

timvw.wt

winget install --id timvw.wt -e
  • installed executable or alias match
  • Matched by: Wt
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: timvw.wt from https://cdn.winget.microsoft.com/cache/source.msix

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation