> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nebius.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Nebius Tunnels Agent changelog

Nebius Tunnels Agent runs next to your application and connects to a regional Nebius edge endpoint over an outbound TLS connection. It proxies inbound traffic from public tunnel URLs to local HTTP or TCP services, so you can expose a service without opening inbound firewall ports. For more details, see [How to connect to a tunnel](/tunnels/connect).

<Update label="v1.0.0" description="2026-06-19">
  First public release of the Nebius Tunnels agent - a client-side tunnel that connects to Edge and proxies inbound traffic to local services.

  ### Added

  * Tunnel agent that connects to Edge and proxies traffic to a local service.
  * Release binaries for Linux (x86\_64, aarch64), macOS (arm64, x86\_64) and Windows (arm64, x86\_64).
  * Multi-arch container image (linux/amd64, linux/arm64).
  * Helm chart for running the agent in Kubernetes.

  #### Artifacts

  * **Binaries** - also mirrored under `.../latest/`,
    with a `checksums-sha256.txt` covering every archive:

    * [nebius-tunnel-agent-linux-x86\_64.tar.gz](https://storage.eu-north1.nebius.cloud/products/releases/nebius-tunnel-agent/1.0.0/nebius-tunnel-agent-linux-x86_64.tar.gz)
    * [nebius-tunnel-agent-linux-aarch64.tar.gz](https://storage.eu-north1.nebius.cloud/products/releases/nebius-tunnel-agent/1.0.0/nebius-tunnel-agent-linux-aarch64.tar.gz)
    * [nebius-tunnel-agent-darwin-arm64.tar.gz](https://storage.eu-north1.nebius.cloud/products/releases/nebius-tunnel-agent/1.0.0/nebius-tunnel-agent-darwin-arm64.tar.gz)
    * [nebius-tunnel-agent-darwin-x86\_64.tar.gz](https://storage.eu-north1.nebius.cloud/products/releases/nebius-tunnel-agent/1.0.0/nebius-tunnel-agent-darwin-x86_64.tar.gz)
    * [nebius-tunnel-agent-windows-arm64.tar.gz](https://storage.eu-north1.nebius.cloud/products/releases/nebius-tunnel-agent/1.0.0/nebius-tunnel-agent-windows-arm64.tar.gz)
    * [nebius-tunnel-agent-windows-x86\_64.tar.gz](https://storage.eu-north1.nebius.cloud/products/releases/nebius-tunnel-agent/1.0.0/nebius-tunnel-agent-windows-x86_64.tar.gz)

  * **Container image**:
    `cr.eu-north1.nebius.cloud/marketplace/docker/nebius-tunnel-agent:1.0.0`,
    also tagged `:latest`.

  * **Helm chart**:
    `oci://cr.eu-north1.nebius.cloud/marketplace/chart/nebius-tunnel-agent:1.0.0`,
    also tagged `:latest` (pull or install without `--version` to get latest).
</Update>
