Client Desktop Tchap avec Tauri ( https://tauri.app )
- Télécharger une release de Tchap Web et placer le contenu de dist dans src
curl https://github.com/tchapgouv/tchap-web-v4/releases/download/tchap-4.13.0/tchap-4.13.0-prod-20250115.tar.gz
tar -xvf tchap-4.13.0/tchap-4.13.0-prod-20250115.tar.gz
mv dist src
- Tester localement (installer les prérequis au préalable https://v2.tauri.app/start/prerequisites/)
cargo tauri dev
- Compiler tchap pour votre système
cargo tauri build
- Live testing with tchap-web Create a sumbolic link to tchap-web-v4 webapp folder into
ln -s $PATH_TO_TCHAPWEB src/
Then you will be able to build your tchap webb and have the modification directly here