wire-desktop-forensic
A two-crate suite for Wire desktop (Electron) messenger artifacts:
wire-desktop-core— reads the Chromium IndexedDB Dexie object stores (https_app.wire.com_0.indexeddb.leveldb) and interprets them into typed Wire records (conversations, events, users, clients) and a chronological timeline.wire-desktop-forensic— audits an interpreted store into canonicalforensicnomicon::report::Findings.
It layers on the Wave-2 chromium-storage-indexeddb
reader and reuses the Wire artifact spec from
forensicnomicon.
What it does and does not recover
Wire message content is client-side (Proteus) encrypted, and Wire's message key is not held in the Chromium OS Safe Storage — so it is not recoverable from this artifact. The reader recovers everything that is in cleartext (conversation/user/client metadata, event timestamps, senders, message type, and any cleartext message bodies) and marks encrypted bodies as unrecoverable rather than fabricating plaintext. See Purpose & Scope and Validation.