Skip to content

Releases: netwatcherio/agent

Release v20260528-e4e7345

28 May 01:53

Choose a tag to compare

NetWatcher Release v20260528-e4e7345

Build Date: 20260528
Commit: e4e7345 (e4e7345)
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-v20260528-e4e7345-checksums.txt for file checksums.

Release v20260528-3d8f49a

28 May 00:07

Choose a tag to compare

NetWatcher Release v20260528-3d8f49a

Build Date: 20260528
Commit: 3d8f49a (3d8f49a)
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-v20260528-3d8f49a-checksums.txt for file checksums.

Release v20260527-d243db9

27 May 20:53

Choose a tag to compare

NetWatcher Release v20260527-d243db9

Build Date: 20260527
Commit: d243db9 (d243db9)
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-v20260527-d243db9-checksums.txt for file checksums.

Release v20260527-68a38e9

27 May 16:49

Choose a tag to compare

NetWatcher Release v20260527-68a38e9

Build Date: 20260527
Commit: 68a38e9 (68a38e9)
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-v20260527-68a38e9-checksums.txt for file checksums.

Release v20260527-4d0a53e

27 May 20:06

Choose a tag to compare

NetWatcher Release v20260527-4d0a53e

Build Date: 20260527
Commit: 4d0a53e (4d0a53e)
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-v20260527-4d0a53e-checksums.txt for file checksums.

Release v20260527-2c38acb

27 May 19:44

Choose a tag to compare

NetWatcher Release v20260527-2c38acb

Build Date: 20260527
Commit: 2c38acb (2c38acb)
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-v20260527-2c38acb-checksums.txt for file checksums.

Release v20260527-0e3628f

27 May 22:29

Choose a tag to compare

NetWatcher Release v20260527-0e3628f

Build Date: 20260527
Commit: 0e3628f (0e3628f)
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-v20260527-0e3628f-checksums.txt for file checksums.

Release v20260527-090651a

27 May 18:35

Choose a tag to compare

NetWatcher Release v20260527-090651a

Build Date: 20260527
Commit: 090651a (090651a)
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-v20260527-090651a-checksums.txt for file checksums.

Release v20260525-5a416e7

25 May 17:42

Choose a tag to compare

NetWatcher Release v20260525-5a416e7

Build Date: 20260525
Commit: 5a416e7 (5a416e7)
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-v20260525-5a416e7-checksums.txt for file checksums.

Release v20260523-723164f

23 May 04:41

Choose a tag to compare

NetWatcher Release v20260523-723164f

Build Date: 20260523
Commit: 723164f (723164f)
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-v20260523-723164f-checksums.txt for file checksums.