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/