Skip to content

Installing

You currently have one option to install Nysa: compile from source.

Do note that Nysa will not work on Windows.

Building Nysa has a “two” dependencies: the Rust compiler (rustc 1.92.0 and nightly tested) and Cargo. It’s designed to have no external dependencies.

  1. Clone Nysa’s GitHub repository:

    Terminal window
    git clone https://github.com/nysa-agent/nysa.git --depth 1 && cd nysa/
  2. Build:

    Terminal window
    cargo build --release

The built binary can be found at ./target/release/nysa.

Building with the release profile will take a longer time, but the performance gains are non-negligible.

That was easy, right? Now you can set up a database.