Stop Googling.
Understand your errors.

DeBugBuddy is a local-first CLI and TUI that explains stack traces, predicts bugs, and keeps your debugging history private.

DeBugBuddy TUI hero

DeBugBuddy TUI overview

Explain fast

Plain-English explanations with fixes and examples.

Predict issues

Static checks, pattern scans, and optional ML.

Local-first

Everything stays on your machine unless you opt in.

History analytics

Track frequent errors and languages.

Quick start

pip install debugbuddy-cli

# Explain an error
python script.py
dbug explain

# Predict errors
 dbug predict app.py

# Launch GUI
 debugbuddy

Supported languages

  • Python, JavaScript, TypeScript
  • C/C++, PHP
  • Java, Ruby
TUI navigation

TUI navigation overview