Packages downloaded from https://cli.github.com or from https://github.com/cli/cli/releases
are considered official binaries. We focus on popular Linux distros and
the following CPU architectures: i386, amd64, arm64, armhf.
Other sources for installation are community-maintained and thus might lag behind our release schedule.
Install:
curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo gpg --dearmor -o /usr/share/keyrings/githubcli-archive-keyring.gpg
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list > /dev/null
sudo apt update
sudo apt install ghNote: If you get the error "gpg: failed to start the dirmngr '/usr/bin/dirmngr': No such file or directory", try installing the dirmngr package: sudo apt install dirmngr.
Upgrade:
sudo apt update
sudo apt install ghInstall:
sudo dnf config-manager --add-repo https://cli.github.com/packages/rpm/gh-cli.repo
sudo dnf install ghUpgrade:
sudo dnf update ghInstall:
sudo zypper addrepo https://cli.github.com/packages/rpm/gh-cli.repo
sudo zypper ref
sudo zypper install ghUpgrade:
sudo zypper ref
sudo zypper update gh- Download release binaries that match your platform; or
- Build from source.
The GitHub CLI team does not maintain the following packages or repositories and thus we are unable to provide support for those installation methods.
There are so many issues with Snap as a runtime mechanism for apps like GitHub CLI that our team suggests never installing gh as a snap.
Arch Linux users can install from the community repo:
sudo pacman -S github-cliAlternatively, use the unofficial AUR package to build GitHub CLI from source.
Android 7+ users can install via Termux:
pkg install ghFreeBSD users can install from the ports collection:
cd /usr/ports/devel/gh/ && make install cleanOr via pkg(8):
pkg install ghIn -current, or in releases starting from 7.0, OpenBSD users can install from packages:
pkg_add github-cli
Funtoo Linux has an autogenerated github-cli package, located in dev-kit, which can be installed in the following way:
emerge -av github-cliUpgrading can be done by syncing the repos and then requesting an upgrade:
ego sync
emerge -u github-cliGentoo Linux users can install from the main portage tree:
emerge -av github-cliUpgrading can be done by updating the portage tree and then requesting an upgrade:
emerge --sync
emerge -u github-cliKiss Linux users can install from the community repos:
kiss b github-cli && kiss i github-cliNix/NixOS users can install from nixpkgs:
nix-env -iA nixos.gitAndTools.ghopenSUSE Tumbleweed users can install from the official distribution repo:
sudo zypper in gh