• v1.0.1 0e9d7d2a32

    v1.0.1 Stable

    vaibhav released this 2025-10-08 12:29:41 +00:00 | 2 commits to main since this release

    Compared to the v1.0.0 release (the tag still exists), this release only has a couple of minor bugfixes and updates to the Terms of Use and Privacy Policy.

    However, there are multiple changes against the previous release of v0.4.0. The changes are mostly captured in this project. This includes a much better UI which opens well on all screen sizes, URLs synced with the website and numerous bug fixes!

    Downloads
  • v0.4.0 28eaa21c1a

    vaibhav released this 2025-08-28 15:14:07 +00:00 | 49 commits to main since this release

    Major changes since first beta is captured in this project

    • Lots of bugfixes
    • Docker builds are now ready and working (check the README file for details). Docker builds however do not let you choose the chamberpath and expect you to do a bind-mount (or some other kind of mounts that you might prefer) yourself!
    • The GUI is more consistent now. Still has some problems but they will be ironed out later.
    • You can now log out of a chamber session via the web UI

    The built binaries now have the word 'normal' added to them. This is because the build script now makes separate ones for docker (for different behaviors).

    Downloads
  • v0.3.0 a1af4d671e

    v0.3.0 Pre-release

    vaibhav released this 2025-08-15 14:21:06 +00:00 | 76 commits to main since this release

    • Chamber has a new UI.
    • It can now launch on a user defined port.
    • Multiple bug fixes and changes to the upload logic based on the new UI.
    • The CLI ls output is now better.
    • Launching from CLI will automatically launch the web server now!
    Downloads
  • 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
  • v0.1.0 6b1af864fd

    v0.1.0 Pre-release

    vaibhav released this 2025-07-15 14:39:54 +00:00 | 141 commits to main since this release

    The first (alpha) release of Chamber. Currently only as a CLI. Commands that work:

    1. new: Create a new chamberfile
    2. cp: Copy a file or a directory from user's file system to the chamberfile (and vice-versa)
    3. rm: Remove a file or directory from within a chamber.
    4. mkdir: Ability to make a directory inside the chamber.
    5. ls: List files and directories inside the chamber.

    IMPORTANT NOTES

    1. 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.
    2. Please remember that you must use chamber:// prefix for any and all paths inside the chamberfile.
    Downloads