Skip to content
View SysAdminDoc's full-sized avatar

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
SysAdminDoc/README.md

Broadcast IT, Healthcare IT, and practical public tools.
PowerShell · Python · C# · Kotlin · JavaScript · Rust · C++

AI Implementation Services

I help small and midsize businesses put AI to work through tool rollout, workflow automation, team training, and ongoing support. I bring 15 years of enterprise IT and healthcare systems experience.

Explore Parker AI services · AI service overview

Start Here · First-time setup · Local validation

PowerShell · Python · Web Apps · Extensions · Android · Security · Desktop · Media · Guides · Forks

Start Here

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.

SignalI want to...Best categoryWhat you'll findAction
PSAutomate Windows administrationPowerShell or DesktopBranch-pinned commands, release downloads, and focused desktop utilities.Browse →
PYBuild or run Python utilitiesPythonLocal-first tools, media workflows, automation, and integration helpers.Browse →
WEBUse a browser toolWeb AppsNo-install dashboards and self-hosted or live project surfaces.Open →
EXTAdd browser functionalityExtensionsCRX, XPI, userscript, source, and release-backed install paths.Install →
APKUse tools on Android devicesAndroidAPK releases, Android source projects, and mobile utility workflows.Download →
SECAudit, validate, or secure systemsSecurityNetwork checks, DNS control, defensive tooling, and operator notes.Browse →
MEDCapture, convert, or repair mediaMediaStream capture, video repair, compression, conversion, and cleanup tools.Download →
DOCLearn a repeatable workflowGuidesPublic references, checklists, companion guides, and setup material.Read →
OPSSet up or verify this profile repoFirst-time setup or Local validationInstall checks, local linting, Pester, schema validation, and smoke evidence.Verify →
ALLSearch across everythingFull portfolio or MiscFilterable 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 | iex

Inspect 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
StepBehavior
Checks firstReports PowerShell 7, Python, pip, and Git state before installing missing tools.
Inspect before installingSave the script, review it, then run -CheckOnly to report PowerShell 7, Python, Git, pip, and winget state without installing.
Installs with Windows toolingUses winget for PowerShell 7, Python 3.12, and Git for Windows.
Refreshes the shellUpdates the current PATH so install snippets and validation commands work without reopening PowerShell.
Records diagnosticsWrites a best-effort transcript to %TEMP%\SysAdminDoc-setup-*.log.
Shows its sourcesetup.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.ps1

Create 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).FullName

Run the manual dependency and advisory review:

npm run review:dependencies

Run the opt-in Pester 6 compatibility lane in an isolated module path:

pwsh -NoProfile -File .\scripts\validate-local.ps1 -Pester6Compatibility

Optionally probe the deployed portfolio feed and key routes (warning-only):

pwsh -NoProfile -File .\scripts\sync-profile.ps1-Check -ProbePortfolio

Emit an optional redaction-safe Backstage catalog export:

pwsh -NoProfile -File .\scripts\sync-profile.ps1-Check -BackstageExportPath .\reports\backstage-catalog.json
CheckBehavior
Node toolsRuns npm ci before markdownlint so the pinned local package is present.
Dependency reviewRuns 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 runtimeReports 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 toolsInstalls and imports Pester 5.8.0 plus PSScriptAnalyzer 1.25.0 for the current user when needed.
Pester 6 compatibilityAdd -Pester6Compatibility to save Pester 6.0.1 into an isolated temporary module path and run the non-integration suite; the default Pester 5.8.0 lane is unchanged.
Portfolio cross-surface probeAdd -ProbePortfolio to compare the deployed portfolio feed timestamp/schema/counts and key routes; external drift or outage is warning-only.
MarkdownRuns npm run lint:markdown against the tracked public Markdown surfaces.
Static analysisRuns PSScriptAnalyzer with PSScriptAnalyzerSettings.psd1.
TestsRuns Invoke-Pester -Path tests -Output Detailed.
Support bundleAdd -SupportBundlePath .\SysAdminDoc-support.zip to capture a redacted JSON/ZIP diagnostic bundle; pass known private values with -SupportBundleRedactValue.
Backstage exportAdd -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 drillRuns pwsh -NoProfile -File .\scripts\sync-profile.ps1 -Check -GraphQlPageSize 300 to exercise a smaller GitHub metadata page size and record request/retry telemetry.
Release verification pilotAdd -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.

