KDAB/codebrowser
Woboq CodeBrowser observed · 2026-08-28
Health v2 · maintenance only
57/100
- Activity 76
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5063
- days_rel: n/a
- days_push: 149
- n_releases_24m: 0
Adoption not part of the score
1171 stars · 167 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
The Woboq CodeBrowser generator is a C++ tool built on LLVM/Clang that pre-processes C/C++ codebases into static HTML pages with semantic cross-references, tooltips, and search. The output is a set of static files deployable on any basic web server, as demonstrated at codebrowser.dev.
Use cases
- browse C/C++ source code in a web browser like an IDE
- generate static HTML documentation with semantic highlighting for a C++ project
- publish a navigable version of my codebase on the web or intranet
- add tooltips and cross-references to source code for developers
- share code comprehension views without requiring IDE setup
- create links to symbols and line numbers in source code
When to choose
- you maintain a C or C++ project and want web-based code navigation
- you want static output with no server-side software beyond a basic web server
- you need semantic understanding (types, references, inheritance diagrams) rather than plain syntax highlighting
- you want to showcase or document a large codebase like Qt or the Linux kernel
When to avoid
- your project is not C/C++ (it relies on Clang)
- you need a live, interactive IDE experience rather than pre-generated static pages
- you cannot build against LLVM/Clang 16+
- you need dynamic server-side code search or indexing
Facets
cli-tool · maturity active
developer-tools documentation parser search-engine developer-tools documentation web-development cpp code-navigation static-html-generation llvm-clang source-code-browsing cross-referencing linux macos web-server
3 sources
- readme: https://github.com/KDAB/codebrowser · fetched 2026-08-28 · 31358303b628
- homepage: http://woboq.com/codebrowser.html · fetched 2026-08-29 · cb4c6a6500aa
- site_page: https://woboq.com/index.html · fetched 2026-08-29 · b09fd54b7102
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| KDAB/codebrowser | main | 57 |
For agents
markdown · JSON · MCP: product_card(name="KDAB/codebrowser")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem