Skip to content

Zyron 0.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Aug 20:25
Immutable release. Only release title and notes can be modified.
6e334b2

Zyron 0.3.0

Zyron is a database engine that handles transactional and analytical
workloads in a single system.

This is an early release. Zyron is under active development and is not
yet recommended for production data.

Downloads

Platform File
Linux x86_64 zyron-0.3.0-x86_64-unknown-linux-gnu.tar.gz
Windows x86_64 zyron-0.3.0-x86_64-pc-windows-msvc.zip

Each archive contains three Zyron binaries:

  • zyron-server - the Zyron database server
  • zyron-cli - interactive SQL client
  • zyron-ctl - backup, restore, and cluster administration

Check a download against SHA256SUMS.txt:

sha256sum -c SHA256SUMS.txt

Each archive also carries a build provenance attestation, which
establishes that it was produced by this repository's release
workflow rather than only that the bytes are intact:

gh attestation verify <archive> --repo DataDalton/Zyron

Install and run

Linux:

tar xzf zyron-0.3.0-x86_64-unknown-linux-gnu.tar.gz
cd zyron-0.3.0-x86_64-unknown-linux-gnu
./zyron-server --version
./zyron-server --data-dir ./data

Windows:

zyron-server.exe --version
zyron-server.exe --data-dir .\data

Then connect from a second terminal:

zyron-cli

zyron-server --version prints:

Zyron 0.3.0 (zyron-server)

Zyron listens on port 5432 by default.

Requirements

x86_64 with SSE4.2. Binaries are built to the x86-64-v2 baseline. AVX2,
FMA, and AES acceleration are selected at runtime when the CPU supports
them.


Copyright (c) 2026 Zyron LLC. All rights reserved. Zyron is
proprietary software. Personal use is free, commercial use requires a
license.

See LICENSE for the full terms.

Zyron LLC · Licensing inquiries: licensing@zyrondb.com