Skip to content
View SysAdminDoc's full-sized avatar
🤓
🤓
  • 127.0.0.1
  • 22:32 (UTC -05:00)

Highlights

  • Pro

Block or report SysAdminDoc

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
SysAdminDoc/README.md

Terminal Header

Typing SVG

Profile Views


Systems Administrator who spends nights and weekends building the tools I wish existed. Most of what you'll find here started as a personal itch, a script that grew legs, a browser annoyance I finally fixed, or a desktop app I couldn't find anywhere else.

Everything I ship is intentionally zero-config and ready to run. No setup wizards, no dependency hunts. Download it, launch it, done.

📦 View my full portfolio →



GitHub Streak


⚡ PowerShell System Utilities — 13 repos

win11-nvme-driver-patcher ⭐15 — GUI to enable Windows Server 2025 NVMe driver on Win11

irm "https://raw.githubusercontent.com/SysAdminDoc/win11-nvme-driver-patcher/main/NVMe_Driver_Patcher_v3.0.0.ps1" | iex

LibreSpot ⭐5 — Spotify customization — automates Spicetify, themes, extensions

irm "https://raw.githubusercontent.com/SysAdminDoc/LibreSpot/main/LibreSpot.ps1" | iex

Network_Security_Auditor ⭐6 — 67 automated checks across 8 security domains, MITRE ATT&CK mapping

irm "https://raw.githubusercontent.com/SysAdminDoc/Network_Security_Auditor/main/NetworkSecurityAudit.ps1" | iex

Wingetter ⭐1 — Discover, select, and bulk install software via Winget

irm "https://raw.githubusercontent.com/SysAdminDoc/Wingetter/main/Wingetter.ps1" | iex

Start-Menu-Organizer — Clean junk, detect broken shortcuts, reorganize Start Menu

irm "https://raw.githubusercontent.com/SysAdminDoc/Start-Menu-Organizer/main/StartMenuOrganizerPro.ps1" | iex

PathForge — Filesystem repair, stubborn file deletion, path management

irm "https://raw.githubusercontent.com/SysAdminDoc/PathForge/main/PathForge.ps1" | iex

MonitorControl — Control monitor settings via DDC/CI

irm "https://raw.githubusercontent.com/SysAdminDoc/MonitorControl/main/MonitorControlPro.ps1" | iex

PfblockerngManager — GUI for managing pfBlockerNG on pfSense firewalls

irm "https://raw.githubusercontent.com/SysAdminDoc/PfblockerngManager/main/pfBlockerNG-Manager.ps1" | iex

npp-sc-scanner — Detect and remediate Notepad++ supply chain attack IOCs

irm "https://raw.githubusercontent.com/SysAdminDoc/npp-sc-scanner/main/NppScanner-GUI.ps1" | iex

JDownloader-2-Ultimate-Manager — Comprehensive automation for JDownloader 2

irm "https://raw.githubusercontent.com/SysAdminDoc/JDownloader-2-Ultimate-Manager/main/JDownloader%202%20Ultimate%20Manager.ps1" | iex

YTYT-Downloader — Stream YouTube to VLC or download with yt-dlp

irm "https://raw.githubusercontent.com/SysAdminDoc/YTYT-Downloader/main/src/Install-YTYT.ps1" | iex

ThankYouJeffrey — A tribute to the creator of PowerShell, Jeffrey Snover

irm "https://raw.githubusercontent.com/SysAdminDoc/ThankYouJeffrey/main/ThankYouJeffrey.ps1" | iex

EXTRACTORX — Open-source bulk archive extraction tool for Windows

irm "https://raw.githubusercontent.com/SysAdminDoc/EXTRACTORX/main/EXTRACTORX.ps1" | iex
🐍 Python Desktop Applications — 24 repos — Requires Python 3.8+. All deps auto-install on first run.

PyWall — Real-time Windows Firewall manager and network monitor

irm "https://raw.githubusercontent.com/SysAdminDoc/PyWall/main/PyWall.py" -OutFile "$env:TEMP\PyWall.py"; python "$env:TEMP\PyWall.py"

