Skip to content
This repository was archived by the owner on May 7, 2026. It is now read-only.

Latest commit

 

History

History
37 lines (31 loc) · 1.89 KB

File metadata and controls

37 lines (31 loc) · 1.89 KB

中文文档 video

Introduction

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
  • Automatically saves chat history

How to build?

  • Install Rust, Cargo, cargo-apk and wasm-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

Troubleshooting

  • Using the Qt backend can resolve the issue of fuzzy fonts on the Windows platform. It is also recommended to prioritize the Qt backend to maintain a consistent build environment with the developers.

Reference