Skip to content

Releases: SocketDev/firewall-release

v1.10.0

16 May 04:22
Immutable release. Only release title and notes can be modified.
0025141

Choose a tag to compare

Socket Firewall v1.10.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

  • windows arm (#117) (0009bc5)

v1.9.0

14 May 05:17
Immutable release. Only release title and notes can be modified.
0025141

Choose a tag to compare

Socket Firewall v1.9.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

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

  • improved console output descriptions for CVEs and link to package pages (#116) (cf03ab7)

Other

  • Maintenance and chores

v1.8.0

23 Apr 05:39
Immutable release. Only release title and notes can be modified.
0025141

Choose a tag to compare

Socket Firewall v1.8.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

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

  • add SFW_BIND_ADDR config option to control proxy bind address (#112) (86e9764)

v1.7.2

21 Apr 06:40
Immutable release. Only release title and notes can be modified.
0025141

Choose a tag to compare

Socket Firewall v1.7.2

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. Permit sfw execution: xattr -dr com.apple.quarantine ./path/to/sfw (macOS)
  4. Move to your PATH or run directly

Changelog

Other

  • CI/CD improvements

v1.6.1

02 Mar 21:13
Immutable release. Only release title and notes can be modified.
0025141

Choose a tag to compare

Socket Firewall v1.6.1

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. Permit sfw execution: xattr -dr com.apple.quarantine ./path/to/sfw (macOS)
  4. Move to your PATH or run directly

Changelog

Features

  • propagate NO_PROXY from .sfw.config to subprocess environment (#85) (062cd6c)

v1.6.0

24 Feb 09:00
Immutable release. Only release title and notes can be modified.
0025141

Choose a tag to compare

Socket Firewall v1.6.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

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

  • add SFW_MALWARE_FALLBACK_MS and SFW_FAIL_ACTION configuration options (#64) (1bf4990)

Bug Fixes

  • workaround old npm that violates HTTP spec (#80) (3521a72)
  • KVP-encoded messages from openssl, now human-readable (#79) (0cc4c52)
  • error display when SFW_DEBUG is enabled (2706bdd)

Other

  • Documentation updates
  • Maintenance and chores
  • Test improvements

v1.5.4

16 Jan 20:47
Immutable release. Only release title and notes can be modified.
0025141

Choose a tag to compare

Socket Firewall v1.5.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

Performance Improvements

  • add request batching and TTL jitter for enterprise alert API (#74) (e70148a)

Bug Fixes

  • url parsing bug for npm publish and login (#73) (8bbf65f)

Other

  • Documentation updates

v1.5.3

22 Dec 20:57
Immutable release. Only release title and notes can be modified.
0025141

Choose a tag to compare

Socket Firewall v1.5.3

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

No conventional commits found since last release.

v1.5.2

22 Dec 20:19
Immutable release. Only release title and notes can be modified.
0025141

Choose a tag to compare

Socket Firewall v1.5.2

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

  • add --silent flag and env variable (e37adcb)

Other

  • Test improvements

v1.5.1

20 Dec 00:33
Immutable release. Only release title and notes can be modified.
0025141

Choose a tag to compare

Socket Firewall v1.5.1

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

Bug Fixes

  • blockage of npm ping command (d2a99ce)
  • pnpm cannot fetch git dependencies over http (6a8d9d1)