# Node Updater

## Zentanode Updater

The Zentanode Updater is a desktop application that keeps your Zentanode firmware current with the latest security patches, performance optimizations, and feature updates. Connect your device via USB, and the updater handles the rest.

| Property   | Detail                           |
| ---------- | -------------------------------- |
| Version    | 1.2.0                            |
| Platforms  | Windows 10+, macOS Ventura+      |
| Connection | USB-C                            |
| Internet   | Required for downloading updates |
| Storage    | 100 MB free space                |

***

## Download

| Platform       | Size  | Status      |
| -------------- | ----- | ----------- |
| Windows 10+    | 45 MB | Coming Soon |
| macOS Ventura+ | 52 MB | Coming Soon |

Download the latest version at [zentachain.io/zentanodeupdater](https://zentachain.io/zentanodeupdater).

***

## What Gets Updated

* **Firmware & Kernel** — Core device software and operating system
* **Network Protocols** — Zentamesh communication protocol updates
* **Security Patches** — Vulnerability fixes and security hardening
* **Performance** — Optimizations for throughput, latency, and stability

***

## Key Features

* **Auto Updates** — Firmware updates delivered automatically when your node is idle. Monthly security and feature updates, critical patches pushed immediately.
* **Cryptographically Signed** — All updates are signed and verified before installation. Tampered updates are rejected.
* **Rollback Support** — If anything goes wrong, the updater can roll back to the previous firmware version.
* **Minimal Downtime** — Quick installation process keeps your node online with minimal interruption.

***

## How It Works

1. Download and install the Zentanode Updater on your computer
2. Connect your Zentanode device via **USB-C cable**
3. The updater checks the current firmware version on the device
4. If a newer version is available, it downloads the update
5. The updater **flashes the device** with the new firmware
6. The device reboots with the latest software

{% hint style="info" %}
Nodes also receive automatic over-the-air updates when idle. The USB updater is primarily for initial setup, major firmware upgrades, or troubleshooting.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.zentachain.io/zentanode/about.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
