Install Cayley
Install Cayley on Ubuntu
snap install --edge --devmode cayleyInstall Cayley on macOS
Install Homebrew
macOS does not include the Homebrew brew package by default. Install brew using the official instructions
Install Cayley
brew install cayleyInstall Cayley with Docker
docker run -p 64210:64210 cayleygraph/cayleyFor more information see Container Documentation
Build from Source
See instructions in Contributing
Last updated
Was this helpful?