Elysium
Elysium is a project Iโve been developing in my free time. It is a container-based embedded filesystem designed to securely store and manage your files.
๐ Key Features
Store any type of file inside a container file
Protect containers with passwords or encryption
Create replicas for additional safety (asynchronous or synchronous mode)
Mount containers as a local drive on Windows
Access files directly through Elysium without mounting
โ๏ธ How It Works
Each container file includes its own embedded filesystem. You can move it anywhere and still open it securely.
Replication is powered by two processes:
Replica Logger โ records all file operations
Replica Applier โ applies logs and checkpoints when the container is opened, keeping replicas automatically in sync
This approach makes it possible to manage your data securely, efficiently, and with built-in redundancy.
๐ Architecture Diagram
Watch the demo on YouTube:
๐ Elysium Demo
