opencode/packages/tauri
Dax Raad 9ad828dcd0 tui: use random free port and enable icon discovery by default
- Tauri app now automatically finds an available port instead of defaulting to 4096
- Icon discovery feature is now enabled by default in the Tauri app
- Prevents port conflicts when multiple OpenCode instances are running
2025-12-10 16:13:11 -05:00
..
scripts OpenCode Desktop app (#5044) 2025-12-05 14:39:49 -06:00
src chore: format code 2025-12-10 03:32:26 +00:00
src-tauri tui: use random free port and enable icon discovery by default 2025-12-10 16:13:11 -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 Export DesktopInterface from desktop and add PlatformContext 2025-12-08 13:43:36 +08:00
package.json release: v1.0.143 2025-12-10 13:53:21 +00:00
sst-env.d.ts wip: zen 2025-12-02 18:36:15 -05:00
tsconfig.json fix: use ts project references for desktop and tauri 2025-12-09 19:13:51 +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.