127.0.0.1, transcripts stay in your own space, and secrets live only in the macOS keychain.
Quick Start
1
Find your data
Everything lives under
~/Library/Application Support/PraisonAI.2
Export it
Use Export all — it copies your data to the clipboard.
3
Delete it
Delete all removes stored conversations; Reveal in Finder opens the folder.
Where Data Lives
The data directory is~/Library/Application Support/PraisonAI, overridable with the PRAISONAI_DESKTOP_HOME environment variable.
Export writes to the clipboard, not a file. The webview sandbox blocks self-initiated downloads, so the app copies your data out instead.
What Stays Local
Nothing leaves your machine unless the model itself does — the engine listens only on127.0.0.1, and cloud API keys are the sole path off-device.
Best Practices
Back up the chats folder
Back up the chats folder
Transcripts are plain JSON you can read, diff, and back up. Copy
chats/ to keep your history safe across app updates.Override the home for isolation
Override the home for isolation
Set
PRAISONAI_DESKTOP_HOME to point the app at a separate data directory — useful for testing or keeping profiles apart.Use a local model for full privacy
Use a local model for full privacy
Point
base_url at a local server so even the model runs on-device and no data leaves the machine.Related
Models & API Keys
How keys are kept in the keychain
Conversations
How transcripts are written and stored

