A desktop first local log analyzer with fast search and MCP
Single-binary offline log analytics when Elasticsearch is overkill and ripgrep is too little.
Simple Log Analyzer by TWSNMP
Single-binary speed plus an indexed local DB, terminal heatmaps/graphs and one-command extractors make for a very practical tool when you need answers now. It also bundles unexpected extras — SIGMA rule checks, TF‑IDF and anomaly/AI commands — so it blurs the line between fast grep-replacements and lightweight local analytics. The space is crowded, but the combination of indexing + built-in analytics in a cross-platform Go CLI is a neat, well-realized approach.
Sysadmins, SREs, DevOps engineers and security analysts who need fast, ad-hoc log analysis on large files
I built TWSLA because I was tired of waiting for grep/awk on multi-gigabyte logs, and I didn't want to spin up a full ELK stack just for a quick analysis.
TWSLA is a single binary CLI tool that focuses on three things: 1. Speed: Blazing fast log parsing and counting. 2. Simplicity: One command to extract data or generate terminal-based graphs. 3. Portability: No dependencies, works on Windows, macOS, and Linux.
It handles Syslog, Apache/Nginx access logs, and custom formats easily. I've been refining this as part of my 25-year journey in network management tools.
Key features: - High-speed filtering and counting - Data extraction (IPs, Emails, etc.) via simple commands - Built-in graphing capabilities (even in the terminal for some environments)
I'd love to hear how you currently handle "quick and dirty" log analysis and if TWSLA could fit into your workflow.
GitHub: https://github.com/twsnmp/twsla
Single-binary offline log analytics when Elasticsearch is overkill and ripgrep is too little.
Scores your hypothesis formation before asking AI, not just token usage.
Yet another coding assessment platform, but this one parses AI agent logs.
Bridges grep and Splunk with single-binary deployment and SPL-compatible queries.
Streams 10GB+ logs in browser without crashing, beating Splunk on latency.
Human-readable log queries beat Datadog's arcane syntax, but the space is crowded.