GitComet

(β˜… 744)

GitComet is fastest open source user interface for GIT workflows

Showing a partial file list β€” download the zip above to see everything.

  • .gitattributes
  • .gitignore
  • .rustfmt.toml
  • Cargo.lock
  • Cargo.toml
  • clippy.toml
  • CONTRIBUTING.md
  • LICENSE-AGPL-3.0
  • NOTICE
  • README.md

# Installation Guide

1. Get the code
git clone https://github.com/Auto-Explore/GitComet

Downloads the entire project code from GitHub to your computer.

cd GitComet

Moves into the project folder you just downloaded.

2. Official Install Script

Easy Recommended
Prerequisites
  • Homebrew A package manager for macOS/Linux.
  • APT (Debian/Ubuntu 계열) Built into Debian/Ubuntu-based Linux distributions.
brew install --cask gitcomet

Installs the pre-built package via Homebrew β€” no source build required.

sudo apt install gitcomet

Installs directly from the APT package repository (Debian/Ubuntu-based).

sudo apt install libxcb1 libxkbcommon0 libxkbcommon-x11-0

Installs directly from the APT package repository (Debian/Ubuntu-based).

βœ… After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.

Pulled directly from this repo's README.

3. Rust

Medium
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Rust (rustup) Installing via rustup also installs cargo.
cargo build -p gitcomet --features ui-gpui,gix

Compiles the Rust project.

cargo run -p gitcomet --features ui-gpui,gix -- /path/to/repo

Builds and then immediately runs the program.

βœ… If cargo build finishes without errors, it worked. The executable is created under target/.

Pulled directly from this repo's README.

// repository documentation