Rebuild Windows.Keep what's yours.
ResetBridge preserves the data and configuration you choose, proves the backup, and reinstalls supported software fresh.
Keep what you made.Documents, source, configuration, working state.
Prove what you kept.Manifests, checksums, coverage, rehearsal evidence.
Fetch software fresh.Validated package IDs, deliberate selection.
A clean rebuild, with evidence at every crossing.
ResetBridge treats recovery as a contract you can inspect—not a promise hidden inside an opaque image.
Capture what is yours
Select documents, source, working trees, allowlisted configuration, AppData, mappings, and opt-in encrypted secrets.
No old binaries or generated package folders.C:\Users\you\resetbridge-backupsStep 10 of 121,600 files · 312 folders · 4.8 GBElapsed 00:42 · ETA ~00:14Prove the backup
Checksums, coverage, manifests, inventories, and readable recovery notes make the result inspectable before you trust it.
Missing or incomplete evidence stops the workflow.complete563 artifacts · 33 GBElapsed 18:42 · no errorsRebuild deliberately
Restore reviewed data and configuration. Reinstall selected Winget and Chocolatey applications from validated package IDs.
Plan first. Execute only after human approval.C:\Users\you\resetbridge-backupsStep 10 of 121,600 files · 312 folders · 4.8 GBElapsed 00:42 · ETA ~00:14See what crosses. And what does not.
Follow selected personal state from recovery contract to verified plan, fresh software, and human approval.
Safety is not a badge. It is where the system refuses.
Allowed to cross
- Documents and folder structure
- Git history and working state
- Allowlisted configuration
- Opt-in encrypted secrets
Refused by default
- Old executables and installers
- Extension and plugin code
- Unknown or partial tweaks
- Unverified archives and IDs
A recovery contract you can read.
Every real backup carries machine-readable evidence and plain-language instructions. The backup is the source of truth—not an AI summary.
MANIFEST.json completeartifacts.sha256 matchedSYSTEM-BLUEPRINT.md reviewedRESTORE.md generatedcoverage-report.json completeAsk in plain language. Keep execution in human hands.
The assistant works through ResetBridge's approved tools. You see which screen it opens, what it reads from Windows, and the proposal it prepares. It cannot execute a backup, restore, install, or wipe.
Use a local OpenAI-compatible endpoint for local inference. Codex, Claude Code, and OpenRouter are optional network providers.
Prepare a before-reinstall backup. Keep secrets encrypted.
plan_backup()waitingPlan ready: broad personal data, Git state, allowlisted settings, encrypted secrets, and a whole-PC file map. Destination remains untouched until you press Execute.
Personal dataDocuments, media, workspace
pendingGit + configurationRepositories and allowlisted settings
pendingProtected stateEncrypted secrets and whole-PC file map
pendingInstall the verified preview. No Git required.
The command saves a versioned installer to disk, verifies its published SHA-256 hash, and only then runs it locally. The installer checks the release package again before anything is installed.
PS> $u='https://resetbridge.com/releases/v0.9.0-preview.3/install.ps1';$p=Join-Path $env:TEMP 'resetbridge-install-v0.9.0-preview.3.ps1';irm -Uri $u -OutFile $p;if((Get-FileHash -LiteralPath $p -Algorithm SHA256).Hash -ne '4B0EA90503104520B5C3965F3EA01E6042D38AEC69F421BFDC4EAE4AC73A23F5'){Remove-Item -LiteralPath $p -Force;throw 'ResetBridge installer checksum mismatch'};& powershell -NoProfile -ExecutionPolicy Bypass -File $pIs ResetBridge a disk image?+
No. It intentionally separates selected data and configuration from software that should be fetched fresh. It is not a bare-metal clone or continuous backup service.
Can the AI assistant execute a restore?+
No. It can inspect metadata and propose a plan through a restricted tools interface. Only the user can start an Execute action in the native console.
Does everything stay local?+
The recovery engine and backup data processing run locally. With a local OpenAI-compatible endpoint, inference can remain local too. Network AI providers receive only the assistant context you choose, not automatic access to backup files.
Is it safe to wipe a real PC with the preview?+
ResetBridge is a supervised preview. Keep an independent second backup, verify checksums and coverage, and rehearse the exact restore selection before erasing a source machine.
Keep what is yours.
Rebuild the rest with proof.
Explore the supervised preview, inspect every boundary, and help shape a safer Windows rebuild.