Skip to Content
DocsUpdate Guide

Update Guide

Currently, Ziva does not have an auto-update feature built in. To update to the latest version, you’ll need to redownload and reinstall the plugin.

How to Update

The easiest way to update is to run the installer script again, which will download the latest version:

Linux / macOS:

curl -fsSL https://ziva.sh/install.sh | bash

Windows:

irm https://ziva.sh/install.ps1 | iex

The installer will detect the existing installation and update it with the latest version.

Method 2: Manual Update

If you prefer to update manually:

  1. Download the latest version from the download page or GitHub releases 

  2. Close Godot completely before replacing files

  3. Delete the old plugin folder at addons/ziva-ai-agent in your project

  4. Extract the new version and copy the addons/ziva-ai-agent folder to your project’s addons folder

  5. Restart Godot to load the updated plugin

Last updated on