Tauri is used to make GUI apps.
bun create tauri-app <name> cd <name> bun create @eslint/config
.vscode/launch.json
.vscode/tasks.json
.github/workflows/tauri.yml
bun run tauri dev
GitHub Actions, or:
bun run tauri build