jaidu-agent is the host runtime that connects a developer machine to the Jaidu control plane through relay.

Current jaidu-agent Version

The current public release is v0.228.0. Only Linux x86_64 is supported for the initial public artifact.

Download

jaidu-agent v0.228.0 for Linux x86_64 is available for public download. Archive:
https://download.artemiopanzini.fun/jaidu-agent/releases/v0.228.0/jaidu-agent-v0.228.0-linux-x86_64.tar.gz
Checksum:
https://download.artemiopanzini.fun/jaidu-agent/releases/v0.228.0/jaidu-agent-v0.228.0-linux-x86_64.sha256

Verify Checksum

Download the archive and checksum into the same directory, then run:
sha256sum -c jaidu-agent-v0.228.0-linux-x86_64.sha256
Expected result:
jaidu-agent-v0.228.0-linux-x86_64.tar.gz: OK

Configure Runtime

Set the control-plane API and relay bases before starting jaidu-agent:
export JAIDU_SHARED_API_BASE="https://your-control-plane.example"
export JAIDU_SHARED_RELAY_BASE="https://your-relay.example"
Extract the archive and check the version:
tar -xzf jaidu-agent-v0.228.0-linux-x86_64.tar.gz
./jaidu-agent --version
Start jaidu-agent after it is configured for your Jaidu deployment. See Host Registration for the registration flow.

Version History

jaidu-agent v0.228.0
Released 2026-05-21
  • Released the first public Linux x86_64 artifact for jaidu-agent.
  • Published versioned archive and checksum URLs.
  • Distributed only jaidu-agent; backend, relay, web UI, and deployment bundles are not public release artifacts.