HostsGuard — Real-time network privacy manager — DNS monitoring, hosts file management, firewall rules

irm "https://raw.githubusercontent.com/SysAdminDoc/HostsGuard/main/HostsGuard.py" -OutFile "$env:TEMP\HostsGuard.py"; python "$env:TEMP\HostsGuard.py"

PyShop — Open source Photoshop alternative

irm "https://raw.githubusercontent.com/SysAdminDoc/PyShop/main/pyshop_image_editor.py" -OutFile "$env:TEMP\pyshop.py"; python "$env:TEMP\pyshop.py"

SwiftShot — Debloated, Greenshot-inspired screenshot tool

irm "https://raw.githubusercontent.com/SysAdminDoc/SwiftShot/main/SwiftShot/Install-SwiftShot.ps1" | iex

Flux — Privacy-focused BitTorrent client — PyQt6 + libtorrent

irm "https://raw.githubusercontent.com/SysAdminDoc/Flux/main/flux-torrent/Launch-Flux.ps1" | iex

GitForge — Full GitHub repo manager — clone, sync, diff, manage

irm "https://raw.githubusercontent.com/SysAdminDoc/GitForge/main/gitforge.py" -OutFile "$env:TEMP\gitforge.py"; python "$env:TEMP\gitforge.py"

UniversalCompiler — All-in-one script-to-EXE compiler

irm "https://raw.githubusercontent.com/SysAdminDoc/UniversalCompiler/main/UniversalCompiler.ps1" | iex

OpenCut — Video editing automation for Premiere Pro

irm "https://raw.githubusercontent.com/SysAdminDoc/OpenCut/main/Install.ps1" | iex

bypassnroGen — Generate Windows 11 OOBE bypass files

irm "https://raw.githubusercontent.com/SysAdminDoc/bypassnroGen/main/BypassNRO_Generator.py" -OutFile "$env:TEMP\bypassnro.py"; python "$env:TEMP\bypassnro.py"

MSStoreHelper — Install Microsoft Store apps without the Store

irm "https://raw.githubusercontent.com/SysAdminDoc/MSStoreHelper/main/MSStoreHelper.py" -OutFile "$env:TEMP\MSStoreHelper.py"; python "$env:TEMP\MSStoreHelper.py"

Qwen3-TTS-Studio — AI voice generator powered by Qwen3-TTS

irm "https://raw.githubusercontent.com/SysAdminDoc/Qwen3-TTS-Studio/main/qwen3_tts_studio.py" -OutFile "$env:TEMP\qwen3tts.py"; python "$env:TEMP\qwen3tts.py"

AppList — Scan, catalog, and export all installed applications

irm "https://raw.githubusercontent.com/SysAdminDoc/AppList/main/AppList.py" -OutFile "$env:TEMP\AppList.py"; python "$env:TEMP\AppList.py"

PillSleepTracker — Floating widget for medication tracking + sleep analytics

irm "https://raw.githubusercontent.com/SysAdminDoc/PillSleepTracker/main/Launch-PillSleepTracker.ps1" | iex

Mattpad — Minimal notepad built for personal workflow

irm "https://raw.githubusercontent.com/SysAdminDoc/Mattpad/main/mattpad.py" -OutFile "$env:TEMP\mattpad.py"; python "$env:TEMP\mattpad.py"

HostsFileGet — GUI for managing the Windows hosts file

irm "https://raw.githubusercontent.com/SysAdminDoc/HostsFileGet/main/PythonLauncher.ps1" | iex

Bookmark-Organizer-Pro — AI-powered bookmark manager and categorizer

irm "https://raw.githubusercontent.com/SysAdminDoc/Bookmark-Organizer-Pro/main/bookmark_organizer_pro_v4.py" -OutFile "$env:TEMP\bookmarks.py"; python "$env:TEMP\bookmarks.py"

QR-Code-Generator-Pro — QR generator with 98 visual style presets

irm "https://raw.githubusercontent.com/SysAdminDoc/QR-Code-Generator-Pro/main/qr_code_generator_pro_v7.py" -OutFile "$env:TEMP\qrgen.py"; python "$env:TEMP\qrgen.py"

