qoder-reset is a standalone reference repository and path-first investigation log pulled out of Onyx Pro. It documents the exact on-disk locations, machine identity paths, storage state DBs, and account/trial experiments involved in resetting local Qoder state.
| Field | Value |
|---|---|
| Scope | Qoder-only standalone export |
| Status | Reference repository & path-first investigation log |
| Primary Docs | docs/architecture.md, docs/native-paths.md, docs/attempts.md |
| Source Core | src/lib/reset/qoderReset.js |
| Assets | assets/qoder-color.svg, assets/qoder-color.png |
| License | MIT License |
src/lib/reset/qoderReset.js: Path-first reset implementation and status reporting.docs/native-paths.md: Comprehensive inventory of Qoder profile roots, storage files, machine identity paths, registry keys, and updater paths across Linux, macOS, and Windows.docs/attempts.md: Log of browser, VPN, network, and login experiments tried.docs/architecture.md: Map of local state files, machine signals, and backend communication paths.assets/qoder-color.svg&assets/qoder-color.png: Brand logo assets.
- Architecture Map: Understand the local state files and machine identity signals.
- Native Path Inventory: Inspect exact profile roots and registry key locations on disk.
- Investigation Attempts: Review past account, network, and trial experiments.
- Source State: The exported code in
src/lib/reset/qoderReset.jsis path-first and focused on explicit file cleanup. - Spoofing Code: Hardware/identity spoofing code has been intentionally omitted from this public reference export.
- Active Path: On Linux systems, the default active Qoder root resolves to
/home/user/.config/Qoder.
Contributions that improve path accuracy or clarify documentation are welcome. Please read CONTRIBUTING.md before submitting pull requests.
Distributed under the MIT License.