Tool Catalog

Categories with suggested starting points and quick actions before the full generated catalog below.

PowerShellPythonWeb AppsExtensionsAndroid
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 →
SecurityDesktopMediaGuidesMisc
🔒 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 ⭐55 -- 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 ⭐10 -- 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 ⭐9 -- 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"

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"

SystemUpdatePro ⭐4 -- 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"

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

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"

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"

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"

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"

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 -- 29 repos -- Local-first desktop utilities, media workflows, and automation built on Python 3.

Suggested starting points: OpenCut, project-nomad-desktop, Vertigo.

OpenCut ⭐38 -- 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 ⭐11 -- 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 ⭐9 -- 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 ⭐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"

Bookmark-Organizer-Pro ⭐6 -- 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"

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"

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"

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"

FaceSlim ⭐2 -- 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"

ImgConverter ⭐2 -- 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 ⭐2 -- 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"

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"

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"

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"

FoxPort ⭐1 -- Migrate passwords, bookmarks, and extensions from Chromium browsers to Firefox ⬇ ZIP

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"

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"

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"

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"

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

🌐 Web Applications -- 29 repos -- Launchable browser tools, dashboards, and project surfaces with no local install.

Suggested starting points: Openshop, StormviewRadar, SkyTrack.

ProjectDescriptionLive
Openshop ⭐10Free browser-based image editor - layers, smart effects, PSD importLaunch
CoolSites ⭐4Curated directory of 470+ free tools and open source projectsLaunch
UserScriptHunt ⭐4Unified search engine for userscriptsLaunch
ClipForge ⭐2Browser-based video editor powered by FFmpeg.wasmLaunch
ImageXpert ⭐2Multi-engine reverse image search — Google Lens, Yandex, Bing, TinEyeLaunch
Multistreamer ⭐2Multi-video streaming viewer with chatLaunch
SearchHub ⭐2Search 538 engines across 29 categoriesLaunch
ConvertFlow ⭐1Browser-based media converter — audio, video, image — no uploadsLaunch
GifStudio ⭐1Browser-based GIF creation and editing studio — 100% client-sideLaunch
IconForge ⭐1Browser-based image resizer and converterLaunch
LogLens ⭐1Log file viewer and analyzerLaunch
MHTMLens ⭐1MHTML file viewer and inspectorLaunch
SkyTrack ⭐1Real-time aircraft tracker — commercial, military, helicoptersLaunch
SPECTRE ⭐1Intelligence aggregator platformLaunch
ApocalypseWatchRealtime business-jet tracker dashboard vs. 24h baselineLaunch
AsteroidSimulatorAsteroid and comet impact simulator with interactive 3D visualizationRepo
Base64ConverterBase64 encoding/decoding with file, text, QR code, and image supportLaunch
BookmarkVaultBookmark management web appLaunch
CronScopeCron expression builder and visualizerLaunch
DeGooglerTurnkey migration toolkit for leaving Google servicesLaunch
HurricaneMapInteractive map of every U.S. hurricane landfall (1851–present) — NOAA HURDAT2Launch
ImageForgeOpen source image converterLaunch
kindredCompatibility-first dating and social platformRepo
NATO_PHONETIC_TRAININGNATO phonetic alphabet training appLaunch
NukeMapNuclear weapon effects simulator — blast waves, WW3 simulation, 418 targetsLaunch
StormScopeLive US weather radar with webcam overlays -- NEXRAD radar plus 7,000+ traffic camerasRepo
StormviewRadarOpen source weather radar viewerLaunch
Text-Filter-EditorText filtering and processing toolLaunch
VIPTrackMilitary and VIP aircraft trackerLaunch

