Skip to content

Instantly share code, notes, and snippets.

View jmhublar's full-sized avatar
☘️
🐝🤖

Joshua Hublar jmhublar

☘️
🐝🤖
View GitHub Profile
@jmhublar
jmhublar / nuke_gpt.sh
Created June 11, 2025 13:41
Deal with annoying crash on boot of chatgpt
#!/bin/bash
# Script to troubleshoot ChatGPT macOS app crashes
echo "Starting ChatGPT macOS app crash troubleshooting..."
# Step 1: Clear Application Support files
APP_SUPPORT_PATH="$HOME/Library/Application Support/com.openai.chat"
if [ -d "$APP_SUPPORT_PATH" ]; then
echo "Removing Application Support files..."