Download Latest Version baresnap_v_2_3_8.7z (3.4 MB) Google Add to Preferred Sources
Home
Name Modified Size InfoDownloads / Week
baresnap_v_2_3_8.7z 2026-09-13 3.4 MB
readme.txt 2026-09-13 3.0 kB
Totals: 2 Items   3.4 MB 0
# BareSnap @ SourceForge (SF.net)
### C11 Native Tools Against Bloatware / El Manifiesto del Silicio
### Autor: Solo-Mode (The Non-Professional Engineer)

===============================================================================
                       BARESNAP v2.3.8 — SUMMARY
===============================================================================

BareSnap v2.3.8 is an open-source backup tool built with a "Spartan" 
philosophy that prioritizes raw hardware performance ("real metal"). It strictly 
rejects modern corporate abstractions like Docker, Kubernetes, or heavy external 
dependencies. The project was developed via "Vibe Coding" by a stubborn human 
guiding a syndicate of free-tier AIs to optimize native C11 code.

-------------------------------------------------------------------------------
KEY FEATURES
-------------------------------------------------------------------------------
* High Performance: Uses a linear entropy pipeline (FastCDC + XDelta3 + 
  LZ4/ZSTD) capable of processing gigabytes of local data in 0.3 seconds.
* Adaptive Cryptography: Includes a self-contained module that dynamically 
  switches between hardware-accelerated AES-256-GCM (using Intel AES-NI 
  instructions) and a lightweight software fallback using XChaCha20-Poly1305 
  for older legacy CPUs.
* Zero Telemetry: Completely private; it does not collect or track any user 
  behavior or data.
* Minimal Footprint: Compiles into a stripped, static binary of only ~1.2 MB, 
  utilizing zero external libraries or heavy runtimes.

-------------------------------------------------------------------------------
BENCHMARKS & SANITIZERS
-------------------------------------------------------------------------------
* 935/935 stress tests passed (including resilience against sudden power loss, 
  network drops, and forced configuration fuzzing).
* 100% clean memory safety reports from ASan, UBSan, and Valgrind Memcheck 
  (0 leaks, 0 errors).
* Networking updates in v2.3.8 deliver 48.5x faster remote RPC speeds over 
  raw SSH compared to older versions.

-------------------------------------------------------------------------------
STATUS & LICENSE
-------------------------------------------------------------------------------
* Proof of Concept (PoC): Despite intensive testing, it must be treated as a 
  PoC. Users assume all risks if deployed into production without deep personal 
  audits of its 17,439 lines of C11 code.

- SOURCE CODE (src/): Under the GNU General Public Licence v3.0 (GPLv3).
- MANUAL AND LORE (docs/ and assets/): Licensed under the GNU Free 
  Documentation Licence (GFDL v1.3).

txt2pdf_v_1_6 and time_travel_v_1_2 source code are under the GNU General 
Public Licence v3.0 (GPLv3)

txt2pdf_v_1_6 and time_travel_v_1_2 documentation are under the GNU Free 
Documentation Licence (GFDL v1.3)

===============================================================================
To compile on any real low-resource POSIX hardware:

./compile.sh or ./compile_arm64.sh

Source: readme.txt, updated 2026-09-13