# Latest update

### **Hello node operators, if you have already registered a node on the Stader node then please follow the below steps update your node by  downloading and installing Stader node version v1.3.0**

{% hint style="info" %}
**If you want to register a new node on Stader for the first time, please start** [**here**](/ethereum/node-operator/permissionless-node-operator/node-registration-and-adding-validators.md)
{% endhint %}

### **Step 1: Download the updated Stader node CLI**

Download Stader node CLI using the Wget command below on your terminal as per your respective system architecture:

* **Wget link AMD64(Linux):** `wget https://staderlabs.com/eth/releases/stader-node-build/permissionless/v1.3.0/stader-cli-linux-amd64 -O ~/bin/stader-cli`
* **Wget link ARM64(Linux):** `wget https://staderlabs.com/eth/releases/stader-node-build/permissionless/v1.3.0/stader-cli-linux-arm64 -O ~/bin/stader-cli`
* **Wget link (MacOS** - **Intel):** `wget https://staderlabs.com/eth/releases/stader-node-build/permissionless/v1.3.0/stader-cli-darwin-amd64 -O ~/bin/stader-cli`
* **Wget link (MacOS - M1):** `wget https://staderlabs.com/eth/releases/stader-node-build/permissionless/v1.3.0/stader-cli-darwin-arm64 -O ~/bin/stader-cli`

**Unique checksums for verification and added security**

* **AMD64(Linux):**&#x20;

  ```
  5bf5a8c5113aa926a8ee62912084961bde8dda9ad11287e8d92f19a63ed5b4e4
  ```
* **ARM64(Linux):**&#x20;

  ```
  62374105176821d014c46ee587d6248e4f41bc428121fa406637ed38e228e85a
  ```
* **MacOS**-**Intel:**&#x20;

  ```
  ff007f7f3b5f5e7a902a9d4a8ccb564cd2af450796dd37ea5ec1200fbcd42fbe
  ```
* **MacOS-M1:**&#x20;

  ```
  edba856b99cd55703886d10f75236de3d976c994c7585a0546d3988eb12fc01c
  ```

### **Step 2: Give permission to run the downloaded upgrade**

Give permission to run the downloaded application using the command

**`chmod +x ~/bin/stader-cli`**

### **Step 3: Restart Stader services**

Please run the stop and start service command to restart Stader services

* Stop the service using the command **`~/bin/stader-cli service stop`**
* Start the service again using the command **`~/bin/stader-cli service start`**

### **Step 4: Check the CLI version**

After a successful restart of the terminal run the command **`~/bin/stader-cli --version`** to verify if the update was downloaded and running perfectly.

**Latest version: v1.3.0**


---

# 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://staderlabs.gitbook.io/ethereum/node-operator/permissionless-node-operator/latest-update.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.
