Download Hacksguard v0.3.0 — Linux, Windows & macOS

Get Hacksguard v0.3.0

One Rust binary. No daemons, no API keys, fully offline.

RELEASED 2026-07-10 · MIT LICENSE
{{ p.glyph }}
{{ p.name }}
{{ p.arch }}
↓ {{ p.file }}
⌂ BUILD FROM SOURCE
$ git clone --recursive \
  https://github.com/Rhacknarok/hacksguard.git
$ cd hacksguard && cargo build --release

Requires Rust stable + Cargo. The --recursive flag pulls both YARA rule submodules.

❄ NIX / NIXOS
$ nix-env -iA nixos.hacksguard

Packaged in Nixpkgs. Latest releases may only be present in the unstable channel.

✓ FIRST RUN
$ ./target/release/hacksguard suspicious.exe
$ hacksguard --json suspicious.exe # headless report for SIEM/SOAR

First launch compiles the YARA rulesets and writes .yara_cache; every run after starts instantly.

READ THE DOCS TRY THE DEMO FIRST →