🧩 Browser Extensions & Userscripts -- 24 repos -- Chrome, Firefox, and userscript installs with explicit release or raw-source paths.

Suggested starting points: Astra-Deck, ScriptVault, AmazonEnhanced.

ProjectDescriptionInstall
Astra-Deck ⭐12Premium YouTube enhancement extension — 150+ features for Chrome & Firefox⬇ ZIP/XPI
YoutubeAdblock ⭐9Undetectable YouTube ad blocker with proxy engineInstall
ScriptVault ⭐6Open-source Chrome MV3 userscript manager — Monaco editor, 35+ GM APIs⬇ ZIP
UserScript-Finder ⭐5Discover userscripts for any websiteInstall
GeminiBuddy ⭐2Productivity features for GeminiInstall
MediaDL ⭐2Media downloader userscriptInstall
NDNS ⭐2NextDNS control panel userscriptRepo
StyleCraft ⭐2Full-featured CSS style editor and manager — Chrome extension⬇ ZIP
StyleKit ⭐2CSS customization extension — visual editor for any website⬇ CRX
Claude-Ultimate-Enhancer ⭐1All-in-one Claude.ai enhancement suite — themes, usage monitor, prompt libraryInstall
ClearGem ⭐1Removes visible watermarks from Google Gemini AI-generated imagesInstall
RumbleX ⭐1Comprehensive Rumble.com enhancement⬇ ZIP
uBlockVanced ⭐1uBlock Origin with Catppuccin Mocha and Element Forge panel
Upstream: gorhill/uBlock; License: GPL-3.0
⬇ CRX
Vantage ⭐1New tab dashboard for Chromium — customizable search, RSS, news, weather, quick linksRepo
AI-Usage_TrackerUsage-limit countdowns and notifications for AI chat tools -- Chrome, Firefox, and userscript builds⬇ ZIP/XPI
AmazonEnhancedChrome MV3 Amazon UX cleanup — dark theme, sponsored-result removal, review-quality scoring, 20 locales⬇ CRX
BackgroundSearchChrome extension — force background tabs + context menu searchRepo
ChapterizerAuto-generate YouTube chapters, detect filler words, skip pausesInstall
DarkModerDark Reader as a userscriptInstall
DiscrubDiscord message editor, deleter, and exporterRepo
Doordash-EnhancedDoorDash dark mode and feature enhancementsInstall
IMDb_EnhancedIMDb enhancement userscriptInstall
Reddit-Enhancement-ContinuedEnhancement suite for old.reddit.comInstall
RES-SlimStripped-down Reddit Enhancement Suite fork for old.reddit.com comment tweaks and media expandos
Upstream: honestbleeps/Reddit-Enhancement-Suite; License: GPL-3.0
Repo

📱 Android Applications -- 20 repos -- AMOLED-friendly APKs, Android source projects, and device-focused utilities.

Suggested starting points: ZeusWatch, ClearCut, HostShield.

