Releases: openIE-dev/mgai
v0.1.0 — first measured cascade ratio
What's in this release
The mgai-meter binary across four targets. Runs the cascade's per-tier representative operation, computes the Landauer-floor lower bound and the TDP-estimate upper bound, and reports the wall-time ratios between tiers.
Binary matrix
| target | binary | size |
|---|---|---|
| Apple Silicon macOS | mgai-meter-aarch64-apple-darwin |
619 KB |
| Intel macOS | mgai-meter-x86_64-apple-darwin |
699 KB |
| Linux x86_64 | mgai-meter-x86_64-unknown-linux-gnu |
783 KB |
| Linux aarch64 | mgai-meter-aarch64-unknown-linux-gnu |
678 KB |
Checksums in `checksums-v0.1.0.txt`.
How to run
```
chmod +x mgai-meter-
./mgai-meter- # default config
./mgai-meter- --json # machine-readable receipt
./mgai-meter- --help # all flags
```
Verify the download:
```
shasum -a 256 mgai-meter-
compare with checksums-v0.1.0.txt
```
Sample output (this Mac)
```
cascade ratios (wall-time):
L1 / L0-closed = 0.17×
L0-identifiable / L0-closed = 35.16×
L2 / L0-closed = 181.07×
L2 / L1 = 1071.57×
E_measured: null (no live counter on this substrate)
```
Cascade ratios are measured wall-time. Absolute joules are bracketed by Landauer floor (lower) and TDP envelope (upper estimate). See the charter for what is invariant vs what is dated.
License
Binary: BSL-1.1 with Change Date 2030-06-01 → Apache-2.0. See LICENSE.
Live exhibits
Run the same accounting in your browser: mathground.ai