Skip to content

migrate from Rust/Tauri to Python/pywebview#1

Open
Anmol2k5 wants to merge 1 commit into
JayWebtech:mainfrom
Anmol2k5:main
Open

migrate from Rust/Tauri to Python/pywebview#1
Anmol2k5 wants to merge 1 commit into
JayWebtech:mainfrom
Anmol2k5:main

Conversation

@Anmol2k5

Copy link
Copy Markdown

Replace entire src-tauri/ Rust backend with Python Flask API:

  • backend/ — models, SQLite DB, FFmpeg media, Deepgram/LLM API clients
  • main.py — pywebview desktop window + Flask launcher
  • src/api.ts — fetch-based API adapter (replaces Tauri invoke)
  • src/main.tsx — updated to use api.ts instead of Tauri bindings

Python-only stack: Windows-native, no Rust compile needed.

Replace entire src-tauri/ Rust backend with Python Flask API:
- backend/ — models, SQLite DB, FFmpeg media, Deepgram/LLM API clients
- main.py — pywebview desktop window + Flask launcher
- src/api.ts — fetch-based API adapter (replaces Tauri invoke)
- src/main.tsx — updated to use api.ts instead of Tauri bindings

Python-only stack: Windows-native, no Rust compile needed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant