Skip to content

Releases: RunGPU-io/rungpu-agent

RunGPU Agent v1.4.0

Choose a tag to compare

@github-actions github-actions released this 04 Sep 08:05

RunGPU GPU Agent v1.4.0

Cross-platform GPU agent for the RunGPU P2P GPU marketplace.

Downloads

Platform Architecture Download
Linux x86_64 (AMD/Intel) rungpu-agent-linux-amd64.tar.gz
Linux ARM64 (Raspberry Pi, AWS Graviton) rungpu-agent-linux-arm64.tar.gz
macOS Intel rungpu-agent-darwin-amd64.tar.gz
macOS Apple Silicon (M1/M2/M3/M4) rungpu-agent-darwin-arm64.tar.gz
Windows x86_64 rungpu-agent-windows-amd64.exe.zip

Quick Start

Two options after extract: Command or GUI.

GUI: paste your enrollment token, then click Enroll, Setup, and Start. On Windows, double-click the .exe. On macOS, open RunGPU Agent.app. On Linux, run ./rungpu-agent-linux-amd64 gui.

Command:

# Download and extract (example: macOS Apple Silicon)
tar xzf rungpu-agent-darwin-arm64.tar.gz
chmod +x rungpu-agent-darwin-arm64

# Enroll with this machine's one-time token
./rungpu-agent-darwin-arm64 init --enrollment-token YOUR_ONE_TIME_TOKEN

# Install supported runtime requirements
./rungpu-agent-darwin-arm64 setup

# Confirm the binary matches this GitHub release tag
./rungpu-agent-darwin-arm64 version

# Start earning
./rungpu-agent-darwin-arm64 start

Create an enrollment token at rungpu.io/marketplace/host

Verify Download

sha256sum -c checksums.txt
gh attestation verify rungpu-agent-linux-amd64.tar.gz --repo RunGPU-io/rungpu-agent

See README for full documentation.