Installation Linux

Linux

Install GitComet on Linux using apt, AUR, GURU, Homebrew, or AppImage depending on your distribution.

Linux installation depends on the distribution family you are using.

apt (Debian/Ubuntu)

Use the official apt repository on Debian-based systems.

curl -fsSL https://apt.gitcomet.dev/gitcomet-archive-keyring.gpg | sudo tee /usr/share/keyrings/gitcomet-archive-keyring.gpg >/dev/null
curl -fsSL https://apt.gitcomet.dev/gitcomet.sources | sudo tee /etc/apt/sources.list.d/gitcomet.sources >/dev/null
sudo apt update
sudo apt install gitcomet

AUR (Arch Linux)

Use the AUR on Arch-based systems.

git clone https://aur.archlinux.org/gitcomet.git
cd gitcomet && makepkg -si

Package page:

GURU (Gentoo Linux)

Use GURU on Gentoo systems.

emerge --ask dev-vcs/gitcomet

Homebrew

Homebrew is also available on Linux.

brew tap auto-explore/gitcomet
brew install --cask gitcomet

AppImage

You can also install GitComet manually using the Linux AppImage:

  1. Download the .AppImage file from GitComet releases.
  2. Make the file executable.
  3. Run the AppImage.
chmod +x GitComet-*.AppImage
./GitComet-*.AppImage

Optional CLI install

brew install gitcomet-cli

Verify

gitcomet --help

If the command is available, the installation completed successfully.

Documentation

Search

move open Esc close

Browse the docs or start typing to filter results.