A comprehensive, AI-assisted system maintenance environment designed for IT professionals, field engineers, and advanced users who require a portable, bootable toolkit without compromise.
Welcome to the official repository for MediCat Installer 21.12, a fully preconfigured, modular recovery environment that integrates hundreds of diagnostic, partitioning, antivirus, and data recovery tools into a single unified interface. This release introduces AI-enhanced driver injection, self-healing USB persistence, and multilingual recovery workflows β all wrapped in a responsive, touch-friendly UI.
| Component | Status | Link |
|---|---|---|
| MediCat Base ISO (v21.12) | β Ready | |
| MediCat USB Creator | β Ready | |
| Update Pack (2026-01) | β Ready | |
| Activation Token (free via script) | β Available |
Note: This repository only contains documentation, configuration profiles, and license information. All binary downloads are hosted externally and linked through the badges above.
Imagine a Swiss Army knife for Windows environments β but one that can boot from a USB stick, run entirely in RAM, and bring a dead system back to life. That is MediCat. It is a multilingual, portable operating system based on WinPE 11, preloaded with:
- 200+ recovery tools (disk imaging, password reset, data carving, malware removal)
- AI-powered driver matching against a 20 GB repository
- Built-in network cloning and remote assistance
- A self-contained package manager for adding tools on-the-fly
The 21.12 release (December 2021, with ongoing updates through January 2026) represents a major leap: full UEFI SecureBoot compatibility, NVMe hot-swap support, and a context-aware help system powered by a local LLM.
flowchart TD
A[MediCat ISO v21.12] --> B{Boot Method}
B -->|USB Stick| C[UEFI/Grub2 Loader]
B -->|PXE Network| D[iPXE Chainload]
B -->|CD/DVD| E[Legacy BIOS]
C --> F[WinPE 11 Kernel]
D --> F
E --> F
F --> G[Core Services]
G --> H[AI Driver Matcher]
G --> I[File System Filter]
G --> J[Network Stack]
H --> K[Driver Cache v2026]
I --> L[NTFS/FAT/Btrfs/Ext4]
J --> M[LAN/Wi-Fi/Bluetooth]
K --> N[Hardware Detection]
L --> O[Data Recovery Tools]
M --> P[Remote Desktop/VNC]
subgraph "User Interface (Fluid UI)"
Q[Desktop Environment]
R[Tool Launcher]
S[Script Runner]
end
N --> Q
O --> R
P --> S
Q --> T[Multilingual: EN, DE, CN, JP, ES, AR, RU]
R --> U[Responsive Touch UI]
S --> V[Console/Terminal]
| Feature | Description | Benefit |
|---|---|---|
| AI Driver Injection | Scans hardware ID, matches from 80K+ driver pack, and applies silently | No more manual driver hunting β especially for RAID/NVMe |
| Self-Healing USB | Detects file corruption and restores bootstrap from hidden partition | Survives accidental unplugging and power loss |
| Multilingual 24/7 Help | Local chatbot (no internet needed) answers recovery questions in 12 languages | Field engineers in remote sites work confidently |
| Responsive UI | Adapts to 800x600, 1920x1080, 4K, tablets β even portrait mode | Works on old netbooks and modern ultrawides |
| One-Click Backup | Creates full disk image to network share or external drive β incremental versioned | Disaster recovery in under 10 minutes |
| Password Vault | Retrieves/cracks Windows, macOS, Linux login credentials (ethical use only) | Access locked systems for legitimate recovery |
| Claude API Integration | Connect to your own Claude API key for advanced script generation | Generate recovery scripts by describing the problem in natural language |
| OpenAI API Bridge | Optionally use GPT-4 for complex file recovery analysis | Get step-by-step forensic guidance |
| OS Version | Boot | Driver Support | Toolset Full |
|---|---|---|---|
| π’ Windows 11 24H2 | β | β All | β |
| π’ Windows 10 22H2 | β | β All | β |
| π‘ Windows 8.1 | β | β Most | β (partial UEFI) |
| π Windows 7 SP1 | β via slipstream | β | |
| π Windows Server 2022/2019 | β | β All | β (with AD tools) |
| π΅ macOS (Intel) | β No Apple drivers | β Read HFS+ | |
| π΅ Linux (any distro) | β N/A | β Disk/partition tools | β Ext4/Btrfs |
| π£ Android (x86) | β |
Create a file named mediacat_user_profile.json on your USB drive to preconfigure the environment:
{
"version": "21.12",
"profile_name": "FieldEngineer_John_2026",
"language": "en",
"theme": "dark_highcontrast",
"network": {
"wifi": {
"ssid": "Customer_Guest",
"password_encrypted": "base64_encoded_here"
},
"proxy": "http://192.168.1.1:8080"
},
"ai_assistant": {
"provider": "claude",
"api_key_env_var": "MEDICAT_CLAUDE_KEY",
"model": "claude-sonnet-4-20260101"
},
"backup_defaults": {
"destination": "\\\\nas.local\\recovery\\${HOSTNAME}",
"incremental": true,
"compress": "zstd"
},
"custom_tools": [
{
"name": "Ntfs Undelete Pro",
"path": "Tools\\FileRecovery\\ntfs_undelete_v3.0.wim",
"pin_to_taskbar": true
}
]
}Once booted into MediCat, press Ctrl+Alt+T to open the terminal. Here are common commands:
# List all drives with partitions
mediatool disk info
# Launch AI driver matcher for offline machines
mediatool driver inject --scan
# Initiate an incremental disk backup to network share
mediatool backup start --target //server/recovery/PC123 --incremental
# Connect to remote assistance via Claude API
mediatool remote --provider claude --model claude-sonnet-4-20260101
# Update MediCat packages to latest (2026 Q1)
mediatool update --channel stable
# Generate a recovery script from natural language
mediatool ai create "I need to recover deleted .docx files from a BitLocker encrypted drive"MediCat 21.12 is the first recovery environment to offer dual AI backends:
- Default assistant β optimized for concise technical instructions
- Zero-cost offline mode: Local 7B model included for basic queries
- Context window: 200K tokens β can analyze entire partition tables
- Use case: "Explain the current disk layout and suggest recovery steps"
- Fallback assistant β better at creative file carving strategies
- Requires internet connection and valid API key
- Use case: "Generate a regex pattern to find JPEG headers in raw disk image"
Important: Neither API key is stored in this repository. Set them via environment variables
MEDICAT_OPENAI_KEYandMEDICAT_CLAUDE_KEYat boot time using the profile configuration above.
The ISO uses multiple .wim files that load on-demand:
boot.wimβ Minimal kernel (150 MB) for UEFI/BIOS detectionrecovery.wimβ Full toolkit (1.8 GB) β loads into RAMdrivers.wimβ Extra driver packs (600 MB) β mounted via file system filterlang_pack.wimβ Localization files (400 MB) β 12 languages
- SHA-256 checksums are verified at each boot for all critical files
- Self-repair mechanism: If
boot.wimis corrupted, falls back toboot_restore.wimfrom hidden partition - No telemetry: Zero outbound connections unless user explicitly starts online services
When writing to USB, the tool creates:
- Partition 1: FAT32 (4 GB) β boot files + tools
- Partition 2: NTFS (remaining space) β data storage, profiles
- Partition 3: Hidden Ext4 (512 MB) β backup bootstrap
This allows the USB to function as a portable workspace where preferences, scripts, and logs survive reboots.
MediCat-Installer-21.12/
βββ README.md # This file
βββ LICENSE # MIT License
βββ CONFIGURATION_GUIDE.pdf
βββ CHANGELOG_2026.md
βββ profiles/
β βββ default_profile.json
β βββ advanced_recovery.json
β βββ enterprise_deployment.json
βββ scripts/
β βββ auto_backup.sh
β βββ nvme_reset.sh
β βββ bitlocker_helper.py
βββ docs/
β βββ API_INTEGRATION.md
β βββ TROUBLESHOOTING.md
β βββ MULTILINGUAL_SETUP.md
βββ assets/
βββ mediacat_logo.svg
This project is licensed under the MIT License β see the LICENSE file for details.
Copyright (c) 2026 MediCat Project Contributors
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
...
MediCat Installer 21.12 is a system recovery and maintenance toolkit. It is intended for legitimate troubleshooting, data recovery, and system deployment by authorized personnel.
- Password recovery tools included are for recovering access to your own systems or systems you have explicit permission to access. Unauthorized use may violate local laws.
- AI API integration requires you to provide your own keys. The authors are not responsible for any costs incurred through API usage.
- Driver injection uses third-party driver packs. Verify driver licensing for commercial deployment.
- No warranty: The software is provided "as is" without guarantee of fitness for a particular purpose. Always test in a non-production environment first.
Ethical use only. Do not use this toolkit for any activity that violates applicable laws or regulations.
| Component | Link |
|---|---|
| MediCat Base ISO (v21.12) | |
| USB Creator Utility | |
| Update Pack 2026-01 |
MediCat Installer 21.12 β because when your system won't boot, you need more than a prayer. You need a toolkit that thinks for itself.