Skip to content

v1.11.0

Choose a tag to compare

@divmain divmain released this 27 May 23:35
Immutable release. Only release title and notes can be modified.
0025141

Socket Firewall v1.11.0

Binary releases for Socket Firewall.

Downloads

Choose the binary for your platform:

  • sfw-linux-x86_64 - Linux (Intel/AMD)
  • sfw-linux-arm64 - Linux (Arm64)
  • sfw-musl-linux-x86_64 - Linux musl (Intel/AMD)
  • sfw-musl-linux-arm64 - Linux musl (Arm64)
  • sfw-macos-x86_64 - macOS (Intel)
  • sfw-macos-arm64 - macOS (Apple Silicon)
  • sfw-windows-x86_64.exe - Windows (Intel/AMD)
  • sfw-windows-arm64.exe - Windows (Arm64)

Installation

  1. Download the appropriate binary for your platform
  2. Make it executable: chmod +x sfw-* (Linux/macOS)
  3. Permit sfw execution: xattr -dr com.apple.quarantine ./path/to/sfw (macOS)
  4. Move to your PATH or run directly

Changelog

Features

  • change default verbosity of sfw wrapper (#118) (886f290)

Bug Fixes

  • cargo: accept hyphens in semver build metadata and fail closed on unparseable crate URLs (#121) (e69fb5a)
  • pypi: parse wheel filenames with dotted platform tags (#119) (421fdfa)