The dataset viewer is not available for this split.
Error code: RowsPostProcessingError
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
Verum Node Wrecked Machines (Kernel 7.1)
Verum Node Wrecked Machines is a high-performance, security-hardened Linux distribution built on a custom Debian Trixie/Sid base. This release focuses on extreme I/O throughput and absolute data sovereignty.
Dataset Details
Dataset Description
The Verum Node Operating System represents a paradigm shift in custom Linux distribution design. Born from the necessity to overcome the inherent bloat and pervasive telemetry found in upstream operating systems, Verum Node acts as a highly specialized computational engine. It demonstrates that tailoring the Linux kernel to specific modern hardware (AMD Ryzen + NVMe) can achieve an unparalleled leap in IOPS.
- Curated by: Rafael Augusto Xavier Fernandes
- Language(s): English
- License: Proprietary / Proof of Concept
- Architecture: x86_64 (AMD64)
- Kernel Version: 7.1-verum-wrecked
Uses
Direct Use
- High-Performance Computing: Environments requiring extreme NVMe I/O.
- Privacy-Centric Workstations: Legal tech, healthcare, and corporate environments requiring strict data compliance (LGPD/GDPR).
- Bare-Metal Research: Benchmarking kernel-level optimizations.
Out-of-Scope Use
- Legacy hardware without NVMe support.
- General-purpose users requiring extensive "out-of-the-box" background services (which have been stripped for performance).
Dataset Structure
The repository contains:
VerumNode-Wrecked-7.1.iso: The bootable operating system image.manifesto_verum.sig: Cryptographic signature of the ISO.certificado_rafael.crt: Public certificate (ICP-Brasil) for signature verification.
Dataset Creation
Curation Rationale
The project aims to prove that by strictly tailoring the Linux kernel and bypassing legacy block layer bottlenecks using io_uring, a system can double the I/O performance of standard distributions while eliminating background data-harvesting.
Technical Specifications (Kernel 7.1)
- Zero-Telemetry: Subsystems like
AUDIT,TASKSTATS, andFTRACE_SYSCALLSare disabled to recover CPU cycles. - Latency Reduction: Uses
RCU_NOCBto offload RCU callbacks from performance-critical threads. - Optimized Scheduling: Customized
PREEMPTmodel for real-time data throughput.
Bias, Risks, and Limitations
Technical Limitations
- Hardware Specificity: Optimized specifically for AMD Ryzen and NVMe controllers. Performance on Intel-based legacy SATA systems may vary.
- Minimalist Design: Users must be comfortable with CLI-centric environments as many GUI-based "telemetry-heavy" tools have been removed.
Empirical Validation (Phoronix Benchmarks)
Tested on AMD Ryzen 5 7520U + Kingston SNV3S500G NVMe:
| Test Type | Result | Stability (Std. Dev.) |
|---|---|---|
| Random Read (4KB, io_uring) | 238,333 IOPS | 0.9% |
| Random Write (4KB, io_uring) | 201,667 IOPS | 1.1% |
More Information
How to Verify Integrity
To ensure the ISO has not been tampered with, run the following command in a Linux terminal:
openssl dgst -sha256 -verify certificado_rafael.crt -signature manifesto_verum.sig VerumNode-Wrecked-7.1.iso
- Downloads last month
- 31