Crashpad Libraries - v20260210-d47b05a
Ready-to-use Crashpad libraries for all platforms, built from the latest Crashpad source.
Quick Start
- Download the archive for your platform below
- Extract to your project directory
- Point your build system to the extracted files
- See the sample project for integration examples
Platforms Included
- Windows: MSVC-compatible
.libfiles +crashpad_handler.exe - macOS: Universal
.afiles +crashpad_handler - Linux: GCC-compatible
.afiles +crashpad_handler
Directory Structure
crashpad-<platform>/
├── debug/
│ ├── lib/ # Debug libraries
│ └── bin/ # Debug crashpad_handler
├── release/
│ ├── lib/ # Release libraries
│ └── bin/ # Release crashpad_handler
├── include/
│ ├── crashpad/ # Crashpad headers
│ └── mini_chromium/ # Mini Chromium headers
└── build_info.txt # Build metadata
Security Verification
Verify downloads using the provided .sha256 files:
# Linux/macOS
sha256sum -c crashpad-<platform>-*.tar.gz.sha256
# Windows PowerShell
Get-FileHash crashpad-<platform>-*.tar.gz -Algorithm SHA256Integration Tips
- Use debug libraries during development for better crash reporting
- Use release libraries for production builds
- Ensure
crashpad_handleris deployed alongside your application - See
build_info.txtin each archive for detailed build information
Build Details:
- Build Date: 2026-03-01 03:23:11 UTC
- Crashpad Commit: d47b05a
- Source Repository: https://github.com/BugSplat-Git/bugsplat-crashpad
- Workflow Run: https://github.com/BugSplat-Git/bugsplat-crashpad/actions/runs/22534708785