# BareSnap & Bareshift @ SourceForge (SF.net)
### C11 Native Tools Against Bloatware / El Manifiesto del Silicio
### Autor: Solo-Mode (The Non-Professional Engineer)
==============================================================================
01. ENGLISH QUICKSTART: ARCHITECTURE & COMPILATION
==============================================================================
BareSnap and Bareshift are espartan system utilities written in pure C11.
Zero dynamic external dependencies. Compiles into a single static binary.
- Low-Resource Validation: Gestated, compiled, and fuzzed inside a 2007 Intel
Core 2 Duo laptop (4 GB RAM, mechanical HDD) with Nokia kernel-testing lineage.
- 100% Verified: 935 regression and destructive stress tests passed (0 leaks
under Valgrind, ASan, TSan). Fault-injection tested with 'strace'.
To compile on any real low-resource POSIX hardware:
gcc -std=c11 -O3 -march=native -D_GNU_SOURCE brs_main.c -o baresnap
Features
- Pure C11 Architecture: Monolithic, self-contained code with zero dynamic external dependencies.Static Binary Footprint: Compiles into a single ultra-lightweight executable (~1.2 MB).Content-Defined Chunking: High-speed deduplication engine using FastCDC and XDelta3.Dual-Layer Cryptography: Built-in secure encryption via XChaCha20 and AES-256-GCM.Low-Resource RAM Guard: Memory allocation locked with mlock to prevent swapping.Synchronous Block Protocol: High-resilience 4 MiB block transfer over raw SSH pipes.Hardened Chaos QA: Defends against kill -9, full disks (ENOSPC), and network drops.Zero Memory Leaks: 100% clean automation audited under Valgrind, ASan, and TSan.