Enterprise-grade S3-compatible object storage written in Rust. Built for performance, security, and multi-cluster replication.
Everything you need for modern object storage, with the security and reliability your organization demands.
Built in Rust with async I/O for maximum throughput. Handle millions of objects with minimal latency.
AES-256-GCM encryption, Object Lock (WORM), LDAP integration, and comprehensive audit logging.
76+ S3 API endpoints. Works seamlessly with AWS CLI, SDKs, and existing S3 tools.
Real-time replication across data centers with bidirectional or unidirectional sync modes.
Offline data transfer for classified networks. USB/tape export-import with checksum verification.
Object versioning with delete markers, lifecycle policies, and automatic expiration rules.
Prometheus metrics, Grafana dashboards, health endpoints, and comprehensive request tracing.
Axum-based HTTP layer with 76+ endpoints
AWS Signature V4 & LDAP authentication
Filesystem & S3 proxy backends
SQLx with PostgreSQL & SQLite
AES-256-GCM encryption engine
Built as a multi-crate Rust workspace for maintainability and performance. Each component is designed to be efficient, testable, and secure.
Get Hafiz running with Docker in under a minute. Compatible with all S3 tools and SDKs out of the box.
View Quick Start Guide# Clone and build git clone https://github.com/shellnoq/hafiz.git cd hafiz docker build -t hafiz:local . # Run Hafiz docker run -d \ --name hafiz \ -p 9000:9000 \ -v hafiz-data:/data \ -e HAFIZ_ROOT_ACCESS_KEY=hafizadmin \ -e HAFIZ_ROOT_SECRET_KEY=hafizadmin \ hafiz:local # Test with AWS CLI aws --endpoint-url https://hafiz.local:9000 s3 mb s3://my-bucket aws --endpoint-url https://hafiz.local:9000 s3 cp file.txt s3://my-bucket/
Secure offline data transfer for classified networks, disaster recovery sites, and environments without network connectivity.
Transfer data to physically isolated networks without any network connectivity. Perfect for military, government, healthcare, and critical infrastructure.
Deploy Hafiz today and take control of your object storage with enterprise-grade security and performance.