Skip to content

PDFium native binaries native-v7988

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Aug 01:40
· 2 commits to main since this release

Repackaged, checksum-verified PDFium native binaries for firecrawl-pdfium.

Release tag native-v7988
PDFium version 153.0.7988.0
Upstream release chromium/7988

Each archive contains the upstream build verbatim (lib/, include/,
licenses/, LICENSE, VERSION, args.gn) plus PROVENANCE.json
recording the upstream asset and sha256 it was repackaged from.

Release asset sizes

Bytes Asset
3620096 firecrawl-pdfium-linux-arm64.tgz
3676776 firecrawl-pdfium-linux-x64.tgz
3460583 firecrawl-pdfium-mac-arm64.tgz
3620185 firecrawl-pdfium-mac-x64.tgz
3764191 firecrawl-pdfium-win-x64.tgz

Upstream archive sha256s (from pdfium.lock.json, verified at repackage time)

Platform Upstream asset sha256
mac-arm64 pdfium-mac-arm64.tgz 2229b8a6ffa0fb1634aa78886ed5425a10a8a0bd01762f7f0c9244081d86a921
mac-x64 pdfium-mac-x64.tgz 172d9b7b0fa805235c785be333c046ff95c4aa38b3538ddc2d9d21ecc99681ca
linux-x64 pdfium-linux-x64.tgz 7358c15e26a746cd67854887ea11b3b807c436056788eee9294fb972b8f8e0be
linux-arm64 pdfium-linux-arm64.tgz a2926203456881efa8feca7e0e409de78a4471b9b72e62a74c820faebb3e4551
win-x64 pdfium-win-x64.tgz 654daf488d9357d2787cec439d0dbdb93d7e180e2cb28e5f1d41c66d2645daec

Verify what you download

# 1. Checksums (SHA256SUMS is itself an asset of this release):
shasum -a 256 -c SHA256SUMS --ignore-missing

# 2. Build provenance (proves the asset was built by this repository's
#    release workflow from this tag):
gh attestation verify firecrawl-pdfium-<platform>.tgz --repo firecrawl/pdfium-rs