GGUF.MiRust.com implementation source audit — 2026-06-25

A code-and-artifact audit of the supplied TinyRustLM 0.1.0 source snapshot, including verified runtime features, exact model artifacts, test evidence, and critical gaps.

The source archive GGUF.MiRust.com-20260625.zip was inspected as the implementation authority for MiRust 1.4.0. Its SHA-256 is bd47fe8e91db5f5e5674ae4d77520b44248ab52117b170b345e1a0c87e636629.

Implemented

The snapshot contains a four-crate, zero-dependency Rust workspace; a static browser UI; a compiled WebAssembly runtime; a custom SLM1 parser; byte and BPE tokenizers; f32, q8_0, and q4_0 tensor paths; scalar transformer generation; KV caching; sampling; diagnostics; packer/validator/eval tools; a loopback server; a static browser harness; and eight deterministic smoke artifacts.

Locally rechecked

The supplied q8 model and WASM module passed the package’s Node ABI smoke for invalid input handling, recovery generation, step-token continuation, model release, and post-release rejection.

Not present

No GGUF parser, GPU backend, Web Worker execution, persistent model cache, cryptographic browser admission, modular skill system, adapters, router, or Teleodynamic slow loop was found.

Read the full implementation map.