# loov/lensm

Go assembly and source viewer

Repository: https://github.com/loov/lensm
Canonical: https://ross.abutalabs.com/products/lensm
Language: Go
License: MIT
License Family: permissive
Last push: 2026-08-25T06:47:06+00:00

## Health v2 (maintenance only)
Score: 67/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 99, release rhythm 8, longevity 100
- inputs: {"age_days": 1522, "days_push": 8, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3690, forks 130 (observed 2026-08-28T04:08:14.721546+00:00)

## What it is
Lensm is a GUI tool for viewing Go assembly alongside source code, with support for C/C++/Rust binaries via symbol tables and DWARF debug info. It also runs as an MCP server exposing tools for listing functions and reading assembly, source, and comments.

## Use cases
- view Go assembly next to source code
- inspect compiled assembly of a binary
- browse assembly of C or C++ programs with debug info
- demangle C++ and Rust symbols
- annotate functions with comments via MCP server
- watch and reload binary during development

## When to choose
- you need to understand what the Go compiler generates for your code
- you want a GUI to navigate assembly with source context
- you need an MCP server to expose binary assembly to AI agents

## When to avoid
- you only need command-line disassembly without a GUI
- you need to disassemble stripped binaries without symbol tables or DWARF
- you need a full decompiler or reverse-engineering suite

## Facets
- artifact type: application
- maturity: active
- function: developer-tools, gui, mcp, parser
- domain: developer-tools, compilers, performance
- platform: windows, go
- tags: assembly-viewer, go-assembly, dwarf-debug-info, disassembly, mcp-server, gio-ui, linux, macos, desktop

## Member repositories
- loov/lensm (main) score 67

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:14.721546+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:31:07.998150+00:00, confidence not recorded.
  - readme: https://github.com/loov/lensm (fetched 2026-08-28T04:08:14.721546+00:00, sha 31c15c5c7a2f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
