Skip to content

Releases: KontangoOSS/schmutz

v1.0.0 — it gets on everything

01 Apr 08:07

Choose a tag to compare

Schmutz v1.0.0

The first release. Two components:

Edge Gateway

L4 zero-trust edge firewall. JA4 TLS fingerprinting. Self-healing HP defense. Rule-based classification. Built on OpenZiti. Single binary, single config, zero deps.

Enrollment Client

One command joins any machine to the network.

  • Universal installer: `curl -sf https://your-network/install | sh`
  • Hardware fingerprinting: CPU, MACs, machine ID, serial, composite hash
  • Two paths: untrusted (quarantine) and trusted (AppRole, skip quarantine)
  • Cross-platform: Linux (amd64/arm64/arm), macOS (Intel/Apple Silicon), Windows
  • Thin client — all intelligence lives on the controller
  • Auto-installs Ziti tunnel and starts the service

Binaries

Binary Platform
schmutz-join-linux-amd64 Linux x86_64
schmutz-join-linux-arm64 Linux ARM64
schmutz-join-linux-arm Linux ARMv7
schmutz-join-darwin-amd64 macOS Intel
schmutz-join-darwin-arm64 macOS Apple Silicon
schmutz-join-windows-amd64.exe Windows x64

Every binary has a matching .sha256 checksum. The installer verifies automatically.

MIT License.