Thur

Cloud-tiered storage targets in Rust.

Thur VTL

Virtual Tape Library. Presents an SMC-3 medium-changer with SSC-4 LTO-8 drives over iSCSI. Cartridges tier to S3, GCS, Azure, or local storage.

Thur VSA

Virtual Storage Appliance. Presents SBC-3 block volumes over iSCSI or NVMe/TCP, thin-provisioned, sharing the same content-addressed cloud chunk pool.

Source

github.com/metebalci/thur · Apache 2.0

Install

apt (Debian / Ubuntu) and yum (RHEL / Rocky / SLES) repositories are served at pkg.thur.metebalci.com. To wire up the stable channel on any supported distro:

curl -fsSL https://thur.metebalci.com/install.sh | sudo bash

Or the unstable channel:

curl -fsSL https://thur.metebalci.com/install.sh | sudo CHANNEL=unstable bash

The stable channel holds tagged releases without a pre-release suffix, including pre-1.0 (0.x) builds — it guarantees build and signing hygiene, not API stability. The unstable channel holds alpha / beta / rc tags and any per-commit development builds.