Skip to main content

Installation

Cyphernetes can be installed in multiple ways depending on your operating system and preferences.

The easiest way to install Cyphernetes on macOS or Linux is via Homebrew:

brew install cyphernetes

Verifying the Installation​

After installation, verify that Cyphernetes is working correctly:

cyphernetes --version

Running Cyphernetes​

There are multiple ways to run Cyphernetes:

  1. Web Interface

    cyphernetes web

    Then visit http://localhost:8080 in your browser.

  2. Interactive Shell

    cyphernetes shell
  3. Single Query

    cyphernetes query "MATCH (p:Pod) RETURN p"