wlr19982cc / chatcat

ChatCat ChatGPT Client

Home Page:https://chatcat.chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chatcat

ChatCat ChatGPT Client Supports Mac (Intel, M1, M2), win7 and above systems

English | 中文文档

Technology Stack

Vue3 + arco.design + golang + wails + sqlite

Instructions

Install Wails

go install github.com/wailsapp/wails/v2/cmd/wails@latest

Note: The official Wails packaging cannot run on win7. To support win7, you need to download it from the following link and compile and install it locally.

https://github.com/MQEnergy/wails

Mac Packaging

# 
wails build

Windows Packaging

# md64 refers to X86 architecture CPU, 64-bit version. X86_64 is also known as X86_64. Mainstream desktop PCs, laptops, servers (including virtual machines) are all using X86_64 CPUs.
wails build -platform=windows/amd64

# Arm64 refers to ARM architecture CPU, 64-bit version. Apple's new computers are using ARM architecture CPUs. Some routers and embedded devices use Arm64 CPUs. The CPU most commonly used in mobile phones and Android tablets is also ARM architecture.
wails build -platform=windows/arm64

About

ChatCat ChatGPT Client

https://chatcat.chat

License:MIT License


Languages

Language:Vue 52.2%Language:Go 28.9%Language:TypeScript 14.7%Language:JavaScript 2.6%Language:CSS 1.4%Language:HTML 0.3%