ProjectDescriptionDownload
AppManagerNG ⭐48Power-user package manager — continuation of MuntashirAkon/AppManager
Upstream: MuntashirAkon/AppManager; License: GPL-3.0-or-later
Repo
ClearCut ⭐33Full-featured Android video editor -- Kotlin, Jetpack Compose, and Media3⬇ APK
OpenTasker ⭐31FOSS Tasker alternative for AndroidRepo
Aura ⭐20Open-source Zedge alternative — wallpapers, video wallpapers, ringtones, YouTube integration⬇ APK
SwiftFloris ⭐18SwiftKey-inspired keyboard built on FlorisBoard's foundationRepo
HostShield ⭐14AMOLED-dark hosts-based ad blocker — inspired by AdAway⬇ APK
FileExplorer ⭐12Full-featured file manager with root access, archive support, cloud storageRepo
AlarmClockXtreme ⭐10Feature-rich alarm clock with dismiss challenges⬇ APK
Droidsmith ⭐10Cross-platform ADB GUI for managing Android devices over USB/WiFi (Rust)⬇ EXE
CallShield ⭐8Spam call and text blocker — GitHub-hosted spam database, no API keys, no subscriptions⬇ APK
OpenLumen ⭐8Open-source CF.Lumen successor -- root-grade display color filter for Android with rootless fallback⬇ APK
ZeusWatch ⭐7Premium dark weather app — no API keys required⬇ APK
LocalAndroidStore ⭐5Personal Android-app catalog sourced from GitHub Releases — Android sibling of LocalChromeStore⬇ APK
Lawnchair-Lite ⭐4Lightweight launcher with 5 built-in dark themes⬇ APK
OpenSwift ⭐4SwiftKey-inspired Android keyboard — glide typing, prediction, themes, clipboardRepo
iOSIconPack ⭐3iOS-style icon pack for Android — 6 iOS eras⬇ APK
BillMinder ⭐1Bill tracker with alarm-style reminders⬇ APK
one-ui-home-clone ⭐1Samsung One UI 7 parity launcher — Compose, clone not a port⬇ APK
SnapCrop ⭐1Screenshot editor — ML Kit autocrop, 14 draw tools, collage, device mockup⬇ APK
GuitarTunerOffline Android acoustic guitar tuner with automatic string detection and local-only microphone processingRepo

🔒 Security & Networking -- 3 repos -- Network auditing, DNS control, and defensive tooling with practical operator notes.

Suggested starting points: pfSenseSuite, BetterNext, ESET.

ProjectDescriptionDownload
BetterNext ⭐1Enhanced NextDNS Control PanelRepo
ESETComplete ESET port and address reference listsRepo
pfSenseSuitepfSense scripts and customizations toolkitRepo

🎬 Media & Conversion Tools -- 7 repos -- Video repair, compression, conversion, subtitle removal, and stream-capture workflows.

Suggested starting points: VideoSubtitleRemover, VideoCrush, AlphaCut.

VideoSubtitleRemover ⭐53 -- 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 ⭐10 -- 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 -- 24 repos -- Installable Windows and cross-platform apps across C#, C++, Rust, and TypeScript.

Suggested starting points: MyPortfolio, LocalChromeStore, LocalDesktopStore.

ProjectDescriptionLanguageDownload
DeepPurge ⭐6Thorough Windows uninstaller — removes programs completely, hunts down every leftoverC#⬇ EXE
UniversalConverterX ⭐6Native Windows file converter with context menu integration — 1000+ formatsC#Repo
OpenNetLimit ⭐2Per-application bandwidth limiter and network monitor for WindowsC#Repo
PartitionPilot ⭐2Windows disk partition manager -- WPF disk map, SMART health, maintenance, and image workflowsC#Repo
qBittorrent-Vanced ⭐2Customized 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 ⭐1Install Android SDK, manage AVDs, root with Magisk, migrate appsC#Repo
Devicer ⭐1Unified Windows toolkit for rooted Android — identify, ROM search, partition backup, boot.img patch, flashingC#Repo
HostsGuard ⭐1Real-time network privacy manager — DNS monitoring, hosts file management, firewall rulesC#⬇ EXE
Images ⭐1Dark-mode Windows 7 Classic Photo Viewer with live inline rename-while-viewingC#⬇ ZIP
Keepr ⭐1Pixel-close offline-first Google Keep clone -- Tauri 2 + React + Rust + SQLiteTypeScript⬇ EXE
LocalChromeStore ⭐1Personal Chromium extension store sourced from GitHub releases — one-click install/uninstallC#⬇ ZIP
LocalDesktopStore ⭐1Private catalog for Windows desktop apps — MSI/Inno/NSIS/ZIP from GitHub releasesC#⬇ ZIP
RcloneBrowserNG ⭐1Modern rclone GUI -- file browser, transfer manager, mount handler. Qt/C++ cross-platform desktop app. Community continuation of RcloneBrowser.C++Repo
TaskCopy ⭐1Single-click clipboard snippet menu -- tray icon, global hotkey, searchC#⬇ ZIP
WolfPack ⭐1Custom LibreWolf portable distributionFluent⬇ EXE
MyPortfolioOne Windows desktop catalog for every app I ship — binaries, extensions, APKs from GitHub releasesC#⬇ ZIP
OrganizeContactsLocal-first contact organizer and deduper — native Windows, no cloud uploadC#Repo
PhoneForkDual-Samsung Android migration tool for Windows -- apps, media, settings, Wi-Fi, roles, and debloat profilesC#Repo
QuotaGlassAlways-visible AI usage quota widget for WindowsC#⬇ EXE
REDplusplusRED++ -- Remove Empty Directories. Find, display, and delete empty directories recursively with custom filter rules.C#Repo
ScourHigh-performance disk cleanup — 12 scanner types, NTFS MFT readingC#Repo
SnaptureAll-in-one screenshot utility — region/window/fullscreen, pinned overlays, no telemetryC#Repo
TsunamiSimulator3D-globe tsunami simulator -- asteroid impacts, nuclear bursts, earthquakes, landslidesRustRepo
VigilWindows packaging for ungoogled-chromium
Upstream: ungoogled-software/ungoogled-chromium-windows; License: BSD-3-Clause
HTMLRepo

