Broadcast IT, Healthcare IT, and practical public tools.
Windows utilities, Android apps, browser extensions, web tools, media workflows, and generated validation evidence
PowerShell · Python · C# · Kotlin · JavaScript · Rust · C++
View full portfolio · Start Here · First-time setup · Local validation
⚡ PowerShell · 🐍 Python · 🌐 Web Apps · 🧩 Extensions · 📱 Android · 🔒 Security · 🖥️ Desktop · 🎬 Media · 📚 Guides · 🔀 Forks
Use this table to route quickly by task, platform, install path, and confidence signal. The full portfolio is better for search and filters; this README is optimized for fast routing and install confidence.
| Signal | I want to... | Best category | What you'll find | Action |
|---|---|---|---|---|
| PS | Automate Windows administration | PowerShell or Desktop | Branch-pinned commands, release downloads, and focused desktop utilities. | Browse → |
| PY | Build or run Python utilities | Python | Local-first tools, media workflows, automation, and integration helpers. | Browse → |
| WEB | Use a browser tool | Web Apps | No-install dashboards and self-hosted or live project surfaces. | Open → |
| EXT | Add browser functionality | Extensions | CRX, XPI, userscript, source, and release-backed install paths. | Install → |
| APK | Use tools on Android devices | Android | APK releases, Android source projects, and mobile utility workflows. | Download → |
| SEC | Audit, validate, or secure systems | Security | Network checks, DNS control, defensive tooling, and operator notes. | Browse → |
| MED | Capture, convert, or repair media | Media | Stream capture, video repair, compression, conversion, and cleanup tools. | Download → |
| DOC | Learn a repeatable workflow | Guides | Public references, checklists, companion guides, and setup material. | Read → |
| OPS | Set up or verify this profile repo | First-time setup or Local validation | Install checks, local linting, Pester, schema validation, and smoke evidence. | Verify → |
| ALL | Search across everything | Full portfolio or Misc | Filterable portfolio data from the generated projects.json feed. | Search → |
Quick platform map: PowerShell · Python · Web Apps · Extensions · Android · Desktop
💾 First-time setup -- Inspect first, then install only the tooling your machine is missing.
The setup path checks for PowerShell 7, Python, pip, and Git before changing anything, then refreshes the current shell so the project snippets and validation tools work immediately. On a fresh Windows machine, open PowerShell and paste:
irm https://raw.githubusercontent.com/SysAdminDoc/SysAdminDoc/main/setup.ps1 | iexInspect before installing:
$u='https://raw.githubusercontent.com/SysAdminDoc/SysAdminDoc/main/setup.ps1'; $p="$env:TEMP\SysAdminDoc-setup.ps1"; irm $u -OutFile $p; notepad $p; powershell -NoProfile -ExecutionPolicy Bypass -File $p -CheckOnly| Step | Behavior |
|---|---|
| Checks first | Reports PowerShell 7, Python, pip, and Git state before installing missing tools. |
| Inspect before installing | Save the script, review it, then run -CheckOnly to report PowerShell 7, Python, Git, pip, and winget state without installing. |
| Installs with Windows tooling | Uses winget for PowerShell 7, Python 3.12, and Git for Windows. |
| Refreshes the shell | Updates the current PATH so install snippets and validation commands work without reopening PowerShell. |
| Records diagnostics | Writes a best-effort transcript to %TEMP%\SysAdminDoc-setup-*.log. |
| Shows its source | setup.ps1 is the exact script being run. |
Already have PowerShell 7, Python, pip, and Git? Skip this section and open the category you need.
✅ Local validation -- Regenerate, lint, analyze, test, and smoke-check the profile feed locally.
Use this from the repo root before pushing profile, catalog, asset, or validation changes:
pwsh -NoProfile -File .\scripts\validate-local.ps1Run the manual dependency and advisory review:
npm run review:dependencies| Check | Behavior |
|---|---|
| Node tools | Runs npm ci before markdownlint so the pinned local package is present. |
| Dependency review | Runs npm audit --json, checks package override drift, verifies npm lock/hash pins, and reports latest-known npm/Python audit-tool freshness without failing solely on stale evidence. |
| PowerShell runtime | Reports the current pwsh version/channel, warns below PowerShell 7.6 LTS during the 7.4 transition window, and keeps Windows PowerShell 5.1 limited to setup.ps1 bootstrap. |
| PowerShell tools | Installs and imports Pester 5.8.0 plus PSScriptAnalyzer 1.25.0 for the current user when needed. |
| Markdown | Runs npm run lint:markdown against the tracked public Markdown surfaces. |
| Static analysis | Runs PSScriptAnalyzer with PSScriptAnalyzerSettings.psd1. |
| Tests | Runs Invoke-Pester -Path tests -Output Detailed. |
| Metadata budget drill | Runs pwsh -NoProfile -File .\scripts\sync-profile.ps1 -Check -GraphQlPageSize 300 to exercise a smaller GitHub metadata page size and record request/retry telemetry. |
Already bootstrapped? Add -SkipBootstrap to reuse installed modules and node_modules.
Categories with suggested starting points and quick actions before the full generated catalog below.
| PowerShell | Python | Web Apps | Extensions | Android |
|---|---|---|---|---|
| ⚡ PowerShell Windows automation and administration. win11-nvme-driver-patcher LibreSpot Network_Security_Auditor Browse → |
🐍 Python Utilities, libraries, and integration tools. OpenCut project-nomad-desktop Vertigo Browse → |
🌐 Web Apps Self-hosted and online tools for IT. Openshop StormviewRadar SkyTrack Open → |
🧩 Extensions Browser installs for productivity and security. Astra-Deck ScriptVault AmazonEnhanced Install → |
📱 Android Utilities and assistants for mobile workflows. ZeusWatch ClearCut HostShield Download → |
| Security | Desktop | Media | Guides | Misc |
|---|---|---|---|---|
| 🔒 Security Audit, validate, and secure systems. pfSenseSuite BetterNext ESET Browse → |
🖥️ Desktop Focused Windows and cross-platform apps. MyPortfolio LocalChromeStore LocalDesktopStore Download → |
🎬 Media Capture, conversion, and media repair tools. VideoSubtitleRemover VideoCrush AlphaCut Download → |
📚 Guides Step-by-step guides and reference material. AI_Realism facebook-exit-guide android-debloat-list Read → |
🔀 Misc Forks, continuations, and supporting utilities. octopus-factory LTSC-MicrosoftStore RcloneBrowser Explore → |
⚡ PowerShell System Utilities -- 30 repos -- Clipboard-ready Windows administration tools with branch-pinned run commands.
Suggested starting points: win11-nvme-driver-patcher, LibreSpot, Network_Security_Auditor.
win11-nvme-driver-patcher ⭐49 -- GUI to enable Windows Server 2025 NVMe driver on Win11 ⬇ Download
$d="$env:TEMP\win11-nvme-driver-patcher"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/win11-nvme-driver-patcher $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; & "$d\NVMe_Driver_Patcher.ps1"LibreSpot ⭐12 -- Spotify customization — automates Spicetify, themes, extensions ⬇ Download
$d="$env:TEMP\LibreSpot"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/LibreSpot $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; & "$d\LibreSpot.ps1"DisableDefender ⭐9 -- Defender disabler/remover with CLI + premium WPF GUI; firewall preserved ⬇ Download
$d="$env:TEMP\DisableDefender"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/DisableDefender $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; & "$d\DisableDefender.ps1"DefenderControl ⭐5 -- WPF GUI to fully disable or re-enable Microsoft Defender ⬇ Download
$d="$env:TEMP\DefenderControl"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/DefenderControl $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; & "$d\DefenderControl.ps1"Network_Security_Auditor ⭐5 -- 67 automated checks across 8 security domains, MITRE ATT&CK mapping ⬇ Download
$d="$env:TEMP\Network_Security_Auditor"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/Network_Security_Auditor $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; & "$d\NetworkSecurityAudit.ps1"MonitorControl ⭐2 -- Control monitor settings via DDC/CI ⬇ Download
$d="$env:TEMP\MonitorControl"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/MonitorControl $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; & "$d\MonitorControlPro.ps1"NetForge ⭐2 -- WPF network adapter manager — static/DHCP, DNS presets, profile management ⬇ Download
$d="$env:TEMP\NetForge"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/NetForge $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; & "$d\NetForge.ps1"Start-Menu-Organizer ⭐2 -- Clean junk, detect broken shortcuts, reorganize Start Menu ⬇ Download
$d="$env:TEMP\Start-Menu-Organizer"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/Start-Menu-Organizer $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; & "$d\StartMenuOrganizerPro.ps1"Debloat-Win11 ⭐1 -- Enterprise Windows 11 debloating with AppX removal, Office cleanup, telemetry blocking ⬇ Download
$d="$env:TEMP\Debloat-Win11"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/Debloat-Win11 $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; & "$d\Debloat-Win11.ps1"Disable-AdobeTelemetry ⭐1 -- Comprehensive Adobe telemetry and GrowthSDK suppression for Windows ⬇ Download
$d="$env:TEMP\Disable-AdobeTelemetry"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/Disable-AdobeTelemetry $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; & "$d\Disable-AdobeTelemetry.ps1"TelemetrySlayer ⭐1 -- WPF GUI to disable Windows telemetry, data collection, and compatibility bloat ⬇ Download
$d="$env:TEMP\TelemetrySlayer"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/TelemetrySlayer $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; & "$d\TelemetrySlayer.ps1"Wingetter ⭐1 -- Discover, select, and bulk install software via Winget ⬇ Download
$d="$env:TEMP\Wingetter"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/Wingetter $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; & "$d\Wingetter.ps1"WURepair ⭐1 -- Comprehensive Windows Update component repair — DLL re-registration, DISM, SFC, network reset ⬇ Download
$d="$env:TEMP\WURepair"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/WURepair $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; & "$d\WURepair.ps1"AdapterLock -- Per-adapter IP lockdown for Windows -- WPF GUI, CLI mode, policy export, and event-log auditing
$d="$env:TEMP\AdapterLock"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b master https://github.com/SysAdminDoc/AdapterLock $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; & "$d\AdapterLock.ps1"Brave-Portable-Updater -- Update Brave inside a Portapps portable install without touching system install
$d="$env:TEMP\Brave-Portable-Updater"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/Brave-Portable-Updater $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; & "$d\Update-BravePortable.ps1"DefenderShield -- Repair and restore Windows Defender and Firewall after debloaters
$d="$env:TEMP\DefenderShield"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/DefenderShield $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; & "$d\DefenderShield.ps1"EXTRACTORX -- Open-source bulk archive extraction tool for Windows ⬇ Download
$d="$env:TEMP\EXTRACTORX"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/EXTRACTORX $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; & "$d\ExtractorX.ps1"FirewallForge -- WPF Windows Firewall manager with live rule editing and offline backup editor
$d="$env:TEMP\FirewallForge"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/FirewallForge $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; & "$d\FirewallManager.ps1"JDownloader-2-Ultimate-Manager -- Comprehensive automation for JDownloader 2 ⬇ Download
$d="$env:TEMP\JDownloader-2-Ultimate-Manager"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/JDownloader-2-Ultimate-Manager $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; & "$d\JDownloader 2 Ultimate Manager.ps1"npp-sc-scanner -- Detect and remediate Notepad++ supply chain attack IOCs
$d="$env:TEMP\npp-sc-scanner"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/npp-sc-scanner $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; & "$d\NppScanner-GUI.ps1"NuclearDellRemover -- Scorched-earth Dell bloatware removal — 8-phase complete cleanup ⬇ Download
$d="$env:TEMP\NuclearDellRemover"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/NuclearDellRemover $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; & "$d\NuclearDellRemover.ps1"PathForge -- Filesystem repair, stubborn file deletion, path management ⬇ Download
$d="$env:TEMP\PathForge"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/PathForge $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; & "$d\PathForge.ps1"PfblockerngManager -- GUI for managing pfBlockerNG on pfSense firewalls
$d="$env:TEMP\PfblockerngManager"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/PfblockerngManager $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; & "$d\pfBlockerNG-Manager.ps1"Restore-WindowsDefaults -- Reverse debloat changes and restore Windows to factory defaults
$d="$env:TEMP\Restore-WindowsDefaults"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/Restore-WindowsDefaults $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; & "$d\Restore-WindowsDefaults.ps1"SoftwareScannerGUI -- WPF audit tool for installed software — AppX, Win32, services, tasks, startup entries
$d="$env:TEMP\SoftwareScannerGUI"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/SoftwareScannerGUI $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; & "$d\SoftwareScannerGUI.ps1"SystemUpdatePro -- Enterprise Windows update automation — OEM drivers, Windows Update, winget
$d="$env:TEMP\SystemUpdatePro"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/SystemUpdatePro $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; & "$d\SystemUpdatePro.ps1"ThankYouJeffrey -- A tribute to the creator of PowerShell, Jeffrey Snover
$d="$env:TEMP\ThankYouJeffrey"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/ThankYouJeffrey $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; & "$d\ThankYouJeffrey.ps1"VoidTools-Everything-Settings-Manager -- GUI for managing VoidTools Everything settings, INI editing, CSV filter/bookmark management
$d="$env:TEMP\VoidTools-Everything-Settings-Manager"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/VoidTools-Everything-Settings-Manager $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; & "$d\EverythingSettingsManager.ps1"WallBrand -- Wallpaper branding tool with GUI and CLI modes
$d="$env:TEMP\WallBrand"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/WallBrand $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; & "$d\WallBrandPro.ps1"WinForge -- All-in-one Windows provisioning suite — app installer, tweaks, features, updates
$d="$env:TEMP\WinForge"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/WinForge $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; & "$d\WinForge.ps1"🐍 Python Desktop Applications -- 29 repos -- Local-first desktop utilities, media workflows, and automation built on Python 3.
Suggested starting points: OpenCut, project-nomad-desktop, Vertigo.
OpenCut ⭐26 -- AI-powered video editing automation for Premiere Pro — caption generation, audio processing, VFX ⬇ Download
$d="$env:TEMP\OpenCut"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/OpenCut $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; & "$d\Install.ps1"project-nomad-desktop ⭐12 -- Offline survival command center — maps, AI chat, situation room, NukeMap, supply tracking ⬇ Download
$d="$env:TEMP\project-nomad-desktop"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b master https://github.com/SysAdminDoc/project-nomad-desktop $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; python "$d\nomad.py"Bookmark-Organizer-Pro ⭐5 -- AI-powered bookmark manager and categorizer ⬇ Download
$d="$env:TEMP\Bookmark-Organizer-Pro"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/Bookmark-Organizer-Pro $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; python "$d\main.py"SlunderStudio ⭐5 -- Offline AI music generation suite — song creation, lyrics, MIDI, vocals, stem separation, mastering
$d="$env:TEMP\SlunderStudio"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/SlunderStudio $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; python "$d\main.py"SunoJump ⭐5 -- Audio fingerprint masking for Suno AI — 10-pass pipeline, PyQt6 GUI, batch processing ⬇ Download
$d="$env:TEMP\SunoJump"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/SunoJump $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; python "$d\sunojump.py"MSStoreHelper ⭐3 -- Install Microsoft Store apps without the Store ⬇ Download
$d="$env:TEMP\MSStoreHelper"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/MSStoreHelper $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; python "$d\MSStoreHelper.py"PyShop ⭐3 -- Open source Photoshop alternative
$d="$env:TEMP\PyShop"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/PyShop $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; python "$d\pyshop_image_editor.py"FileOrganizer ⭐2 -- AI-powered desktop tool for classifying and organizing design asset folders ⬇ Download
$d="$env:TEMP\FileOrganizer"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/FileOrganizer $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; python "$d\run.py"AppList ⭐1 -- Scan, catalog, and export all installed applications ⬇ Download
$d="$env:TEMP\AppList"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/AppList $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; python "$d\AppList.py"ExplorerTweaks ⭐1 -- GUI for toggling 50+ Windows File Explorer registry settings with live preview ⬇ Download
$d="$env:TEMP\ExplorerTweaks"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/ExplorerTweaks $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; python "$d\explorer_tweaks.py"FaceSlim ⭐1 -- AI face slimming, reshaping, and beautification with real-time preview and GPU acceleration ⬇ Download
$d="$env:TEMP\FaceSlim"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/FaceSlim $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; python "$d\FaceSlim.py"GifText ⭐1 -- Animated GIF text editor for meme creation
$d="$env:TEMP\GifText"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/GifText $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; python "$d\GifText.py"ImgConverter ⭐1 -- Universal image batch converter (PyQt6 GUI + CLI) with metadata, ICC, and HDR fidelity ⬇ Download
$d="$env:TEMP\ImgConverter"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b master https://github.com/SysAdminDoc/ImgConverter $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; python "$d\imgconverter.py"KeepSyncNotes ⭐1 -- Google Keep importer and note tracker
$d="$env:TEMP\KeepSyncNotes"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/KeepSyncNotes $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; python "$d\keepsync_notes.py"PromptCompanion ⭐1 -- A curated, searchable, offline library of the best AI prompts ⬇ Download
$d="$env:TEMP\PromptCompanion"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/PromptCompanion $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; python "$d\promptcompanion.py"PyWall ⭐1 -- Real-time Windows Firewall manager and network monitor ⬇ Download
$d="$env:TEMP\PyWall"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/PyWall $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; python "$d\PyWall.py"QuickFind ⭐1 -- Lightning-fast file search for Windows — reads NTFS MFT directly ⬇ Download
$d="$env:TEMP\QuickFind"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/QuickFind $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; python "$d\quickfind.py"UniFile ⭐1 -- AI-powered unified file organization — 5 engines, tag-based library, LLM integration ⬇ Download
$d="$env:TEMP\UniFile"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b master https://github.com/SysAdminDoc/UniFile $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; python "$d\run.py"Vertigo ⭐1 -- Vertical video studio for short-form creators — turns raw footage into polished 9:16 for Shorts/TikTok/Reels ⬇ Download
$d="$env:TEMP\Vertigo"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/Vertigo $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; python "$d\vertigo.py"AI-Model-Compass -- Discover, download, and run local AI models tailored to your hardware ⬇ Download
$d="$env:TEMP\AI-Model-Compass"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/AI-Model-Compass $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; python "$d\ai_model_compass.py"FoxPort -- Migrate passwords, bookmarks, and extensions from Chromium browsers to Firefox ⬇ ZIP
FrameSnap -- Browse MP4 videos, mark frames visually, and export precise screenshots ⬇ Download
$d="$env:TEMP\FrameSnap"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/FrameSnap $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; python "$d\framesnap.py"GitForge -- Full GitHub repo manager — clone, sync, diff, manage ⬇ Download
$d="$env:TEMP\GitForge"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/GitForge $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; python "$d\gitforge.py"HostsFileGet -- GUI for managing the Windows hosts file ⬇ Download
$d="$env:TEMP\HostsFileGet"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/HostsFileGet $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; & "$d\PythonLauncher.ps1"LlamaLink -- Sleek GUI frontend for llama.cpp — search, download, and chat with local LLMs ⬇ Download
$d="$env:TEMP\LlamaLink"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b master https://github.com/SysAdminDoc/LlamaLink $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; python "$d\llamalink.py"Mattpad -- Minimal notepad built for personal workflow ⬇ Download
$d="$env:TEMP\Mattpad"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/Mattpad $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; python "$d\mattpad.py"Qwen3-TTS-Studio -- AI voice generator powered by Qwen3-TTS ⬇ Download
$d="$env:TEMP\Qwen3-TTS-Studio"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/Qwen3-TTS-Studio $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; python "$d\qwen3_tts_studio.py"SwiftShot -- Debloated, Greenshot-inspired screenshot tool ⬇ Download
$d="$env:TEMP\SwiftShot"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/SwiftShot $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; & "$d\App\Install-SwiftShot.ps1"uBlock-Stylus-Converter -- Convert uBlock cosmetic filters to Stylus CSS ⬇ Download
$d="$env:TEMP\uBlock-Stylus-Converter"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/uBlock-Stylus-Converter $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; python "$d\ublocktoCSS.py"🌐 Web Applications -- 29 repos -- Launchable browser tools, dashboards, and project surfaces with no local install.
Suggested starting points: Openshop, StormviewRadar, SkyTrack.
| Project | Description | Live |
|---|---|---|
| Openshop ⭐3 | Free browser-based image editor - layers, smart effects, PSD import | Launch |
| UserScriptHunt ⭐3 | Unified search engine for userscripts | Launch |
| IconForge ⭐1 | Browser-based image resizer and converter | Launch |
| Multistreamer ⭐1 | Multi-video streaming viewer with chat | Launch |
| NukeMap ⭐1 | Nuclear weapon effects simulator — blast waves, WW3 simulation, 418 targets | Launch |
| ApocalypseWatch | Realtime business-jet tracker dashboard vs. 24h baseline | Launch |
| AsteroidSimulator | Asteroid and comet impact simulator with interactive 3D visualization | Repo |
| Base64Converter | Base64 encoding/decoding with file, text, QR code, and image support | Launch |
| BookmarkVault | Bookmark management web app | Launch |
| ClipForge | Browser-based video editor powered by FFmpeg.wasm | Launch |
| ConvertFlow | Browser-based media converter — audio, video, image — no uploads | Launch |
| CoolSites | Curated directory of 470+ free tools and open source projects | Launch |
| CronScope | Cron expression builder and visualizer | Launch |
| DeGoogler | Turnkey migration toolkit for leaving Google services | Launch |
| GifStudio | Browser-based GIF creation and editing studio — 100% client-side | Launch |
| HurricaneMap | Interactive map of every U.S. hurricane landfall (1851–present) — NOAA HURDAT2 | Launch |
| ImageForge | Open source image converter | Launch |
| ImageXpert | Multi-engine reverse image search — Google Lens, Yandex, Bing, TinEye | Launch |
| kindred | Compatibility-first dating and social platform | Repo |
| LogLens | Log file viewer and analyzer | Launch |
| MHTMLens | MHTML file viewer and inspector | Launch |
| NATO_PHONETIC_TRAINING | NATO phonetic alphabet training app | Launch |
| SearchHub | Search 538 engines across 29 categories | Launch |
| SkyTrack | Real-time aircraft tracker — commercial, military, helicopters | Launch |
| SPECTRE | Intelligence aggregator platform | Launch |
| StormScope | Live US weather radar with webcam overlays -- NEXRAD radar plus 7,000+ traffic cameras | Repo |
| StormviewRadar | Open source weather radar viewer | Launch |
| Text-Filter-Editor | Text filtering and processing tool | Launch |
| VIPTrack | Military and VIP aircraft tracker | Launch |
🧩 Browser Extensions & Userscripts -- 24 repos -- Chrome, Firefox, and userscript installs with explicit release or raw-source paths.
Suggested starting points: Astra-Deck, ScriptVault, AmazonEnhanced.
| Project | Description | Install |
|---|---|---|
| Astra-Deck ⭐8 | Premium YouTube enhancement extension — 150+ features for Chrome & Firefox | ⬇ CRX/XPI |
| YoutubeAdblock ⭐5 | Undetectable YouTube ad blocker with proxy engine | Install |
| ScriptVault ⭐3 | Open-source Chrome MV3 userscript manager — Monaco editor, 35+ GM APIs | ⬇ ZIP |
| UserScript-Finder ⭐3 | Discover userscripts for any website | Install |
| NDNS ⭐2 | NextDNS control panel userscript | Repo |
| StyleCraft ⭐2 | Full-featured CSS style editor and manager — Chrome extension | ⬇ ZIP |
| Claude-Ultimate-Enhancer ⭐1 | All-in-one Claude.ai enhancement suite — themes, usage monitor, prompt library | Install |
| Discrub ⭐1 | Discord message editor, deleter, and exporter | ⬇ CRX |
| GeminiBuddy ⭐1 | Productivity features for Gemini | Install |
| StyleKit ⭐1 | CSS customization extension — visual editor for any website | ⬇ CRX |
| Vantage ⭐1 | New tab dashboard for Chromium — customizable search, RSS, news, weather, quick links | Repo |
| AI-Usage_Tracker | Usage-limit countdowns and notifications for AI chat tools -- Chrome, Firefox, and userscript builds | ⬇ ZIP/XPI |
| AmazonEnhanced | Chrome MV3 Amazon UX cleanup — dark theme, sponsored-result removal, review-quality scoring, 20 locales | ⬇ CRX |
| BackgroundSearch | Chrome extension — force background tabs + context menu search | Repo |
| Chapterizer | Auto-generate YouTube chapters, detect filler words, skip pauses | Install |
| ClearGem | Removes visible watermarks from Google Gemini AI-generated images | Install |
| DarkModer | Dark Reader as a userscript | Install |
| Doordash-Enhanced | DoorDash dark mode and feature enhancements | Install |
| IMDb_Enhanced | IMDb enhancement userscript | Install |
| MediaDL | Media downloader userscript | Install |
| Reddit-Enhancement-Continued | Enhancement suite for old.reddit.com | Install |
| RES-Slim | Stripped-down Reddit Enhancement Suite fork for old.reddit.com comment tweaks and media expandos Upstream: honestbleeps/Reddit-Enhancement-Suite; License: GPL-3.0 |
Repo |
| RumbleX | Comprehensive Rumble.com enhancement | ⬇ ZIP |
| uBlockVanced | uBlock Origin with Catppuccin Mocha and Element Forge panel Upstream: gorhill/uBlock; License: GPL-3.0 |
⬇ CRX |
📱 Android Applications -- 20 repos -- AMOLED-friendly APKs, Android source projects, and device-focused utilities.
Suggested starting points: ZeusWatch, ClearCut, HostShield.
| Project | Description | Download |
|---|---|---|
| AppManagerNG ⭐31 | Power-user package manager — continuation of MuntashirAkon/AppManager Upstream: MuntashirAkon/AppManager; License: GPL-3.0-or-later |
Repo |
| ClearCut ⭐19 | Full-featured Android video editor -- Kotlin, Jetpack Compose, and Media3 | ⬇ APK |
| OpenTasker ⭐19 | FOSS Tasker alternative for Android | Repo |
| HostShield ⭐12 | AMOLED-dark hosts-based ad blocker — inspired by AdAway | ⬇ APK |
| SwiftFloris ⭐12 | SwiftKey-inspired keyboard built on FlorisBoard's foundation | Repo |
| Aura ⭐10 | Open-source Zedge alternative — wallpapers, video wallpapers, ringtones, YouTube integration | ⬇ APK |
| ZeusWatch ⭐7 | Premium dark weather app — no API keys required | ⬇ APK |
| AlarmClockXtreme ⭐6 | Feature-rich alarm clock with dismiss challenges | ⬇ APK |
| OpenLumen ⭐5 | Open-source CF.Lumen successor -- root-grade display color filter for Android with rootless fallback | ⬇ APK |
| CallShield ⭐3 | Spam call and text blocker — GitHub-hosted spam database, no API keys, no subscriptions | ⬇ APK |
| Droidsmith ⭐3 | Cross-platform ADB GUI for managing Android devices over USB/WiFi (Rust) | ⬇ EXE |
| OpenSwift ⭐3 | SwiftKey-inspired Android keyboard — glide typing, prediction, themes, clipboard | Repo |
| FileExplorer ⭐2 | Full-featured file manager with root access, archive support, cloud storage | Repo |
| iOSIconPack ⭐2 | iOS-style icon pack for Android — 6 iOS eras | ⬇ APK |
| Lawnchair-Lite ⭐2 | Lightweight launcher with 5 built-in dark themes | ⬇ APK |
| one-ui-home-clone ⭐1 | Samsung One UI 7 parity launcher — Compose, clone not a port | ⬇ APK |
| SnapCrop ⭐1 | Screenshot editor — ML Kit autocrop, 14 draw tools, collage, device mockup | ⬇ APK |
| BillMinder | Bill tracker with alarm-style reminders | ⬇ APK |
| GuitarTuner | Offline Android acoustic guitar tuner with automatic string detection and local-only microphone processing | Repo |
| LocalAndroidStore | Personal Android-app catalog sourced from GitHub Releases — Android sibling of LocalChromeStore | ⬇ APK |
🔒 Security & Networking -- 3 repos -- Network auditing, DNS control, and defensive tooling with practical operator notes.
Suggested starting points: pfSenseSuite, BetterNext, ESET.
| Project | Description | Download |
|---|---|---|
| pfSenseSuite ⭐1 | pfSense scripts and customizations toolkit | Repo |
| BetterNext | Enhanced NextDNS Control Panel | Repo |
| ESET | Complete ESET port and address reference lists | Repo |
🎬 Media & Conversion Tools -- 7 repos -- Video repair, compression, conversion, subtitle removal, and stream-capture workflows.
Suggested starting points: VideoSubtitleRemover, VideoCrush, AlphaCut.
VideoSubtitleRemover ⭐33 -- Remove hardcoded subtitles from video ⬇ Download
$d="$env:TEMP\VideoSubtitleRemover"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/VideoSubtitleRemover $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; python "$d\VideoSubtitleRemover.py"StreamKeep ⭐2 -- Multi-platform stream/VOD downloader with built-in media converter ⬇ Download
$d="$env:TEMP\StreamKeep"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/StreamKeep $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; python "$d\StreamKeep.py"AlphaCut ⭐1 -- Video background removal and compositing ⬇ Download
$d="$env:TEMP\AlphaCut"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/AlphaCut $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; python "$d\AlphaCut.py"GIFM -- Local GIF maker and compressor with Discord-ready target fitting ⬇ ZIP
MediaForge -- Multi-format media converter
$d="$env:TEMP\MediaForge"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/MediaForge $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; python "$d\MediaForge.py"VideoCrush -- Video compression and processing
$d="$env:TEMP\VideoCrush"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/VideoCrush $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; python "$d\video_compressor.py"yt_livestream_downloader -- Download livestreams while they're still live
$d="$env:TEMP\yt_livestream_downloader"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/yt_livestream_downloader $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; python "$d\yt_livestream_downloader.py"🖥️ Native Desktop Applications -- 24 repos -- Installable Windows and cross-platform apps across C#, C++, Rust, and TypeScript.
Suggested starting points: MyPortfolio, LocalChromeStore, LocalDesktopStore.
| Project | Description | Language | Download |
|---|---|---|---|
| DeepPurge ⭐5 | Thorough Windows uninstaller — removes programs completely, hunts down every leftover | C# | ⬇ EXE |
| UniversalConverterX ⭐3 | Native Windows file converter with context menu integration — 1000+ formats | C# | Repo |
| qBittorrent-Vanced ⭐2 | Customized BitTorrent client with dark theme Upstream: c0re100/qBittorrent-Enhanced-Edition; License: GPL-2.0-or-later / GPL-3.0-or-later assets |
C++ | ⬇ EXE |
| AndroidEmulatorPlus ⭐1 | Install Android SDK, manage AVDs, root with Magisk, migrate apps | C# | Repo |
| Images ⭐1 | Dark-mode Windows 7 Classic Photo Viewer with live inline rename-while-viewing | C# | ⬇ ZIP |
| Keepr ⭐1 | Pixel-close offline-first Google Keep clone -- Tauri 2 + React + Rust + SQLite | TypeScript | ⬇ EXE |
| LocalChromeStore ⭐1 | Personal Chromium extension store sourced from GitHub releases — one-click install/uninstall | C# | ⬇ ZIP |
| PartitionPilot ⭐1 | Windows disk partition manager -- WPF disk map, SMART health, maintenance, and image workflows | C# | Repo |
| TsunamiSimulator ⭐1 | 3D-globe tsunami simulator -- asteroid impacts, nuclear bursts, earthquakes, landslides | Rust | ⬇ EXE |
| Devicer | Unified Windows toolkit for rooted Android — identify, ROM search, partition backup, boot.img patch, flashing | C# | Repo |
| HostsGuard | Real-time network privacy manager — DNS monitoring, hosts file management, firewall rules | C# | ⬇ EXE |
| LocalDesktopStore | Private catalog for Windows desktop apps — MSI/Inno/NSIS/ZIP from GitHub releases | C# | ⬇ ZIP |
| MyPortfolio | One Windows desktop catalog for every app I ship — binaries, extensions, APKs from GitHub releases | C# | ⬇ ZIP |
| OpenNetLimit | Per-application bandwidth limiter and network monitor for Windows | C# | Repo |
| OrganizeContacts | Local-first contact organizer and deduper — native Windows, no cloud upload | C# | Repo |
| PhoneFork | Dual-Samsung Android migration tool for Windows -- apps, media, settings, Wi-Fi, roles, and debloat profiles | C# | Repo |
| QuotaGlass | Always-visible AI usage quota widget for Windows | C# | ⬇ EXE |
| RcloneBrowserNG | Modern rclone GUI -- file browser, transfer manager, mount handler. Qt/C++ cross-platform desktop app. Community continuation of RcloneBrowser. | C++ | Repo |
| REDplusplus | RED++ -- Remove Empty Directories. Find, display, and delete empty directories recursively with custom filter rules. | C# | Repo |
| Scour | High-performance disk cleanup — 12 scanner types, NTFS MFT reading | C# | Repo |
| Snapture | All-in-one screenshot utility — region/window/fullscreen, pinned overlays, no telemetry | C# | Repo |
| TaskCopy | Single-click clipboard snippet menu -- tray icon, global hotkey, search | C# | ⬇ ZIP |
| Vigil | Windows packaging for ungoogled-chromium Upstream: ungoogled-software/ungoogled-chromium-windows; License: BSD-3-Clause |
HTML | Repo |
| WolfPack | Custom LibreWolf portable distribution | Fluent | ⬇ EXE |
📚 Guides & Resources -- 4 repos -- Public references, checklists, and companion guides for repeatable workflows.
Suggested starting points: AI_Realism, facebook-exit-guide, android-debloat-list.
| Project | Description |
|---|---|
| AI_Realism | Field guide for ultra-realistic AI video generation |
| android-debloat-list | Curated Android debloat list with vulnerability notes — companion to AppManagerNG Upstream: MuntashirAkon/android-debloat-list; License: AGPL-3.0 |
| facebook-exit-guide | Guide for leaving Facebook |
| sysadmindoc.github.io | Personal portfolio and project showcase site hosted on GitHub Pages |
🔀 Misc & Forks -- 5 repos -- Forks, continuations, and supporting utilities with upstream context preserved.
Suggested starting points: octopus-factory, LTSC-MicrosoftStore, RcloneBrowser.
| Project | Description |
|---|---|
| LTSC-MicrosoftStore | Add Windows Store to Win11 24H2 LTSC Upstream: minihub/LTSC-Add-MicrosoftStore; License: Other |
| octopus-factory | Recipe-driven autonomous coding pipeline - multi-agent build/audit/release |
| RcloneBrowser | Cross-platform GUI for rclone Upstream: kapitainsky/RcloneBrowser; License: MIT |
| TabExplorer | Tabbed file manager for Windows Upstream: derceg/explorerplusplus; License: GPL-3.0 |
| TagStudio | User-focused photo & file management system Upstream: TagStudioDev/TagStudio; License: GPL-3.0 |




