Skip to content
Ask Questions

Storage

piespector stores local state in a per-user app data directory.

  • macOS: ~/Library/Application Support/piespector/
  • Linux: $XDG_DATA_HOME/piespector/ or ~/.local/share/piespector/
  • Windows: %APPDATA%\\piespector\\
  • .piespector.requests.json
  • .piespector.env.json
  • .piespector.history.jsonl

If the new app-data files do not exist yet, piespector falls back to legacy current-working-directory files on startup and migrates them into the new location.