Super Converter V2 is the executable work unit for a new local-first file conversion product. The repository now contains both the Engine Lab and the first desktop workbench shell, rather than extending Liquid Converter V1 in place.
- This repo is the implementation home for Super Converter V2
- It is not a continuation of the
silver-planckruntime layout silver-planckremains the V1 reference repo and the source of first-batch fixtures and planning assets- The default architecture excludes LibreOffice
Rust + Tauriremains the preferred product host direction
This repo currently proves:
- Rust workspace boundary
- fixture corpus and fixture manifest generation
- capability registry
- preflight analysis
- normalized adapter contract
- bake-off harness
- first-round engine recommendations
- Tauri desktop shell with React/Vite workbench
- local desktop job model for Convert, Queue, History, Diagnostics, and Settings
It does not yet ship OCR, Keep Layout, LibreOffice-backed defaults, or rich document preview.
super-converter/
├── apps/
│ ├── cli/
│ └── desktop/
├── crates/
│ ├── orchestrator/
│ ├── capability-registry/
│ ├── engine-adapters/
│ ├── artifact-bundle/
│ ├── diagnostics/
│ └── preflight/
├── fixtures/
├── benches/
├── scripts/
└── docs/
pdfium-renderas the first PDF native candidatecalamineas the first XLSX structured candidateMarkItDown,Docling, andPandocvia sidecar or subprocess adapters
- no LibreOffice in the default path
- no Apache Tika in the default path
- no desktop UI in Phase 1A
- no free-form any-input to any-output matrix
cargo run -p cli -- fixtures manifest
cargo run -p cli -- preflight run fixtures/test_pdf.pdf
cargo run -p cli -- doctor docling
cargo run -p cli -- bakeoff run-all
cargo run -p cli -- bakeoff summarize
cd apps/desktop && npm install
cd apps/desktop && npm run tauri devdoclingstabilization in this repo assumes the.venv312runtime- on macOS, Homebrew
spatialindexis the canonical fix whenlibspatialindex_cis missing from the local runtime - use
cargo run -p cli -- doctor doclingto verify readiness before trusting non-PDF deep-extract results - PDF deep extraction via
doclingis intentionally excluded from the current default architecture
apps/desktopis the Phase 2A industrial workbench shell- the shell surfaces
Convert,Queue,History,Diagnostics, andSettings pdfium-renderremains the default PDF pathdoclingis exposed only as the non-PDF deep-extract path