opencode/packages/tauri
Dax Raad 274b86b19b ci: fix AppImage build hanging by using portable appimage format
- Add appimage target back to tauri.conf.json
- Force reinstall tauri-cli from feat/truly-portable-appimage branch
- Add 10 minute timeout to prevent indefinite hangs
- Add logging to verify correct tauri-cli version is installed

This fixes the issue where AppImage builds would hang at 'Running input plugin: gtk' by using the new portable appimage format that bypasses linuxdeploy entirely.
2025-12-15 09:47:19 -05:00
..
scripts tauri: rename sidecar to opencode-cli 2025-12-15 12:40:14 +08:00
src tauri: add basic custom titlebar (#5438) 2025-12-12 09:37:17 -06:00
src-tauri ci: fix AppImage build hanging by using portable appimage format 2025-12-15 09:47:19 -05:00
.gitignore tauri 2025-11-22 00:15:01 -05:00
README.md tauri 2025-11-22 00:15:01 -05:00
index.html tauri: add basic custom titlebar (#5438) 2025-12-12 09:37:17 -06:00
package.json release: v1.0.153 2025-12-14 19:04:01 +00:00
sst-env.d.ts wip: zen 2025-12-02 18:36:15 -05:00
tsconfig.json write typescript artifacts to node_modules/.ts-dist 2025-12-11 18:35:07 +08:00
vite.config.ts OpenCode Desktop app (#5044) 2025-12-05 14:39:49 -06:00

README.md

Tauri + Vanilla TS

This template should help get you started developing with Tauri in vanilla HTML, CSS and Typescript.