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 gitcometAUR (Arch Linux)
Use the AUR on Arch-based systems.
git clone https://aur.archlinux.org/gitcomet.git
cd gitcomet && makepkg -siPackage page:
GURU (Gentoo Linux)
Use GURU on Gentoo systems.
emerge --ask dev-vcs/gitcometHomebrew
Homebrew is also available on Linux.
brew tap auto-explore/gitcomet
brew install --cask gitcometAppImage
You can also install GitComet manually using the Linux AppImage:
- Download the
.AppImagefile from GitComet releases. - Make the file executable.
- Run the AppImage.
chmod +x GitComet-*.AppImage
./GitComet-*.AppImageOptional CLI install
brew install gitcomet-cliVerify
gitcomet --helpIf the command is available, the installation completed successfully.