Gource Installation On A Debian, Ubuntu, Alpine, Arch, Kali, Fedora, Raspbian And MacOS

Gource Installation On A Debian, Ubuntu, Alpine, Arch, Kali, Fedora, Raspbian And MacOS

gource

Renders an animated tree diagram of Git, SVN, Mercurial and Bazaar repositories.
It shows files and folders being created, modified or removed over time.

Maintainer: Andrew Caudwell


Website: http://gource.io

Section: vcs

Install gource

  • Debian apt-get install gource Click to copy
  • Ubuntu apt-get install gource Click to copy
  • Alpine OS apk add gource Click to copy
  • Arch Linux pacman -S gource Click to copy
  • Kali Linux apt-get install gource Click to copy
  • Fedora dnf install gource Click to copy
  • Raspbian apt-get install gource Click to copy
  • macOS brew install gource Click to copy

Renders an animated tree diagram of Git, SVN, Mercurial and Bazaar repositories. It shows files and folders being created, modified or removed over time.

How to use gource?

Below are few example commands for gource that you can use in the terminal.

Run gource in a directory (if it isn't the repository's root directory, the root is seeked up from there):
gource path/to/repositoryClick to copy
Run gource in the current directory, with a custom output resolution:
gource -widthxheightClick to copy
Set a custom time scale for the animation:
gource -c time_scale_multiplierClick to copy
Set how long each day should be in the animation (this combines with -c, if provided):
gource -s secondsClick to copy
Set fullscreen mode and a custom background color:
gource -f -b hex_color_codeClick to copy
Set a title for the animation:
gource --title titleClick to copy
Installation of latest gource command is available for Debian, Ubuntu, Alpine, Arch, Kali, Fedora, Raspbian and macOS. You can copy the command for your OS from above and paste it into your terminal. Once you run the command it will download the 2026 latest package from the repository and install it in your computer/server.