Installation
Ory software runs on any operating system (FreeBSD, macOS, Linux, Windows, ...) and supports all major CPU platforms (ARM64, ARMv7, x86_64, x86, ...).
- macOS
- Linux
- Windows
- Docker
- Kubernetes
Install Ory Keto using homebrew on macOS:
brew install ory/tap/keto
keto help
Install Ory Keto on Linux using bash <(curl ...):
bash <(curl https://raw.githubusercontent.com/ory/meta/master/install.sh) -d -b . keto <version-you-want>
./keto help
You may want to move Ory Keto to your $PATH:
sudo mv ./keto /usr/local/bin/
keto help
Install Ory Keto on Windows using Scoop:
scoop bucket add ory https://github.com/ory/scoop.git
scoop install keto
keto help
Ory Keto is available as a Docker Image for all major platforms (ARM64, AMD64, ...):
docker pull oryd/keto:<version-you-want>
docker run --rm -it oryd/keto:<version-you-want> help
A list of available Helm Charts for Kubernetes can be found at k8s.ory.com/helm.
Download Binaries
You can download the client and server binaries on our
Github releases
page. No installer is available. You have to add the binary to the PATH in
your environment yourself, for example by putting it into
/usr/local/bin or something comparable.
Once installed, you should be able to run:
keto help
