Installation¶
Requirements¶
- tmux 1.9 or later
- git
- bash
There are two ways to install tpack. Pick whichever fits your workflow — both give you the same features.
Option A: Standalone binary¶
Install tpack as a binary on your $PATH. This is the recommended approach for
new setups. In your tmux config you'll use run 'tpack init' to load it.
Requires Go 1.26 or later:
Make sure $GOPATH/bin (or $HOME/go/bin) is on your $PATH.
Option B: Git clone (TPM-compatible setup)¶
Clone tpack into the TPM directory. Existing TPM configuration syntax remains
valid, but plugin directories use tpack's repository-aware layout; review the
migration guide before switching. In your tmux config you'll use
run '~/.tmux/plugins/tpm/tpm' to load it.
Verify¶
Next step¶
Proceed to Configuration to add plugins to your tmux config.