Releases: rustnew/UMC
Releases · rustnew/UMC
Release list
UMC v1.0.0 — Universal Model Converter
UMC v1.0.0
Universal Model Converter — convert AI models between formats. Fast. Lossless. Verifiable.
🖥️ Desktop app (new)
- Native GUI (egui/eframe) — no web server, no browser
- Drag & drop conversion, format auto-detection, progress bar, cancellation
- Persistent history and settings, dark/light theme
- Linux packaging (
packaging/install.sh)
✨ Highlights
- Universal IR —
load(A) → IR → save(B), never fragile A→B converters - 13 format detectors (magic bytes, extension, content analysis)
- Conversion path finding (
umc path) - Structural + numeric validation (F32 round-trips bit-identical)
- mmap I/O + parallel pipeline
- CLI:
convert,inspect,formats,path - REST API (Actix-Web + SQLx/Postgres)
🧹 Housekeeping
- Removed legacy web frontend and obsolete design docs
- Repository restructured, README rewritten
- 160+ tests passing, clippy-clean