Skip to content
Lucas edited this page Mar 7, 2026 · 21 revisions

GH Workflow Clean

GH Workflow Clean banner

GH Workflow Clean

Professional GitHub Actions cleanup software for macOS.

Provided by Wayne Tech Lab LLC
www.WayneTechLab.com

Repository slug: GH-Workflow-Clean
Current release: 0.2.7

Warning

This is a deletion tool. Use at your own risk.

This product can permanently delete workflow runs, artifacts, caches, and workflow configurations. Review the target host, account, repository, and cleanup scope before execution.

Public Install

From any Mac:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/WayneTechLab/GH-Workflow-Clean/main/install.sh)"

Then:

gh auth login -h github.com
gh-actions-cleanup

Or open the native app:

open "/Applications/GH Workflow Clean.app"

What It Does

  • checks GitHub CLI authentication status first
  • lets the user choose a GitHub host and authenticated account
  • accepts OWNER/REPO, HOST/OWNER/REPO, or full GitHub repo URLs
  • loads repository lists in the GUI with checkmarks and select-all
  • disables workflows
  • deletes workflow runs
  • deletes artifacts
  • deletes caches
  • keeps the CLI as the cleanup engine under the native GUI
  • keeps quick auth controls in the lower status bar
  • moves full host/account/session controls into a dedicated Settings page
  • stores only the last host, account, and repo, without storing tokens
  • redacts common token and key patterns from the native app log panel

Native App Notes

  • native SwiftUI macOS app
  • responsive single-shell layout
  • ultrawide and 4K aware launch sizing
  • compact layout support for smaller windows
  • a cleaner Control Center with auth moved off the home workspace
  • a dedicated Settings page for GitHub session management
  • a lower status bar with refresh, login, logout, and direct settings access
  • every-launch warning and Terms of Service acceptance screen
  • safety arm switch before destructive cleanup
  • bundled help, security, and project info files inside the app

Links

Clone this wiki locally