Skip to content

Release v20260612-740b677

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Jun 20:19

NetWatcher Release v20260612-740b677

Build Date: 20260612
Commit: 740b677 (740b677)
Branch: master

Platforms

  • Linux: amd64, arm64, arm, mips, mipsle, mips64, mips64le
  • Windows: amd64, arm64
  • macOS: amd64, arm64

Installation

Linux

curl -fsSL https://raw.githubusercontent.com/netwatcherio/agent/master/install.sh | sudo bash -s -- \
  --workspace YOUR_WORKSPACE_ID \
  --id YOUR_AGENT_ID \
  --pin YOUR_AGENT_PIN

macOS

# User-level (no sudo)
curl -fsSL https://raw.githubusercontent.com/netwatcherio/agent/master/install-macos.sh | bash -s -- \
  --workspace YOUR_WORKSPACE_ID \
  --id YOUR_AGENT_ID \
  --pin YOUR_AGENT_PIN

# System-level (requires sudo, runs at boot)
curl -fsSL https://raw.githubusercontent.com/netwatcherio/agent/master/install-macos.sh | sudo bash -s -- \
  --workspace YOUR_WORKSPACE_ID \
  --id YOUR_AGENT_ID \
  --pin YOUR_AGENT_PIN \
  --system

Windows

Invoke-WebRequest -Uri "https://raw.githubusercontent.com/netwatcherio/agent/master/install.ps1" -OutFile "install.ps1"
.\install.ps1 -Workspace YOUR_WORKSPACE_ID -Id YOUR_AGENT_ID -Pin "YOUR_AGENT_PIN"

Checksums

See netwatcher-v20260612-740b677-checksums.txt for file checksums.