General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
5
Minimal Tauri wrapper around https://chatgpt.com/ so it behaves like a separate desktop app you can alt+tab into.
Sign in to like and favorite skills
Minimal Tauri wrapper around https://chatgpt.com/ so it behaves like a separate desktop app you can alt+tab into.
Install system dependencies first (Ubuntu/Pop OS):
sudo apt install -y \ build-essential \ libwebkit2gtk-4.1-dev \ libjavascriptcoregtk-4.1-dev \ libsoup-3.0-dev \ libgtk-3-dev \ libayatana-appindicator3-dev \ librsvg2-dev
Then run:
cargo run --manifest-path src-tauri/Cargo.toml
Make sure Flatpak + Builder are installed and the GNOME SDK/runtime are available:
sudo apt install -y flatpak flatpak-builder flatpak install -y flathub org.gnome.Platform//46 org.gnome.Sdk//46
Build + install locally:
just build-flatpak
Run:
just run-flatpak