awbonsai(runtime, public)
Run a real model in the visitor's own browser — no server round trip, no upload.
Name
awbonsai — Run a real model in the visitor's own browser — no server round trip, no upload.
The problem it solves
Every in-browser LLM demo either phones home for the real answer or downloads a few hundred MB unasked. Getting BOTH right -- genuinely local inference, and a consent gate that runs BEFORE the fetch instead of after -- is the part nobody ships, so most "runs in your browser" claims are marketing for a server call.
Instead of trusting / you check
- instead of trusting
- that inference always means a request left the machine
- you check
- a WebGPU model answering on the tab's own GPU, with a consent record logged before it ever loaded
Adopt it alone
Load one page and get an answer from a model that never left the tab.
Install
git clone https://github.com/Aitherium/awbonsai
Where it sits in the path
- Not on the path yet — reference only.
See also
awkit · awsprite · AitherConnect
Links
Generated 2026-09-14 00:48Z from the ecosystem registry. A field here that is wrong is wrong in the registry — fix it there and this page follows.