Z3 is a minimalist S3-compatible server written in Zig.
It is designed for local development, testing, and lightweight S3-compatible workflows, with a focus on small footprint, fast startup, and simple single-node deployment.
Z3 is in the early stages of active development and is not yet intended for production use.
Visit the website: getz3.dev
- Z3
A minimalist S3-compatible server written in Zig, designed for local development, testing, and simple object storage use cases.
-
Small
Extremely small boot footprint, using less than 2MB of memory.
-
Fast
Blazing-fast performance powered by Zig and Async ZIO.
-
Clean
Built on a multi-role finite state machine with no AI slop.
Visit the main repository to build, run, and try Z3:
- Source Code: github.com/getz3/z3
- Issues & Feedback: GitHub Issues
- License: MIT