Back to browse
GitHub Repository

Desktop based log analysis for all your log sources

48 starsTypeScript

A desktop first local log analyzer with fast search and MCP

by aagosh·Jun 2, 2026·2 points·1 comment

AI Analysis

●●SolidSolve My ProblemCozy

Single-binary offline log analytics when Elasticsearch is overkill and ripgrep is too little.

Strengths
  • log2grok auto-detection with 100+ known patterns plus drain-based clustering for unknown formats
  • MCP server integration works with Claude Desktop, Cursor, and Windsurf out of the box
  • Bleve-backed search with field shorthand, regex, and boolean operators runs fully offline
Weaknesses
  • Log analytics is a crowded space with Datadog, Loki, and Splunk already serving this need
  • No mention of log streaming or real-time tailing capabilities for live services
Target Audience

Backend developers, DevOps engineers, SREs

Similar To

Logseq · lnav · Grafana Loki

Post Description

Logsonic fills gap in the local-first log analytics space - when installing Elasticsearch is too much and vim/ripgrep is too little.

LogSonic is a Desktop-First Log Analytics application which runs on Windows, Mac and Linux. It runs fully offline with no external dependencies. It installs as a single self-contained binary that serves a feature-rich User interface in your local browser. The log ingestion wizard supports importing local log files (single or many at once) and automatically recognises well-known log patterns to tokenise the contents. The log search experience is blazing fast, delightful and intuitive.

Similar Projects

Twsla – A tiny, high-speed log analyzer written in Go

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.

Niche GemWizardry
twsnmp
323mo ago