Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

11 Commits
ย 
ย 
ย 
ย 

Repository files navigation

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

Elysium Diagram

Watch the demo on YouTube:
๐Ÿ‘‰ Elysium Demo

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors