Broadcast IT, Healthcare IT, and practical public tools.
PowerShell · Python · C# · Kotlin · JavaScript · Rust · C++
I help small and midsize businesses put AI to work: tool rollout, workflow automation, and the training that makes it stick. Fifteen years of enterprise IT and healthcare systems behind it, and every tool on this page is something I built and run.
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.
| I want to... | What you'll find | Action |
|---|---|---|
| PS Automate Windows administration | Branch-pinned commands, release downloads, and focused desktop utilities. | Browse → |
| PY Build or run Python utilities | Local-first tools, media workflows, automation, and integration helpers. | Browse → |
| WEB Use a browser tool | No-install dashboards and self-hosted or live project surfaces. | Open → |
| EXT Add browser functionality | CRX, XPI, userscript, source, and release-backed install paths. | Install → |
| APK Use tools on Android devices | APK releases, Android source projects, and mobile utility workflows. | Download → |
| SEC Audit, validate, or secure systems | Network checks, DNS control, defensive tooling, and operator notes. | Browse → |
| MED Capture, convert, or repair media | Stream capture, video repair, compression, conversion, and cleanup tools. | Download → |
| DOC Learn a repeatable workflow | Public references, checklists, companion guides, and setup material. | Read → |
| OPS Set up or verify this profile repo | Install checks, local linting, Pester, schema validation, and smoke evidence. | Verify → |
| ALL Search across everything | Filterable portfolio data from the generated projects.json feed. | Search → |
Quick platform map: PowerShell · Python · Web Apps · Extensions · Android · Desktop
Feed consumers: projects.json includes stable project IDs, canonical repository aliases, locale/script hints, and a schemaPolicy migration signal. Field-selecting consumers can keep their existing rendering path; strict validators should follow the declared supported version window.
💾 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.13, 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.ps1Create a redacted support bundle when local validation or setup needs troubleshooting:
pwsh -NoProfile -File .\scripts\validate-local.ps1 -SupportBundlePath .\SysAdminDoc-support.zip -SupportBundleRedactValue 'PrivateRepoName'The bundle contains tool versions, validation output, the profile sync report, and dependency-review evidence. User paths, common tokens/secrets, query credentials, and values supplied through -SupportBundleRedactValue are redacted. A setup transcript can be added directly when needed:
pwsh -NoProfile -File .\scripts\new-support-bundle.ps1 -OutputPath .\SysAdminDoc-setup-support.zip -ProfileReportPath .\reports\profile-sync-report.json -SetupTranscriptPath (Get-ChildItem "$env:TEMP\SysAdminDoc-setup-*.log" | Sort-Object LastWriteTime -Descending | Select-Object -First 1).FullNameRun the manual dependency and advisory review:
npm run review:dependenciesRun the opt-in Pester 6 compatibility lane in an isolated module path:
pwsh -NoProfile -File .\scripts\validate-local.ps1 -Pester6CompatibilityOptionally probe the deployed portfolio feed and key routes (warning-only):
pwsh -NoProfile -File .\scripts\sync-profile.ps1 -Check -ProbePortfolioEmit an optional redaction-safe Backstage catalog export:
pwsh -NoProfile -File .\scripts\sync-profile.ps1 -Check -BackstageExportPath .\reports\backstage-catalog.json| 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.9.1 plus PSScriptAnalyzer 1.25.0 for the current user when needed. |
| Pester 6 compatibility | Add -Pester6Compatibility to save Pester 6.1.0 into an isolated temporary module path and run the non-integration suite; the default Pester 5.9.1 lane is unchanged. |
| Portfolio cross-surface probe | Add -ProbePortfolio to compare the deployed portfolio feed timestamp/schema/counts and key routes; external drift or outage is warning-only. |
| 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. |
| Support bundle | Add -SupportBundlePath .\SysAdminDoc-support.zip to capture a redacted JSON/ZIP diagnostic bundle; pass known private values with -SupportBundleRedactValue. |
| Backstage export | Add -BackstageExportPath .\reports\backstage-catalog.json to emit opt-in public-safe backstage.io/v1alpha1 Component descriptors; suppressed, private, and metadata-unavailable rows are omitted. |
| 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. |
| Offline writes | -Write -Offline requires a fresh complete cache containing the repository inventory, release metadata, and contribution calendar; cold or partial caches stop before any generated file is opened. |
| Artifact publication | Checks the proposed generated set in memory, then stages each file beside its target with old and new SHA-256 hashes in a durable journal. Existing files are replaced atomically, the report moves last, and an interrupted run is repaired before the next generation. |
| Release verification pilot | Add -VerifyReleaseArtifacts to -Check to opt into capped GitHub release downloads with matching SHA-256 sidecars; the default remains metadata-only. |
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. 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 ⭐57 -- 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"DisableDefender ⭐11 -- 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"LibreSpot ⭐11 -- 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"DefenderControl ⭐10 -- 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 ⭐6 -- 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"SystemUpdatePro ⭐5 -- 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"Debloat-Win11 ⭐4 -- 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"Start-Menu-Organizer ⭐4 -- 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"WURepair ⭐4 -- 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"MonitorControl ⭐3 -- 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 ⭐3 -- 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"Disable-AdobeTelemetry ⭐2 -- 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"Wingetter ⭐2 -- 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"Brave-Portable-Updater ⭐1 -- 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 ⭐1 -- 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 ⭐1 -- 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 ⭐1 -- 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"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"VoidTools-Everything-Settings-Manager ⭐1 -- 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"WinForge ⭐1 -- 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"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"HostnameForensics -- Traces how, when, and by whom a Windows hostname changed, with zipped raw evidence
$d="$env:TEMP\HostnameForensics"; if(Test-Path $d){git -C $d pull -q}else{git clone -q --depth 1 -b main https://github.com/SysAdminDoc/HostnameForensics $d}; if(Test-Path "$d\requirements.txt"){pip install -q -r "$d\requirements.txt"}; & "$d\Invoke-HostnameForensics.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"LogVerdict -- Scans Windows logs, deduplicates them into signatures, and rules on each one in plain English ⬇ EXE
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"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"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"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"🐍 Python Desktop Applications -- 30 repos -- Local-first desktop utilities, media workflows, and automation built on Python 3.
Suggested starting points: OpenCut, project-nomad-desktop, Vertigo.
OpenCut ⭐40 -- 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"SlunderStudio ⭐12 -- Offline AI music generation suite. Song creation, lyrics, MIDI, vocals, stem separation, mastering ⬇ Download
$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 ⭐10 -- 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"Bookmark-Organizer-Pro ⭐7 -- 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"MSStoreHelper ⭐7 -- 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"FaceSlim ⭐3 -- 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"FileOrganizer ⭐3 -- 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"ImgConverter ⭐3 -- 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"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"AppList ⭐2 -- 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 ⭐2 -- 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"QuickFind ⭐2 -- 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 ⭐2 -- 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"AI-Model-Compass ⭐1 -- 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 ⭐1 -- Migrate passwords, bookmarks, and extensions from Chromium browsers to Firefox ⬇ ZIP
GitForge ⭐1 -- 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 ⭐1 -- 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 ⭐1 -- 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"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"Qwen3-TTS-Studio ⭐1 -- 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"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"AIUsageTracker -- Windows dashboard that tracks AI assistant usage windows and alarms when they reset ⬇ EXE
AstraDownloader -- Desktop video downloader for Windows that also serves the Astra Deck extension locally ⬇ EXE
FantasyLeagueFootball -- Draft-day board for half-PPR fantasy football, one offline HTML second screen plus a CLI ⬇ Download
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"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"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 -- 28 repos -- Launchable browser tools, dashboards, and project surfaces with no local install.
Suggested starting points: Openshop, StormviewRadar, SkyTrack.
| Project | Description | Live |
|---|---|---|
| Openshop ⭐11 | Free browser-based image editor. Layers, smart effects, PSD import | Launch |
| CoolSites ⭐4 | Curated directory of 470+ free tools and open source projects | Launch |
| UserScriptHunt ⭐4 | Unified search engine for userscripts | Launch |
| BetterTTS ⭐3 | Client-side text-to-speech studio running entirely in the browser, with WAV and MP3 export | Launch |
| ClipForge ⭐3 | Browser-based video editor powered by FFmpeg.wasm | Launch |
| ImageXpert ⭐2 | Multi-engine reverse image search. Google Lens, Yandex, Bing, TinEye | Launch |
| Multistreamer ⭐2 | Multi-video streaming viewer with chat | Launch |
| SearchHub ⭐2 | Search 538 engines across 29 categories | Launch |
| ConvertFlow ⭐1 | Browser-based media converter. Audio, video, image. No uploads | Launch |
| GifStudio ⭐1 | Browser-based GIF creation and editing studio. 100% client-side | Launch |
| IconForge ⭐1 | Browser-based image resizer and converter | Launch |
| LogLens ⭐1 | Log file viewer and analyzer | Launch |
| MHTMLens ⭐1 | MHTML file viewer and inspector | Launch |
| SkyTrack ⭐1 | Real-time aircraft tracker. Commercial, military, helicopters | Launch |
| SPECTRE ⭐1 | Intelligence aggregator platform | Launch |
| StormScope ⭐1 | Live US weather radar with webcam overlays. NEXRAD radar plus 7,000+ traffic cameras | Repo |
| StormviewRadar ⭐1 | Open source weather radar viewer | Launch |
| ApocalypseWatch | Realtime business-jet tracker dashboard vs. 24h baseline | Launch |
| Base64Converter | Base64 encoding/decoding with file, text, QR code, and image support | Launch |
| BookmarkVault | Bookmark management web app | Launch |
| CronScope | Cron expression builder and visualizer | Launch |
| DeGoogler | Turnkey migration toolkit for leaving Google services | Launch |
| HurricaneMap | Interactive map of every U.S. hurricane landfall from 1851 to today, built on NOAA HURDAT2 | Launch |
| kindred | Compatibility-first dating and social platform | Repo |
| NATO_PHONETIC_TRAINING | NATO phonetic alphabet training app | Launch |
| Segue | Migrates Spotify playlists and liked songs to YouTube Music with a match-review step | Launch |
| Text-Filter-Editor | Text filtering and processing tool | Launch |
| VIPTrack | Military and VIP aircraft tracker | Launch |
🧩 Browser Extensions & Userscripts -- 26 repos -- Chrome, Firefox, and userscript installs with explicit release or raw-source paths. Userscripts need a manager such as Tampermonkey, and Chrome now requires Developer mode on chrome://extensions.
Suggested starting points: Astra-Deck, ScriptVault, AmazonEnhanced.
| Project | Description | Install |
|---|---|---|
| Astra-Deck ⭐12 | Premium YouTube enhancement extension. 150+ features for Chrome & Firefox | ⬇ ZIP/XPI |
| YoutubeAdblock ⭐10 | Undetectable YouTube ad blocker with proxy engine | Install |
| ScriptVault ⭐6 | Open-source Chrome MV3 userscript manager. Monaco editor, 35+ GM APIs | ⬇ ZIP |
| UserScript-Finder ⭐5 | Discover userscripts for any website | Install |
| StyleKit ⭐3 | CSS customization extension. Visual editor for any website | ⬇ CRX |
| GeminiBuddy ⭐2 | Productivity features for Gemini | Install |
| MediaDL ⭐2 | Media downloader userscript | 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 |
| ClearGem ⭐1 | Removes visible watermarks from Google Gemini AI-generated images | Install |
| IMDb_Enhanced ⭐1 | IMDb enhancement userscript | Install |
| RumbleX ⭐1 | Comprehensive Rumble.com enhancement | ⬇ ZIP |
| uBlockVanced ⭐1 | uBlock Origin with Catppuccin Mocha and Element Forge panel Upstream: gorhill/uBlock; License: GPL-3.0 |
⬇ 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 |
| DarkModer | Dark Reader as a userscript | Install |
| Doordash-Enhanced | DoorDash dark mode and feature enhancements | Install |
| ForceBGTab | Forces link-opened tabs into the background so they never steal focus | ⬇ ZIP |
| Kick Focus | Desktop-first layout, accessibility, content filters, and ad defense for Kick.com | 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 |
| StarBoard | Ranks your GitHub repos by stars and shows star and fork gains since your last check | ⬇ ZIP |
📱 Android Applications -- 21 repos -- AMOLED-friendly APKs, Android source projects, and device-focused utilities.
Suggested starting points: ZeusWatch, ClearCut, HostShield.
| Project | Description | Download |
|---|---|---|
| AppManagerNG ⭐55 | Power-user package manager. Continuation of MuntashirAkon/AppManager Upstream: MuntashirAkon/AppManager; License: GPL-3.0-or-later |
Repo |
| OpenTasker ⭐39 | FOSS Tasker alternative for Android | Repo |
| ClearCut ⭐36 | Full-featured Android video editor. Kotlin, Jetpack Compose, and Media3 | ⬇ APK |
| Aura ⭐23 | Open-source Zedge alternative. Wallpapers, video wallpapers, ringtones, YouTube integration | ⬇ APK |
| SwiftFloris ⭐23 | SwiftKey-inspired keyboard built on FlorisBoard's foundation | Repo |
| HostShield ⭐16 | AMOLED-dark hosts-based ad blocker. Inspired by AdAway | ⬇ APK |
| AlarmClockXtreme ⭐14 | Feature-rich alarm clock with dismiss challenges | ⬇ APK |
| FileExplorer ⭐13 | Full-featured file manager with root access, archive support, cloud storage | Repo |
| CallShield ⭐12 | Spam call and text blocker. GitHub-hosted spam database, no API keys, no subscriptions | ⬇ APK |
| Droidsmith ⭐12 | Cross-platform ADB GUI for managing Android devices over USB/WiFi (Rust) | ⬇ EXE |
| OpenLumen ⭐10 | Open-source CF.Lumen successor. Root-grade display color filter for Android with rootless fallback | ⬇ APK |
| ZeusWatch ⭐8 | Premium dark weather app. No API keys required | ⬇ APK |
| Lawnchair-Lite ⭐6 | Lightweight launcher with 5 built-in dark themes | ⬇ APK |
| LocalAndroidStore ⭐6 | Personal Android-app catalog sourced from GitHub Releases. Android sibling of LocalChromeStore | ⬇ APK |
| iOSIconPack ⭐4 | iOS-style icon pack for Android. 6 iOS eras | ⬇ APK |
| OpenSwift ⭐4 | SwiftKey-inspired Android keyboard. Glide typing, prediction, themes, clipboard | Repo |
| SnapCrop ⭐3 | Screenshot editor. ML Kit autocrop, 14 draw tools, collage, device mockup | ⬇ APK |
| one-ui-home-clone ⭐2 | Samsung One UI 7 parity launcher. Compose, clone not a port | ⬇ 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 |
| PatchDock | Android patch manager | Repo |
🔒 Security & Networking -- 2 repos -- Network auditing, DNS control, and defensive tooling with practical operator notes.
Suggested starting points: BetterNext, ESET.
| Project | Description | Download |
|---|---|---|
| BetterNext ⭐1 | 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 ⭐64 -- 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 ⭐11 -- 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"MediaForge ⭐1 -- 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"GIFM -- Local GIF maker and compressor with Discord-ready target fitting ⬇ ZIP
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 -- 26 repos -- Installable Windows and cross-platform apps across C#, C++, Rust, and TypeScript.
Suggested starting points: MyPortfolio, LocalChromeStore, LocalDesktopStore.
| Project | Description | Language | Download |
|---|---|---|---|
| DeepPurge ⭐6 | Thorough Windows uninstaller. Removes programs completely, hunts down every leftover | C# | ⬇ EXE |
| UniversalConverterX ⭐6 | Native Windows file converter with context menu integration. 1000+ formats | C# | Repo |
| OpenNetLimit ⭐4 | Per-application bandwidth limiter and network monitor for Windows | C# | Repo |
| RcloneBrowserNG ⭐4 | Modern rclone GUI. File browser, transfer manager, mount handler. Qt/C++ cross-platform desktop app. Community continuation of RcloneBrowser | C++ | Repo |
| PartitionPilot ⭐3 | Windows disk partition manager. WPF disk map, SMART health, maintenance, and image workflows | C# | Repo |
| AndroidEmulatorPlus ⭐2 | Install Android SDK, manage AVDs, root with Magisk, migrate apps | C# | Repo |
| HostsGuard ⭐2 | Real-time network privacy manager. DNS monitoring, hosts file management, firewall rules | C# | ⬇ EXE |
| Images ⭐2 | Dark-mode Windows 7 Classic Photo Viewer with live inline rename-while-viewing | C# | ⬇ ZIP |
| LocalDesktopStore ⭐2 | Private catalog for Windows desktop apps. MSI/Inno/NSIS/ZIP from GitHub releases | C# | ⬇ ZIP |
| 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 |
| Cataclysm ⭐1 | 3D-globe desktop simulator for tsunamis from asteroid impacts, nuclear bursts, earthquakes, and landslides | TypeScript | ⬇ EXE |
| Devicer ⭐1 | Unified Windows toolkit for rooted Android. Identify, ROM search, partition backup, boot.img patch, flashing | C# | Repo |
| 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 |
| PhoneFork ⭐1 | Dual-Samsung Android migration tool for Windows. Apps, media, settings, Wi-Fi, roles, and debloat profiles | C# | Repo |
| TaskCopy ⭐1 | Single-click clipboard snippet menu. Tray icon, global hotkey, search | C# | ⬇ ZIP |
| Vigil ⭐1 | Windows packaging for ungoogled-chromium Upstream: ungoogled-software/ungoogled-chromium-windows; License: BSD-3-Clause |
HTML | Repo |
| WolfPack ⭐1 | Custom LibreWolf portable distribution | Fluent | ⬇ EXE |
| MyPortfolio | One Windows desktop catalog for every app I ship. Binaries, extensions, APKs from GitHub releases | C# | ⬇ ZIP |
| OrganizeContacts | Local-first contact organizer and deduper. Native Windows, no cloud upload | C# | Repo |
| QuotaGlass | Always-visible AI usage quota widget for Windows | C# | ⬇ EXE |
| 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 |
| SurfaceMedic | Tune-up and thermal toolkit for heavily used Surface devices, with a dark WPF interface | C# | ⬇ EXE |
| TerminalAI | Control surface for running many AI coding sessions at once, with native ConPTY terminals | Rust | ⬇ 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 ⭐1 | Field guide for ultra-realistic AI video generation |
| android-debloat-list ⭐1 | Curated Android debloat list with vulnerability notes. Companion to AppManagerNG Upstream: MuntashirAkon/android-debloat-list; License: AGPL-3.0 |
| facebook-exit-guide ⭐1 | Guide for leaving Facebook |
| sysadmindoc.github.io ⭐1 | Personal portfolio and project showcase site hosted on GitHub Pages |
🔀 Misc & Forks -- 6 repos -- Forks, continuations, and supporting utilities with upstream context preserved.
Suggested starting points: octopus-factory, LTSC-MicrosoftStore, RcloneBrowser.
| Project | Description |
|---|---|
| LTSC-MicrosoftStore ⭐1 | Add Windows Store to Win11 24H2 LTSC Upstream: minihub/LTSC-Add-MicrosoftStore; License: Other |
| codex-terminal | Opens an AI CLI in a real PowerShell tab from VS Code, with a native terminal profile |
| 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 |




