Installing
You currently have one option to install Nysa: compile from source.
Do note that Nysa will not work on Windows.
Building from Source
Section titled “Building from Source”Prerequisites
Section titled “Prerequisites”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.
Building
Section titled “Building”-
Clone Nysa’s GitHub repository:
Terminal window git clone https://github.com/nysa-agent/nysa.git --depth 1 && cd nysa/ -
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.