title | displaytext | layout | tab | order | tags |
---|---|---|---|---|---|
Installation |
Installation |
true |
1 |
noir install |
brew install noir
# https://formulae.brew.sh/formula/noir
sudo snap install noir
# https://snapcraft.io/noir
# Install Crystal-lang
# https://crystal-lang.org/install/
# Clone this repo
git clone https://github.com/owasp-noir/noir
cd noir
# Install Dependencies
shards install
# Build
shards build --release --no-debug
# Copy binary
cp ./bin/noir /usr/bin/
docker pull ghcr.io/owasp-noir/noir:main