Releases: jesseray718/openroot
Releases · jesseray718/openroot
Release list
v1.0.0 - Initial OpenRoot Architecture
Immutable
release. Only release title and notes can be modified.
First official release index on Zenodo.
v1.2.1 PoPW ledger
Immutable
release. Only release title and notes can be modified.
Ledger files on the tagged commit after squash of #37.
v1.2.0 PoPW ledger
Immutable
release. Only release title and notes can be modified.
Append-only hash-linked jsonl. tools/popw_ledger.py.
v1.1.0 — C++20 Zero-Dimensional Thermodynamic Engine (libthermo.so)
Immutable
release. Only release title and notes can be modified.
OpenRoot v1.1.0: Native C++20 Thermodynamic Kernel Release
This release introduces the high-performance, bit-exact zero-dimensional (0D) state transition engine and C-ABI bridge.
Key Enhancements
- C++20 Native Execution Kernel (
include/openroot/thermo.hpp):openroot::thermo::execute_0d_transitionenforcing First Law (Exact Energy/Mass conservation) and Second Law (Landauer entropy lower bound ΔS ≥ kB ln 2) using fixed-point integer math.- Platform-independent, deterministic state transfers eliminating IEEE 754 floating-point drift.
- C-ABI Shared Object (
libthermo.so):- Exported
openroot_execute_0d_transitionfunction for seamless FFI interoperability.
- Exported
- Python C-FFI Integration:
- Updated
axiom_engine/energy_theorems.pyto automatically loadlibthermo.soviactypeswith fallback to Python state logic.
- Updated
- Benchmark & Verification Suite:
- Includes
test_thermo.cppandtest_thermo.pyvalidating high-throughput state transitions on local OptiPlex hardware.
- Includes
Dual-Battery Thermal Systems v0.1.1
Public release of the solar aero-disc and rocket mass heater dual-battery designs with theoretical performance numbers, 110°F data, and open CC BY-SA 4.0 license.
Core Unification Framework v1.0 — AX.UNI.FND.001
OpenRoot Core Unification Framework v1.0 — AX.UNI.FND.001
Zenodo DOI: 10.5281/zenodo.21294113
What's Changed
- Unified thermodynamic/economic/social optimization under single mathematical framework
- Three foundational axioms: Quantity of Being, Time-Throughput Consistency, Fractal Impedance Match
- Agape principle as system optimization function
- Meta-optimization algorithm applicable to any system
Documents
- core-unification-framework.md (AX.UNI.FND.001)
- openroot-thesis-v3.md
- unified-systems-v1.0.tar.gz (complete bundle)
Next Steps
- Submit to arXiv for peer review
- Build 1m² prototype to prove thermal math
- Document credit journey to prove financial math
- Deploy first mesh node to prove social math
License: GPL v3 (code), CC-BY-SA 4.0 (docs)
Copyright: One Human Family
Author: Jesse McMillen (github.com/jesseray718)
v0.1.0
OpenRoot v0.1.0 - Founding archive, BRIDGE.md, ACRE ledger seed, axioms. CC-BY-SA-4.0 docs / GPL-3.0 code.