Fetch the latest version for your system below:
Quick Installation
You can fetch and install cheek
with the following commands:
curl -L https://github.com/bart6114/cheek/releases/latest/download/cheek-darwin-amd64 -o cheek
chmod +x cheek
./cheek
Optionally, put cheek
on your PATH
for system-wide access.
Docker
Check out the Dockerfile.example
for an example on how to use cheek
within the context of a Docker container. Note that this builds upon a published Ubuntu-based image build that you can find in the base Dockerfile.
Prebuilt images are available at ghcr.io/bart6114/cheek:latest
where latest
can be replaced by a version tag. Check out the available images for an overview on available tags.
Available Versions
If you want to pin your setup to a specific version of cheek
you can use the following template to fetch your cheek
binary:
- latest version: https://github.com/bart6114/cheek/releases/latest/download/cheek-{os}-{arch}
- tagged version: https://github.com/bart6114/cheek/releases/download/{tag}/cheek-{os}-{arch}
Where:
os
is one oflinux
,darwin
arch
is one ofamd64
,arm64
,386
tag
is one the available tags