A Rust-powered CLI that analyzes errors, stack traces and logs — and tells you exactly how to fix them. Instantly.
Features
Built-in parsers for the most common errors. Zero latency, fully offline.
Unknown error? Groq AI analyzes it in under a second. Free to use.
Works with any command output. Just pipe it in — no configuration needed.
Analyze entire log files with a single --file flag.
Clean, readable terminal output with distinct error types, messages and fixes.
Open source. Add your own parsers for any language or framework in minutes.
Parsers
Install
Requires Rust — install via rustup.rs if needed.
Contribute
Fork the repo on GitHub, clone it locally and create your feature branch.
Create a file in src/parsers/, implement the parse function and add tests.
Run cargo test, push your branch and open a pull request on GitHub.