• v0.2.0 701b99bf9b

    v0.2.0 Pre-release

    vaibhav released this 2025-08-07 15:26:22 +00:00 | 118 commits to main since this release

    The second (alpha) release of Chamber. This version of Chamber is hostable - you can run this on your PC or a server with a chamberfile and no one (without enough forensic experience) will be able to access the contents without the password. Features and changes:

    1. CLI behavior remains the same (along with the problems; such as, it still expects full path of directories and you have to supply the target file name when copying).
    2. Launching from CLI will now start the web server and try to open the web page (localhost:8080).
    3. The Web UI supports uploading content - both a file or a directory (while preserving the directory structure)
    4. The Web Ui also supports deleting (forever, without warnings) both files and directories
    5. The Web UI allows you to download your files and folders as well. Folders are downloaded as .zip files.
    6. The Web UI has a settings page where you can request compaction of the chamberfile after deletion to save on disk space!

    IMPORTANT NOTES

    This is an alpha release. Please do not use it for any kind of production use. I bear no liability of any loss caused by use of this software.
    Please remember that when working with the CLI, you must use chamber:// prefix for any and all paths inside the chamberfile.

    Downloads