Build Noir
You can build and use Noir directly by following the steps below.
Install Crystal-lang
https://crystal-lang.org/install/
Clone this repo
git clone https://github.com/owasp-noir/noir
cd noir
Build
# Install Dependencies
shards install
# Build
shards build --release --no-debug
# Copy binary
cp ./bin/noir /usr/bin/