Download & Update

How to download

All releases are stored in the official GitHub repository. The binaries are self-contained — no additional installation is required.

To download, find the appropriate executable for your OS (linux / macOs / windows) and architecture (x64 / arm64) in the "Assets" section and download it.

Auto-updates

On startup the system automatically checks for new versions and downloads the binary for the same OS and architecture.

To disable auto-updates, open system.toml and set AUTO_UPDATER false

Security

Download only from the official repository.

The label sha:... to the right of each file — is the SHA256 hash of the file.

  • SHA256 is a unique checksum (hash) that is generated from the contents of a file.

  • It is used for verifying the integrity and authenticity of the downloaded binary.

  • That is, after downloading you can generate the SHA256 on your computer and compare it with this value. If they match — the file is not corrupted and is original.

Example of checking SHA256:

  • Linux / macOS:

  • Windows (PowerShell):

If the result matches the one listed on GitHub, the file is safe.

Last updated