Skip to content

v1.0.4

Choose a tag to compare

@divmain divmain released this 11 Nov 20:14
0025141

Socket Firewall v1.0.4

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

Installation

  1. Download the appropriate binary for your platform
  2. Make it executable: chmod +x sfw-* (Linux/macOS)
  3. Move to your PATH or run directly

Changelog

Features

  • support explicit protocol selection for custom registries (6f1775c)

Bug Fixes

  • passthrough for yarnpkg.com (#42) (c37f362)

Other

  • CI/CD improvements
  • Maintenance and chores