Gource Installation On A Debian, Ubuntu, Alpine, Arch, Kali, Fedora, Raspbian And MacOS
gource
Install gource
-
Debian
apt-get install gourceClick to copy -
Ubuntu
apt-get install gourceClick to copy -
Alpine OS
apk add gourceClick to copy -
Arch Linux
pacman -S gourceClick to copy -
Kali Linux
apt-get install gourceClick to copy -
Fedora
dnf install gourceClick to copy -
Raspbian
apt-get install gourceClick to copy -
macOS
brew install gourceClick 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 copyRun gource in the current directory, with a custom output resolution:gource -widthxheightClick to copySet a custom time scale for the animation:gource -c time_scale_multiplierClick to copySet how long each day should be in the animation (this combines with -c, if provided):gource -s secondsClick to copySet fullscreen mode and a custom background color:gource -f -b hex_color_codeClick to copySet 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.




