This is the Windows app named sentinel whose latest release can be downloaded as v2.1.1sourcecode.tar.gz. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named sentinel with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start any OS OnWorks online emulator from this website, but better Windows online emulator.
- 5. From the OnWorks Windows OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application and install it.
- 7. Download Wine from your Linux distributions software repositories. Once installed, you can then double-click the app to run them with Wine. You can also try PlayOnLinux, a fancy interface over Wine that will help you install popular Windows programs and games.
Wine is a way to run Windows software on Linux, but with no Windows required. Wine is an open-source Windows compatibility layer that can run Windows programs directly on any Linux desktop. Essentially, Wine is trying to re-implement enough of Windows from scratch so that it can run all those Windows applications without actually needing Windows.
sentinel
DESCRIPTION:
Sentinel is a filesystem-backed document DBMS built in Rust that prioritizes compliance, transparency, and auditability over raw performance. Unlike traditional databases, every document is a plain JSON file, making your data immediately forensic-friendly and Git-versionable. Perfect for regulated industries requiring GDPR, SOC 2, HIPAA, or PCI-DSS compliance.
Sentinel provides async operations with automatic BLAKE3 hashing and optional Ed25519 signatures for cryptographic integrity. Data encryption supports AES-256-GCM, XChaCha20-Poly1305, and Ascon-128. Each document includes full audit metadata—creation timestamps, version history, hashes, and signatures—viewable with standard UNIX tools.
Designed for edge deployments, compliance systems, audit logs, certificate management, and regulatory reporting. No server required, works entirely on filesystem with Git-based replication. Zero vendor lock-in—migrate anytime using standard tools like rsync, tar, or git.
Features
- Native Git Integration: Every document is a versionable file, enabling full audit trails through Git history
- Cryptographic Integrity: Automatic BLAKE3 hashing with optional Ed25519 signatures on every document
- Triple Encryption Options: AES-256-GCM, XChaCha20-Poly1305, and Ascon-128 for quantum-resistant security
- Human-Readable Storage: All data stored as pretty-printed JSON, inspectable with cat, editable with any text editor
- Zero Server Architecture: Runs entirely on filesystem, perfect for edge devices and offline environments
- Built-in Compliance: GDPR right-to-delete is literally rm file, SOC 2/HIPAA audit trails included by design
- UNIX Tool Compatible: Use rsync for replication, tar for backups, grep for queries, no proprietary tools needed
- Async Rust API: Clean, idiomatic async/await interface built on Tokio for performance
- Primary-Secondary Replication: Git-based sync for high-availability deployments without complex coordination
- Filesystem-Level ACLs: Leverage OS-native security for granular access control
Audience
Auditors, Developers, Quality Engineers, System Administrators, Testers
User interface
Command-line, Console/Terminal
Programming Language
Rust
Database Environment
Other file-based DBMS, Project is a file-based DBMS (database system), Proprietary file format
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/sentinel-dbms/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.