Debug CLI errors with context-aware analysis and automatic fixes
Shell Sage provides AI-powered error diagnosis that analyzes command failures and suggests corrections, accelerating troubleshooting for complex workflows.

Ai-powered terminal assistant Open Source • Developer Tools • Artificial Intelligence 3 110 AppSignal Full-stack monitoring for errors, metrics, and logs Productivity • Analytics • Developer Tools HΞNRY I've been using AppSignal for a little while now and I cannot imagine working without it. Their support is awesome, the interface is super clean and it was so easy to get it up and running.
Open-source AI-powered terminal companion with Ollama integration. Generate shell commands, debug errors, and enhance CLI workflows with local AI models. It also supports multiple cloud API providers like OpenAI, Groq, and Anthropic.
Shell Sage provides AI-powered error diagnosis that analyzes command failures and suggests corrections, accelerating troubleshooting for complex workflows.
Local mode via Ollama integration processes all commands on the user's machine with zero data transmission, enabling privacy-first AI assistance for sensitive environments.
Shell Sage translates natural language requests into executable shell commands (e.g., 'show system memory usage' → 'free -h && top -bn1 | grep Mem'), reducing command lookup time and syntax errors for developers and sysadmins.
Shell Sage converts high-level requests into complete workflow scripts (e.g., 'backup all .js files' → mkdir, find, and cp commands), reducing manual scripting effort.
The tool identifies potentially destructive commands (e.g., absolute path deletions) and suggests safer alternatives with interactive confirmation, protecting against accidental data loss.