📚 Guides & Resources -- 4 repos -- Public references, checklists, and companion guides for repeatable workflows.

Suggested starting points: AI_Realism, facebook-exit-guide, android-debloat-list.

ProjectDescription
AI_Realism ⭐1Field guide for ultra-realistic AI video generation
sysadmindoc.github.io ⭐1Personal portfolio and project showcase site hosted on GitHub Pages
android-debloat-listCurated Android debloat list with vulnerability notes — companion to AppManagerNG
Upstream: MuntashirAkon/android-debloat-list; License: AGPL-3.0
facebook-exit-guideGuide for leaving Facebook

🔀 Misc & Forks -- 5 repos -- Forks, continuations, and supporting utilities with upstream context preserved.

Suggested starting points: octopus-factory, LTSC-MicrosoftStore, RcloneBrowser.

ProjectDescription
LTSC-MicrosoftStore ⭐1Add Windows Store to Win11 24H2 LTSC
Upstream: minihub/LTSC-Add-MicrosoftStore; License: Other
octopus-factoryRecipe-driven autonomous coding pipeline - multi-agent build/audit/release
RcloneBrowserCross-platform GUI for rclone
Upstream: kapitainsky/RcloneBrowser; License: MIT
TabExplorerTabbed file manager for Windows
Upstream: derceg/explorerplusplus; License: GPL-3.0
TagStudioUser-focused photo & file management system
Upstream: TagStudioDev/TagStudio; License: GPL-3.0

View my full portfolio · Browse repositories

Pinned Loading

  1. win11-nvme-driver-patcherwin11-nvme-driver-patcherPublic

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

    C# 56 2

  2. VideoSubtitleRemoverVideoSubtitleRemoverPublic

    AI-powered Python GUI for removing hard-coded subtitles and text watermarks from videos using STTN, LAMA, and ProPainter inpainting with GPU acceleration.

    Python 54 14

  3. AppManagerNGAppManagerNGPublic

    Power-user Android package manager with a friendlier face. Continuation of MuntashirAkon/AppManager (GPL-3.0-or-later).

    Java 48 5

  4. OpenCutOpenCutPublic

    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 38 8

  5. ClearCutClearCutPublic

    Full-featured Android video editor. Kotlin + Jetpack Compose + Media3. Open alternative to PowerDirector.

    Kotlin 33 9

  6. OpenTaskerOpenTaskerPublic

    A fully open-source, FOSS alternative to Tasker for Android.

    Kotlin 32 2