Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Installation

pcal is headed to the major package managers. Until those land, prebuilt binaries are available from the releases page — each release also ships a SHA256SUMS file for integrity verification.

Package managers (coming soon)

# macOS
brew install pcal                          # Homebrew
sudo port install pcal                     # MacPorts

# Linux
sudo apt install pcal                      # Debian & Ubuntu
sudo dnf install pcal                      # Fedora & RHEL
yay -S pcal                                # Arch (AUR)
sudo zypper install pcal                   # openSUSE
sudo snap install pcal                     # Snap
flatpak install flathub nl.pcal.pcal       # Flatpak
nix profile install nixpkgs#pcal           # Nix

# Windows
winget install pcal                        # winget
scoop install pcal                         # Scoop
choco install pcal                         # Chocolatey

Prebuilt binaries (available now)

Download the package for your platform from the releases page, then install it:

# Debian / Ubuntu
sudo dpkg -i pcal_*_amd64.deb

# Fedora / RHEL
sudo dnf install ./pcal-*.x86_64.rpm

# Or extract the tarball and put `pcal` on your PATH
tar xzf pcal-*-linux-x86_64.tar.gz

Each archive also contains the man page and bash/zsh/fish completions.