# Chat Z.AI Desktop App ![Chat Z.AI Home](https://coreva-normal.trae.ai/api/ide/v1/text_to_image?prompt=A+clean+minimal+desktop+app+interface+for+an+AI+chat+named+Chat+Z.AI%2C+light+theme%2C+showing+a+welcome+screen+with+the+text+%27Hi%2C+I%27m+Z.ai%27+and+a+modern+chat+input+box+at+the+bottom&image_size=landscape_4_3) ![Chat Z.AI Dashboard](https://coreva-normal.trae.ai/api/ide/v1/text_to_image?prompt=A+modern+desktop+app+interface+for+Chat+Z.AI%2C+light+theme%2C+showing+a+sidebar+on+the+left+with+chat+history%2C+and+a+main+chat+area+with+a+welcome+message+%27Hi%2C+Rom%27+and+a+model+selector+dropdown+for+GLM-4.7&image_size=landscape_4_3) **Learn more about Z.AI GLM Models:** [Subscribe to Z.AI](https://z.ai/subscribe?ic=ROK78RJKNW) ## Overview Welcome to the **Chat Z.AI Desktop App** repository! This is a modern, fast, and lightweight native Windows desktop application for the Chat Z.AI web experience. It wraps `https://chat.z.ai` using the powerful Tauri v2 framework, leveraging the system's native WebView2 for excellent performance and minimal resource usage. ## Features - **Native Desktop Experience:** Seamlessly integrated into Windows as a standalone application. - **Lightweight & Fast:** Built with Tauri v2 and Rust, meaning a tiny executable size and minimal memory overhead compared to traditional Electron apps. - **Easy Installation:** Includes a fully automated NSIS Windows installer that sets up the application and desktop shortcuts. ## Repository Contents - `tauri-app/`: The complete Tauri v2 project source code. - `releases/`: Contains the compiled Windows `.exe` installer. ## Getting Started ### Downloading the Installer You can find the latest compiled installer in the `releases/` directory: - **[Download ChatZAi-Installer.exe](./releases/ChatZAi-Installer.exe)** Just run the installer, and you'll have the modern Tauri v2 desktop app installed on your system! ### Building from Source If you wish to compile the application yourself, you will need Node.js and the Rust toolchain installed. 1. Clone this repository. 2. Navigate to the `tauri-app` directory: ```bash cd tauri-app ``` 3. Install the dependencies: ```bash npm install ``` 4. Build the application (requires the Windows target toolchain): ```bash npm run tauri build ``` ## Technology Stack - **Tauri v2:** The application framework. - **Rust:** For the native backend and compilation. - **HTML/JS/CSS:** Frontend web view loading the Z.AI experience. ## License This project is licensed under standard terms. Please see the LICENSE file for details.