Installation

The kr8+ binaries can be installed via two methods:

Homebrew Tap

This is the preferred way to install kr8+ as it ensures that all dependencies are installed correctly.

brew tap "ice-bergtech/icetech"
brew install "kr8"

Manually via Releases

kr8+ is a Go binary, which means you can simply download it from the Github releases page

Build are produced for:

  • Linux - amd64 deb, rpm, and apk
  • Darwin - amd64
apk add kr8_$VERSION_linux_amd64.apk
deb install kr8_$VERSION_linux_amd64.deb
rpm install kr8_$VERSION_linux_amd64.rpm