Skip to content

Rustinel v1.1.4

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Jun 12:35
· 9 commits to main since this release
4d0d19f

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 --run

macOS

curl -fsSL https://raw.githubusercontent.com/Karib0u/rustinel/main/scripts/install/install.sh | sh -s -- --version 1.1.4

Grant 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 -Run

Full 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

  • feat(macos): actionable Endpoint Security first-run errors by @Karib0u in #84

Documentation

  • docs(macos): clean up the macOS install/run journey by @Karib0u in #87

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