This is a large language model chat client built with Rust and Slint GUI, compatible with OpenAI's API.
- Supports both chat and deep thinking modes
- Supports online Google search
- Automatically saves chat history
- Customizable system prompts
- Supports MCP
- Install
Rust
,Cargo
,cargo-apk
andwasm-pack
- Run
make desktop-debug
to run it on desktop platform - Run
make desktop-build-release
to build a release version desktop application - Refer to Makefile for more information
- Using the
Qt backend
can resolve the issue of fuzzy fonts on the Windows platform. It is also recommended to prioritize theQt backend
to maintain a consistent build environment with the developers.