From 90ada54b1964d268c6db1d739907e37fa1d332cb Mon Sep 17 00:00:00 2001 From: Boran Date: Mon, 22 Jun 2026 00:43:49 +0300 Subject: [PATCH] docs: document Tauri GUI --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 58b17e8..99749d3 100644 --- a/README.md +++ b/README.md @@ -575,6 +575,28 @@ Only source files, headers, build configuration files, documentation, and projec --- +## Desktop GUI + +MalwareAnalysisTool includes a Tauri-based desktop GUI. + +The GUI provides: + +- Static and dynamic analysis modes +- Native file selection +- TR/EN language switching +- Matrix-themed interface +- Verdict display +- Risk score and risk level +- SHA-256 and file size display +- TXT/JSON report preview + +To run the GUI in development mode: + +```powershell +cd gui +npm install +npm run tauri dev + ## License MIT — see the `LICENSE` file for details.