Warning
This is nothing more than code exploration for the time being and I haven't fully committed to a Rust rewrite, I'm also still in the process of learning Rust...
- Investigate how running plugins from Rust could work
- venv approach: https://doc.rust-lang.org/std/process/struct.Command.html (works)
- embedded approach: https://github.com/PyO3/pyo3 (unknown)
- Download the dependencies and run the development version of the app
pnpm i pnpm tauri dev
- Build the app
pnpm tauri build