Skip to content

Installation#

gribic is a single binary built for the Linux, Mac OS and Windows platforms distributed via Github releases.

Linux/Mac OS#

To download & install the latest release the following automated installation script can be used:

bash -c "$(curl -sL https://get-gribic.kmrd.dev)"

As a result, the latest gribic version will be installed in the /usr/local/bin directory and the version information will be printed out.

Downloading https://github.com/karimra/gribic/releases/download/v0.0.1/gribic_0.0.1_linux_x86_64.tar.gz
Preparing to install gribic 0.0.1 into /usr/local/bin
gribic installed into /usr/local/bin/gribic
version : 0.0.1
 commit : 90c5d07
   date : 2022-03-13T19:05:43Z
 gitURL : https://github.com/karimra/gribic
   docs : https://gribic.kmrd.dev

Packages#

Linux users running distributions with support for deb/rpm packages can install gribic using pre-built packages:

bash -c "$(curl -sL https://get-gribic.kmrd.dev)" -- --use-pkg

Docker#

The gribic container image can be pulled from GitHub container registries. The tag of the image corresponds to the release version and latest tag points to the latest available release:

# pull latest release from github registry
docker pull ghcr.io/karimra/gribic:latest
# pull a specific release from github registry
docker pull ghcr.io/karimra/gribic:0.0.1
docker run \
       --network host \
       --rm ghcr.io/karimra/gribic --help