# Show HN: See what your Linux machine measured at boot (through TPM eventlog)

> Source: <https://jiankun.lu/eventlog-parser/>
> Published: 2026-08-16 06:59:48+00:00

Parsed by [go-eventlog](https://github.com/google/go-eventlog)
compiled to WebAssembly · built with
[Claude Code](https://claude.com/claude-code) ·
module: **loading…**

**Your event log is never sent to a server.**
The file is read and parsed entirely in your browser, by WebAssembly running on this
page. It is never uploaded, stored, or transmitted anywhere — you can disconnect from
the network after the page loads and it still works.

The module exports one function. Drop a log, then call
`goParseEventlog(bytes, "SHA256")`

from the devtools console to work with
the result directly — it returns `{value, error}`

.
