> For the complete documentation index, see [llms.txt](https://services.validexis.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://services.validexis.com/mainnets/nym/upgrade.md).

# 🛠️  Upgrade

***Manual upgrade***

```bash
wget https://github.com/nymtech/nym/releases/download/nym-binaries-v2025.3-ruta/nym-node
chmod +x nym-node
sudo mv nym-node /usr/local/bin/
sudo systemctl daemon-reload
sudo systemctl restart nym-node
nym-node build-info
```
