Skip to content

Export or wipe your memory

Everything the assistant remembers lives on your machine. You can take it with you or erase it at any time.

Open the Memory tab and click Export JSON. You get a single file containing:

  • Messages — the full conversation history.
  • Facts — the key-value profile the assistant keeps about you.
  • Insights — the lessons distilled by the reflection pass.
  • Events — the complete action log.
  • Notes — every local note.

That’s the entirety of what H.O.T-Jarvis knows, in a portable, human-readable format.

Click Wipe… and confirm. This erases remembered messages, facts, insights, and the event log. Notes are kept — they’re documents you authored, not memory, so deleting them stays a separate, explicit action.

By default, in your OS application-data directory. Override the location with the JARVIS_DATA_DIR environment variable (see Configuration). Because it’s a plain folder with a SQLite database, JSONL event log, and note files, you can also back it up yourself.

Was this page helpful?
No