Skip to content

Releases: ABiswasDev/Ombracrypt

Ombracrypt v0.2.3

Choose a tag to compare

@github-actions github-actions released this 01 Sep 12:40

What's New in v0.2.3

  • Enhanced Security UI: Added real-time master password confirmation and visual strength indicators during vault creation.
  • New Application Icon: Updated to the custom "Quantum Lock" aesthetic across all platforms.
  • Documentation Overhaul: Fully revamped the README and Quick Start Guide with embedded visual workflows.

Automated native release builds for Linux, Windows, and macOS are attached below.

Ombracrypt v0.2.2

Choose a tag to compare

@github-actions github-actions released this 25 Aug 04:38

✨ What's New in v0.2.2

  • Expanded OS Support: Ombracrypt is now officially cross-platform! Pre-compiled installers are now available for Windows (.exe, .msi) and macOS (.app, .dmg), alongside our existing Linux support.
  • Automated Cloud Builds: We have implemented a fully automated CI/CD pipeline using GitHub Actions. All binary packages are now compiled and published directly by the cloud servers the moment a release is tagged. This ensures 100% synchronization with our main public codebase and maintains a transparent, verifiable deployment chain.
  • General Maintenance: Implemented several under-the-hood stability improvements and minor bug fixes for a smoother, more reliable user experience.

Ombracrypt v0.1.1 - Initial Release

Choose a tag to compare

@ABiswasDev ABiswasDev released this 24 Aug 16:39

🔒 Welcome to Ombracrypt

The initial release of the zero-trust, quantum-safe data vault. This release establishes the core cryptography engine and the graphical user interface.

✨ What's New in v0.1.1

  • Core Cryptography: Deployed the primary encryption/decryption engine.
  • Vault Generation: Support for securely packing and extracting encrypted .obv vault files using custom .obk quantum-safe key files.
  • Custom Branding: Added official application icons and updated system metadata for Linux desktop environments.
  • Universal Support: Packaged deployment for Debian/Ubuntu, Fedora/Red Hat, and Universal Linux app formats.

📦 Installation Instructions

Debian / Ubuntu / Linux Mint (.deb)
Download the .deb file and install it via the terminal to resolve dependencies automatically:
sudo apt install ./Ombracrypt_0.1.1_amd64.deb

Fedora / Red Hat (.rpm)
Download the .rpm file and install using dnf:
sudo dnf install ./Ombracrypt-0.1.1-1.x86_64.rpm


Note: Please ensure you store your .obk keys in a secure, air-gapped location separate from your .obv vaults.