Skip to content

Installation

GGP1 edited this page Jul 26, 2024 · 11 revisions

Pre-compiled binaries

Linux, macOS, BSD, Windows and mobile pre-compiled binaries can be downloaded here.

Homebrew (Tap)

brew install GGP1/tap/kure

Scoop

scoop bucket add GGP1 https://github.com/GGP1/scoop-bucket.git
scoop install GGP1/kure

or

scoop install https://raw.githubusercontent.com/GGP1/scoop-bucket/master/bucket/kure.json

Docker

Use -v <volume-name>:/root/.kure to persist the data on the host machine.

docker run -it gastonpalomeque/kure sh

Compìle from source

Requires Go to compile the binary.

git clone https://github.com/GGP1/kure
cd kure
make install
# OR
go install -ldflags="-s -w" .