Precompiled binaries
We offer a variety of precompiled binaries on our releases page.
Here's a quick overview of them.
MacOS
curl -sSLO https://github.com/skpr/cli/releases/download/VERSION/skpr_darwin_amd64.tgz
sudo tar -zxf skpr_darwin_amd64.tgz -C /usr/local/bin/
Note: You'll need to replace VERSION in the URL with the version that
you're after. For example: 0.12.1
.
Linux
We offer a variety of Linux distribution methods, which are detailed below.
Install from .deb
For Linux systems based on Debian, or those that can install from .deb
files,
we package one which can be downloaded straight from the releases page
on GitHub.
If you need help installing from .deb files, you'll find plenty of how-to information online. A good starting point is this blog post by Linuxize.
Install from .rpm
For Linux systems based on CentOS or Fedora, or those that can install from
.rpm
files, we package one which can be downloaded straight from the
releases page
on GitHub.
If you need help installing from .rpm files, there is plenty of information available online. Start with this Linuxize blog post.
Install from the AUR
We also have an unofficial package available on the Arch User Repository for users who can utilize it. Bear in mind that this distribution method is unofficial and so may not always be up-to-date.
You're welcome to flag it as out of date so that the maintainer can update it.
It's only available on the community stream of packages under the name
skpr
, and does not include -bin
or -git
varieties as there's only one
source for the binaries.
pacman -Sy skpr
Native AMD64 binaries
If none of the other option are available, you may be able to download and use our binaries precompiled for AMD64 architectures.
curl -sSLO https://github.com/skpr/cli/releases/download/VERSION/skpr_linux_amd64.tgz
sudo tar -zxf skpr_linux_amd64.tgz -C /usr/local/bin/