wetron parses ML model files in the browser and exposes a clean TypeScript IR plus React and Svelte renderers. No server, no upload, no telemetry. Built for embedding into model platforms, classroom tools, audit dashboards, and anything else that needs to show people what’s inside an .onnx, .tflite, .keras, .pt, .pte, or .pb file.
It’s published as a family of scoped npm packages (@wetron/core, @wetron/onnx, @wetron/tflite, …). Each parser is its own package. If you only need ONNX, you only ship ONNX. The renderers are optional.
Most ML tooling money flows through training and inference frameworks. Inspection, transparency, and documentation tooling - the layer that lets someone understand a model after it’s built - has very little public funding behind it. The EU AI Act and similar regulation are creating a real need for transparency tooling that organizations can self-host and embed, not a hosted service they have to upload to.
Sponsorship goes directly to the work that keeps this project alive:
GitHub Sponsors - direct to the maintainer.
For larger or custom arrangements (embedding wetron in a commercial product, priority on specific format support, integration help), get in touch directly via the GitHub repository.
| Tier | Per month | What you get |
|---|---|---|
| Backer | €5 | Name listed on this page |
| Supporter | €20 | Name + link on this page |
| Sustainer | €100 | Logo on this page; quarterly progress note |
| Embedder | €500 | Logo on this page; priority on issues affecting your integration |
| Patron | €2,000 | All of the above + a half-day per quarter of direct integration support |
What sponsors do not get:
In rough priority order, what funded development unlocks:
.mlmodel format, including the oneof layer union.Items 1-2 are mostly self-funded already; items 3-7 are the realistic targets for sponsorship.
GitHub Sponsors covers the recurring maintenance and the gaps between grant cycles.
Maintained by Sultan Imanhodjaev. Background in software engineering across ML tooling, systems work, and open-source library development.