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 serverzyron-cli- interactive SQL clientzyron-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