mirror of
https://github.com/tauri-apps/tauri-theia.git
synced 2026-02-04 02:31:19 +01:00
main
Tauri Theia
Theia IDE packaged as a Tauri application.
To Use
- Clone this repository and open a terminal in the root of it. Make sure to use Node v10.x
- Install deps with
yarn - Package Theia server as an executable with
yarn theia:package - Run
yarn tauri buildto build the executable (read note below)
NOTE: Building the app will fail the first time. To fix this, you will need to rename the binary in src-tauri/theia-binaries/theia to the path in the error message from yarn tauri build.
Known Problems
- The Theia backend server is not killed when closing the Tauri window. You will have to search for
theiain your system monitor and kill any processes listed
Languages
Rust
56.5%
JavaScript
29.1%
HTML
9.5%
Shell
4.9%