-
v1.0.1 Stable
released this
2025-10-08 12:29:41 +00:00 | 2 commits to main since this releaseCompared 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 (Beta 2) Release Pre-release
released this
2025-08-28 15:14:07 +00:00 | 49 commits to main since this releaseMajor 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
-
Source code (ZIP)
3 downloads
-
Source code (TAR.GZ)
5 downloads
-
v0.3.0 Pre-release
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
lsoutput is now better. - Launching from CLI will automatically launch the web server now!
Downloads
-
Source code (ZIP)
3 downloads
-
Source code (TAR.GZ)
7 downloads
-
v0.2.0 Pre-release
released this
2025-08-07 15:26:22 +00:00 | 118 commits to main since this releaseThe 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:
- 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).
- Launching from CLI will now start the web server and try to open the web page (localhost:8080).
- The Web UI supports uploading content - both a file or a directory (while preserving the directory structure)
- The Web Ui also supports deleting (forever, without warnings) both files and directories
- The Web UI allows you to download your files and folders as well. Folders are downloaded as
.zipfiles. - 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 usechamber://prefix for any and all paths inside the chamberfile.Downloads
-
Source code (ZIP)
6 downloads
-
Source code (TAR.GZ)
8 downloads
-
v0.1.0 Pre-release
released this
2025-07-15 14:39:54 +00:00 | 141 commits to main since this releaseThe first (alpha) release of Chamber. Currently only as a CLI. Commands that work:
- new: Create a new chamberfile
- cp: Copy a file or a directory from user's file system to the chamberfile (and vice-versa)
- rm: Remove a file or directory from within a chamber.
- mkdir: Ability to make a directory inside the chamber.
- ls: List files and directories inside the chamber.
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 you must use
chamber://prefix for any and all paths inside the chamberfile.
Downloads
-
Source code (ZIP)
7 downloads
-
Source code (TAR.GZ)
5 downloads