Diff and merge GUI tool with cross-platform support build with Tauri: Rust and Svelte
With Bun:
bun run tauri build
Alternatively, with Node.js:
npm run tauri build
Some Linux distros may require environment variable set: NO_STRIP=1
.
With Bun:
bun run tauri dev
Alternatively, with Node.js:
npm run tauri dev
Some Linux distros may require environment variable set: WEBKIT_DISABLE_COMPOSITING_MODE=1
.
VS Codium + Svelte + Tauri + rust-analyzer.