CyberPath Sentinel icon
CyberPath Sentinel icon

CyberPath Sentinel

Filesystem-backed document DBMS in Rust where every record is a Git-versionable JSON file with automatic cryptographic integrity for compliance-critical systems.

CyberPath Sentinel screenshot 1

Cost / License

Platforms

  • Mac
  • Windows
  • Linux
  • Rust
-
No reviews
1like
0comments
0news articles

Features

Suggest and vote on features
  1. Git icon  Git Support
  2.  Rust
  3.  Filesystem

 Tags

CyberPath Sentinel News & Activities

Highlights All activities

Recent activities

CyberPath Sentinel information

  • Developed by

    CyberPath
  • Licensing

    Open Source (Apache-2.0) and Free product.
  • Written in

  • Alternatives

    36 alternatives listed
  • Supported Languages

    • English

AlternativeTo Categories

DevelopmentOS & UtilitiesSecurity & Privacy

GitHub repository

  •  2 Stars
  •  0 Forks
  •  19 Open Issues
  •   Updated  
View on GitHub
CyberPath Sentinel was added to AlternativeTo by ebalo on and this page was last updated .
No comments or reviews, maybe you want to be first?

What is CyberPath Sentinel?

Sentinel is an open-source document database management system built in Rust that prioritizes transparency, auditability, and compliance over raw performance. Unlike traditional databases that store data in proprietary binary formats, Sentinel stores every document as a human-readable, pretty-printed JSON file on the filesystem.

Every document includes automatic BLAKE3 hashing and optional Ed25519 signatures for cryptographic integrity verification. This architecture makes your entire database immediately forensic-friendly, Git-versionable, and inspectable with standard UNIX tools like cat, grep, and git log.

Perfect for regulated industries requiring GDPR, SOC 2, HIPAA, or PCI-DSS compliance. GDPR right-to-delete operations are as simple as removing a file, and complete audit trails are built into the architecture rather than bolted on afterward.

Sentinel provides a clean async/await API built on Tokio, supporting multiple encryption algorithms including AES-256-GCM, XChaCha20-Poly1305, and Ascon-128 for quantum-resistant security. The system works entirely without a server, making it ideal for edge deployments, offline environments, and air-gapped systems.

Git-based replication enables high-availability primary-secondary architectures without complex coordination protocols. Use standard tools for operations: rsync for replication, tar for backups, grep for queries.

Ideal use cases include audit logging systems, certificate and key management, regulatory reporting, compliance documentation, and any application where transparency and verifiability are non-negotiable.

Zero vendor lock-in—your data remains in plain JSON files that can be migrated anywhere using standard filesystem tools.

Official Links