LitData Viewer is a desktop UI for browsing Lightning-AI/litData chunked .bin shards and inspecting fields.
- Download installers/bundles: https://github.com/binbinsh/litdata-viewer/releases
- Launch the app and select a litdata
index.json, or select chunk.bin/.zstfiles via Choose. - Click a chunk to list items, then select an item to see its fields.
- Double-click a field (or use Open) to write a temp file and open with your default app.
- Preview pane shows text or a hex snippet; statuses/errors appear below.
- Report issues/feature requests: https://github.com/binbinsh/litdata-viewer/issues
- Install deps:
npm install(Node 20+ recommended). - Dev (web + Tauri):
npm run tauri dev(starts Next.js and opens the Tauri window). - Build web export:
npm run build(outputs static site toout/). - Build desktop app:
npm run tauri build(creates platform installer/bundle).
