zzatGPT is an app built to look and feel like the Spotlight app for Mac. Built with Tauri.
Clone the project
git clone https://github.com/jessetinell/zzatGPT
Go to the project directory
cd zzatGPT
Install dependencies
cargo install cargo-commander tauri-cli
Run the setup script
cargo cmd setup
Run in dev mode
cargo cmd dev
Build production app
cargo cmd build
- Place app-icon.png in
crates/backend
cd crates/backend
- Run
cargo tauri icon
(Not customizable yet)
- Show zzatGPT in dev mode = Command + 2
- Show zzatGPT in production = Command + 3