Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .claude/scheduled_tasks.lock

This file was deleted.

32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Multiverse Device Rescue

Multiverse Device Rescue is a local diagnostic, maintenance, and guided
recovery toolkit for macOS, Windows, and Linux. It runs read-only checks by
default and clearly separates observations, manual guidance, and system
changes.

## Safe use

- Start with `rescue` to run checks interactively, or `rescue --auto` for
eligible low-impact actions.
- Review every result before changing security settings or deleting data.
- Use a known-clean device and professional incident-response support when you
suspect an active compromise.
- Do not enter account passwords, recovery codes, or API tokens into the tool.

## Installation

Install from a release artifact or from source with `pip install .`. The
installed package includes the module, profile, guide, and security metadata
needed at runtime.

## Support status

- macOS and Windows have the broadest diagnostic coverage.
- Linux supports profile collection and the modules that explicitly declare
Linux support.
- Mobile-device steps are human-guided; there is no desktop-module support for
Android or iOS.

See `docs/ROADMAP.md` for reliability, security, and capability work in
progress.
313 changes: 313 additions & 0 deletions docs/ROADMAP.md

Large diffs are not rendered by default.

Loading