Self-hosted CI/CD agents for fast, secure, multi-OS execution

Low footprint
Real-time logs
Safe updates
Cross-platform
Runner Capabilities

Orbnetes agents execute pipelines fast, stream live logs, and keep delivery operations secure across your infrastructure.

Fast Execution

Claims jobs instantly and runs pipelines with minimal host overhead.

Live Visibility

Streams step logs, statuses, and timings in real time.

Secure Operation

Uses token-based registration and controlled update delivery from trusted sources.

Download verified agent binaries and install them on your target platform in a few commands.
Linux Files (SHA256)
  • 2414b598d378689df4e6d05248ac838edbba23f827d1ef6473dadffe38ead97c orbnetes-agent-linux-amd64-v1.1.8.tar.gz
  • b9144437b0357ccb6587e7c893928117522eb6612df833f5105db64d6322c028 orbnetes-agent-linux-arm64-v1.1.8.tar.gz
  • 2cecfc637eb1009e227f4db7972ca0ff9991f4b14d506bb522eb63ac0ef0ac3d orbnetes-agent-linux-armv7-v1.1.8.tar.gz
Linux Install
mkdir -p ~/orbnetes-agent
cd ~/orbnetes-agent
curl -fL "https://repo.orbnetes.cloud/agent-downloads/orbnetes-agent-linux-amd64-v1.1.8.tar.gz" -o orbnetes-agent-linux-amd64-v1.1.8.tar.gz
echo "2414b598d378689df4e6d05248ac838edbba23f827d1ef6473dadffe38ead97c  orbnetes-agent-linux-amd64-v1.1.8.tar.gz" | sha256sum -c -
tar xzf orbnetes-agent-linux-amd64-v1.1.8.tar.gz
sudo ./orbnetes-agent --install
macOS Files (SHA256)
  • e692a8bb678e461ee23cfb37b2e86e29bfeb697ee9f971d57d13325c28882161 orbnetes-agent-darwin-amd64-v1.1.8.tar.gz
  • fce5554b19b7f7a10b69763ddaaf7883f999e9923273174871e92149788661f0 orbnetes-agent-darwin-arm64-v1.1.8.tar.gz
macOS Install
mkdir -p ~/orbnetes-agent
cd ~/orbnetes-agent
curl -fL "https://repo.orbnetes.cloud/download/orbnetes-agent-darwin-amd64.tar.gz" -o orbnetes-agent-darwin-amd64.tar.gz
# sha256 check: not provided for selected source
tar xzf orbnetes-agent-darwin-amd64.tar.gz
sudo ./orbnetes-agent --install
Windows Files (SHA256)
  • f77397a64a707859fe2e01050639b85c62aa9425e634ed0247e293f6c67fbcd9 orbnetes-agent-windows-amd64-v1.1.8.zip
  • 95f6cc387baa5ee28b5e5687ea35a3180a2a12747f3cdd27c9c0df6392c26279 orbnetes-agent-windows-arm64-v1.1.8.zip
Windows Install (PowerShell)
New-Item -ItemType Directory -Force C:\orbnetes-agent | Out-Null
Set-Location C:\orbnetes-agent
Invoke-WebRequest -Uri "https://repo.orbnetes.cloud/download/orbnetes-agent-windows-amd64.zip" -OutFile "orbnetes-agent-windows-amd64.zip"
# sha256 check: not provided for selected source
Expand-Archive .\orbnetes-agent-windows-amd64.zip -DestinationPath . -Force
.\orbnetes-agent.exe --install

Open-source agent, transparent security

The Orbnetes Agent source code is publicly available on GitHub so your team can review implementation details, verify behavior, and adopt with confidence.