HS5 is a high-performance, self-hosted object storage service designed to scale up on a single node.
The software provides an Amazon S3-compatible API alongside a web interface for managing buckets, users and access permissions. It separates object metadata from the stored data, allowing metadata to reside on fast storage while object contents are kept on higher-capacity disks.
This is free and open source software.
Key Features
- Amazon S3-compatible object storage API.
- Designed for high-performance, single-node deployments.
- Web interface for managing buckets and users.
- User, role, policy and access-key management.
- Strong read-after-write consistency.
- Synchronises completed changes to disk by default.
- Stores metadata in an LMDB database and object contents in a separate data file.
- Supports placing metadata and object data on different storage devices.
- Optional write-ahead logging for improving storage performance.
- Manual commit mode for workloads that favour throughput over immediate durability.
- Supports multipart uploads, bucket permissions and public buckets.
- Integrated DuckDB interface for querying stored Parquet files.
- Available as a standalone Linux binary and a Docker image.
Website: github.com/uroni/hs5
Support:
Developer: Martin Raiber
License: GNU Lesser General Public License v3.0
HS5 is written in C++ and Python. Learn C++ with our recommended free books and free tutorials. Learn Python with our recommended free books and free tutorials.
Related Software
| Self-Hosted Cloud Storage Tools | |
|---|---|
| Puter | Privacy-first personal cloud |
| Nextcloud | Personal cloud storage, text editor, photo gallery, file share, calendaring app |
| Cloudreve | Self-hosted file management system with multi-cloud support |
| Seafile | Cloud storage system with privacy protection and teamwork features |
| ownCloud | Content collaboration, file-sharing, and file-syncing |
| Peergos | Secure file storage, social network and application protocol |
| MyDrive | Cloud file storage server |
| Pydio Cells | File sharing platform for organizations |
| OxiCloud | Lightweight, Rust-powered alternative to NextCloud |
| OpenCloud | File sharing and collaboration solution |
| Hoodik | Cloud storage solution |
| Garage | S3-compatible distributed object storage service |
| Twake Drive | Alternative to Google Drive |
| Flowinity | Image uploader and file storage solution |
Read our verdict in the software roundup.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |


Please read our Comment Policy before commenting.