uBlock-Stylus-Converter — Convert uBlock cosmetic filters to Stylus CSS

irm "https://raw.githubusercontent.com/SysAdminDoc/uBlock-Stylus-Converter/main/ublocktoCSS.py" -OutFile "$env:TEMP\ublock2css.py"; python "$env:TEMP\ublock2css.py"

KeepSyncNotes — Google Keep importer and note tracker

irm "https://raw.githubusercontent.com/SysAdminDoc/KeepSyncNotes/main/keepsync_notes.py" -OutFile "$env:TEMP\keepsync.py"; python "$env:TEMP\keepsync.py"

PDFedit — Simple PDF editor

irm "https://raw.githubusercontent.com/SysAdminDoc/PDFedit/main/PDFedit.py" -OutFile "$env:TEMP\PDFedit.py"; python "$env:TEMP\PDFedit.py"

CSV_Power_Tool — Bulk CSV processing and consolidation

irm "https://raw.githubusercontent.com/SysAdminDoc/CSV_Power_Tool/main/CSV_Consolidator.py" -OutFile "$env:TEMP\csvtool.py"; python "$env:TEMP\csvtool.py"

AI-Model-Compass — Discover, download, and run local AI models tailored to your hardware

irm "https://raw.githubusercontent.com/SysAdminDoc/AI-Model-Compass/main/AI-Model-Compass.py" -OutFile "$env:TEMP\aicompass.py"; python "$env:TEMP\aicompass.py"

DICOM-PACS-Migrator — Bulk DICOM C-STORE migration with network auto-discovery and crash-safe resume

irm "https://raw.githubusercontent.com/SysAdminDoc/DICOM-PACS-Migrator/main/DICOM-PACS-Migrator.py" -OutFile "$env:TEMP\dicom.py"; python "$env:TEMP\dicom.py"

Stock-Video-Collector — Stock video collector

irm "https://raw.githubusercontent.com/SysAdminDoc/Stock-Video-Collector/main/Stock-Video-Collector.py" -OutFile "$env:TEMP\stockvid.py"; python "$env:TEMP\stockvid.py"
🌐 Web Applications — 13 repos — Click to open in browser, no install needed.
Project Description Live
Openshop Free browser-based image editor — layers, AI tools, PSD import Launch
StormviewRadar Open source weather radar viewer Launch
SkyTrack ⭐1 Real-time aircraft tracker — commercial, military, helicopters Launch
SPECTRE Intelligence aggregator platform Launch
CoolSites Curated directory of 470+ free tools and open source projects Launch
Multistreamer Multi-video streaming viewer with chat Launch
ImageForge Open source image converter Launch
BookmarkVault Bookmark management web app Launch
Text-Filter-Editor Text filtering and processing tool Launch
DeGoogler Turnkey migration toolkit for leaving Google services Launch
SearchHub Search 538 engines across 29 categories Launch
UserScriptHunt Unified search engine for userscripts Launch
RadAtlas Prototyping
🧩 Browser Extensions & Userscripts — 15 repos — Requires Tampermonkey or Violentmonkey.
Project Description Install
YouTube-Kit ⭐2 Ultimate YouTube customization userscript Install
YoutubeAdblock Undetectable YouTube ad blocker with proxy engine Install
Chapterizer Auto-generate YouTube chapters, detect filler words, skip pauses Install
MediaDL Media downloader userscript Install
StyleCraft Full-featured CSS style editor and manager — Chrome extension Repo
UserScript-Finder Discover userscripts for any website Install
EspressoMonkey Modern userscript manager — Manifest V3 Repo
Reddit-Enhancement-Continued Enhancement suite for old.reddit.com Install
Doordash-Enhanced DoorDash dark mode and feature enhancements Install
DarkModer Dark Reader as a userscript Install
GeminiBuddy Productivity features for Gemini Install
RumbleX Comprehensive Rumble.com enhancement Install
DiggSuite Multi-theme + redesigned UI for Digg Install
gSearchTweaks Adds YouTube/Reddit/GitHub to Google toolbar Install
ScrollJumper Right-click scrollbar to jump anywhere Install
📱 Android Applications — 5 repos — Kotlin / Material You
Project Description
HostShield ⭐3 AMOLED-dark hosts-based ad blocker — inspired by AdAway
FreeVibe Wallpapers, ringtones, and device personalization
ZeusWatch Premium dark weather app — no API keys required
AlarmClockXtreme Feature-rich alarm clock with dismiss challenges
Lawnchair-Lite Lightweight launcher with 5 built-in dark themes
🔒 Security & Networking — 4 repos
Project Description
pfSenseSuite pfSense scripts and customizations toolkit
NextDNSPanel Tools and enhancements for NextDNS
BetterNext Enhanced NextDNS Control Panel
ESET Complete ESET port and address reference lists
🎬 Media & Conversion Tools — 4 repos

