Skip to content

Akagi201/chatgpt-desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ChatGPT Desktop

Release Badge

A simple tauri bundler for ChatGPT website.

Only macOS build is maintained in the releases page

Install tauri tools

# cargo install tauri-cli --git https://github.com/tauri-apps/tauri --tag tauri-v2.0.4 # a specific tag version
cargo install tauri-cli # latest stable version

Debug

cd src-tauri
cargo tauri dev

Build

cd src-tauri
cargo tauri build

Refs