Skip to content

Installation

Requirements

  • tmux 1.9 or later
  • git
  • bash

Install tpack

Works on macOS and Linux.

brew install tmuxpack/tpack/tpack

Arch Linux (via an AUR helper):

yay -S tpack-bin

Download the latest package from the releases page.

Debian / Ubuntu:

sudo dpkg -i tpack_*.deb

Fedora / RHEL:

sudo rpm -i tpack_*.rpm

Clone the repository into the default TPM path:

git clone https://github.com/tmuxpack/tpack ~/.tmux/plugins/tpm
git clone https://github.com/tmuxpack/tpack
cd tpack
make build

The compiled binary is at dist/tpack. Move it somewhere on your $PATH:

sudo cp dist/tpack /usr/local/bin/

Verify

tpack --version

Next step

Proceed to Configuration to add plugins to your tmux config.