VideoCrush — Video compression and processing

irm "https://raw.githubusercontent.com/SysAdminDoc/VideoCrush/main/video_compressor.py" -OutFile "$env:TEMP\videocrush.py"; python "$env:TEMP\videocrush.py"

yt_livestream_downloader — Download livestreams while they're still live

irm "https://raw.githubusercontent.com/SysAdminDoc/yt_livestream_downloader/main/yt_livestream_downloader.py" -OutFile "$env:TEMP\ytlive.py"; python "$env:TEMP\ytlive.py"

MediaForge — Multi-format media converter

irm "https://raw.githubusercontent.com/SysAdminDoc/MediaForge/main/MediaForge.py" -OutFile "$env:TEMP\MediaForge.py"; python "$env:TEMP\MediaForge.py"

VideoSubtitleRemover — Remove hardcoded subtitles from video

irm "https://raw.githubusercontent.com/SysAdminDoc/VideoSubtitleRemover/main/VideoSubtitleRemover.py" -OutFile "$env:TEMP\vsr.py"; python "$env:TEMP\vsr.py"
🖥️ Native Desktop Applications — 2 repos
Project Description Language
DeepPurge Thorough Windows uninstaller — removes programs completely, hunts down every leftover C#
UniversalConverterX Native Windows file converter with context menu integration — 1000+ formats C#
📚 Guides & Resources — 2 repos
Project Description
AI_Realism Field guide for ultra-realistic AI video generation
sysadmindoc.github.io ATLAST — A VEO-made sci-fi thriller
🔀 Misc — 5 repos
Project Description
HNCC Collapsible child comments on Hacker News
DuplicateFF Duplicate file finder
LTSC-MicrosoftStore Add Windows Store to Win11 24H2 LTSC (fork)
RcloneBrowser Cross-platform GUI for rclone (fork)
TabExplorer Tabbed file manager for Windows (fork)

Pinned Loading

  1. win11-nvme-driver-patcher win11-nvme-driver-patcher Public

    GUI tool to enable the experimental Windows Server 2025 NVMe storage driver on Windows 11.

    PowerShell 16 1

  2. Network_Security_Auditor Network_Security_Auditor Public

    A security audit tool. Runs 67 automated checks across 8 security domains, maps findings to 7 compliance frameworks and MITRE ATT&CK, generates multi-tier reports, and integrates with every major R…

    PowerShell 6

  3. Wingetter Wingetter Public

    A powerful PowerShell GUI application for discovering, selecting, and bulk installing Windows software using Windows Package Manager (winget). Think Ninite, but with 734 apps and full winget integr…

    PowerShell 1

  4. OpenCut OpenCut Public

    A free, open-source Premiere Pro extension that brings AI-powered video editing automation, caption generation, audio processing, and visual effects, all running locally on your machine. This proje…

    Python 1

  5. SkyTrack SkyTrack Public

    A real-time aircraft tracker. Track commercial flights, military aircraft, helicopters, cargo planes, and private aircraft on a 2D/3D interactive map with weather radar.

    HTML 1

  6. HostShield HostShield Public

    A modern, AMOLED-dark hosts-based ad blocker app for Android. Inspired by AdAway.

    Kotlin 3