Downloads
| Platform | Architecture | Package |
|---|---|---|
| Linux | x86_64 | rustinel-1.1.4-x86_64-unknown-linux-musl.tar.gz |
| Linux | arm64 | rustinel-1.1.4-aarch64-unknown-linux-musl.tar.gz |
| Windows | x86_64 | rustinel-1.1.4-x86_64-pc-windows-msvc.zip |
| macOS | arm64 | rustinel-1.1.4-aarch64-apple-darwin.tar.gz |
| macOS | x86_64 | rustinel-1.1.4-x86_64-apple-darwin.tar.gz |
Install
Linux
curl -fsSL https://raw.githubusercontent.com/Karib0u/rustinel/main/scripts/install/install.sh | sh -s -- --version 1.1.4 --runmacOS
curl -fsSL https://raw.githubusercontent.com/Karib0u/rustinel/main/scripts/install/install.sh | sh -s -- --version 1.1.4Grant Full Disk Access before the first macOS run. See the getting started guide for the exact Settings path.
Windows (PowerShell)
iwr https://raw.githubusercontent.com/Karib0u/rustinel/main/scripts/install/install.ps1 -OutFile install-rustinel.ps1; powershell -ExecutionPolicy Bypass -File .\install-rustinel.ps1 -Version 1.1.4 -RunFull install, configuration and SIEM ingestion guides: https://docs.rustinel.io/getting-started/
Scripts install published release binaries only. Verify downloads with rustinel-1.1.4-checksums-sha256.txt.
What's Changed
Features
Documentation
Dependencies
- chore(deps): bump regex from 1.12.3 to 1.12.4 in the patch-updates group by @dependabot[bot] in #80
- chore(deps): bump endpoint security crates by @Karib0u in #86
Full Changelog: v1.1.3...v1.1.4