English | 中文文档
Download:
- Chatcat Mac Intel v0.1.3.dmg (Intel CPU)
- Chatcat Mac M1/M2 v0.1.3.dmg (Apple CPU)
- Chatcat Win x64 v0.1.3.exe (Supports Windows7 64-bit and above)
ChatCat More Safety ChatGPT Client Supports Mac (Intel, M1, M2), win7 64-bit and above systems
- Classification Management: Manage dialogue content lists by category.
- Prompt Word Management: Manage your own high-quality prompt words in a unified way for easy sharing and use.
- Common Configuration: Configure keys, set API models, set internationalization, and themes.
- Data Synchronization: Register online environments for sharing prompt words and dialogue content.
- Dialogue Management: Save dialogue content locally for easy management.
- Advanced Settings: Dynamic adjustment of GPT conversation parameters can be made, such as randomness, the number of attached historical messages, word reply limits, etc.
Vue3 + arco.design + golang + wails + sqlite
Install wails from the official source for packaging.
Note: The official wails packaging cannot run on win7
. To support win7
, download MQEnergy/wails and compile it locally:
cd wails/v2/cmd/wails
go install .
Run the tests:
#
make dev
# The ENV parameter can be set to test (for testing) or prod (for production), for example:
make build ENV=prod
# Package into dmg format
make dmg
# amd64
make darwin/amd64 ENV=prod
# arm64
make darwin/arm64 ENV=prod
Note: The installation packages below need to be packaged according to your computer architecture, otherwise the packaging may not be successful.
# amd64 is a 64-bit version of the X86 architecture CPU. It is also known as X86_64. It is widely used in mainstream desktop PCs, laptops, and servers (including virtual machines).
make windows/amd64 ENV=prod
# arm64 is a 64-bit version of the ARM architecture CPU.
make windows/arm64 ENV=prod
# win32
make windows/386 ENV=prod