Ross ROSS = Recommend OSS · open-source software intelligence for agents

lexborisov/myhtml

Fast C/C++ HTML 5 Parser. Using threads. observed · 2026-08-28

github.com/lexborisov/myhtml · C · LGPL-2.1 (copyleft) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 1
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3950
  • days_rel: n/a
  • days_push: 595
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1717 stars · 156 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

MyHTML is a fast, fully HTML5-conformant HTML parser written in pure C99 with no external dependencies, using threads for asynchronous parsing and tree building. It offers high- and low-level APIs, DOM manipulation, chunked parsing, and support for 39 character encodings, and is now superseded by the Lexbor project.

Use cases

  • parse html documents in c
  • extract data from web pages
  • build a dom tree from html5 markup
  • scrape websites with a fast native parser
  • detect and handle character encodings in html
  • parse html fragments or streaming chunks

When to choose

  • you need a dependency-free, pure C HTML5 parser with threaded performance
  • you must parse HTML in a C or C++ project with bindings for other languages
  • you need strict HTML5 spec conformance validated by html5lib-tests

When to avoid

  • starting a new project — use Lexbor instead, as the author recommends
  • you need CSS selector support or rendering features
  • you want a parser in a higher-level language without writing bindings

Facets

library · maturity maintenance

parser web-scraping parsers web-development developer-tools cross-platform c cpp html5 html-parsing threaded pure-c dom character-encoding superseded-by-lexbor

1 source

Member repositories

RepositoryRoleHealth v2
lexborisov/myhtmlmain23

For agents

markdown · JSON · MCP: product_card(name="lexborisov/myhtml")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem