Skip to content

Releases: BugSplat-Git/bugsplat-crashpad

Crashpad Build v20251021-7ab18af

01 Nov 02:51
ebec7e0

Choose a tag to compare

Crashpad Libraries - v20251021-7ab18af

Ready-to-use Crashpad libraries for all platforms, built from the latest Crashpad source.

Quick Start

  1. Download the archive for your platform below
  2. Extract to your project directory
  3. Point your build system to the extracted files
  4. See the sample project for integration examples

Platforms Included

  • Windows: MSVC-compatible .lib files + crashpad_handler.exe
  • macOS: Universal .a files + crashpad_handler
  • Linux: GCC-compatible .a files + 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 SHA256

Integration Tips

  • Use debug libraries during development for better crash reporting
  • Use release libraries for production builds
  • Ensure crashpad_handler is deployed alongside your application
  • See build_info.txt in each archive for detailed build information

Build Details:

Crashpad Build v20250929-2060cc8

01 Oct 02:48
ebec7e0

Choose a tag to compare

Crashpad Libraries - v20250929-2060cc8

Ready-to-use Crashpad libraries for all platforms, built from the latest Crashpad source.

Quick Start

  1. Download the archive for your platform below
  2. Extract to your project directory
  3. Point your build system to the extracted files
  4. See the sample project for integration examples

Platforms Included

  • Windows: MSVC-compatible .lib files + crashpad_handler.exe
  • macOS: Universal .a files + crashpad_handler
  • Linux: GCC-compatible .a files + 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 SHA256

Integration Tips

  • Use debug libraries during development for better crash reporting
  • Use release libraries for production builds
  • Ensure crashpad_handler is deployed alongside your application
  • See build_info.txt in each archive for detailed build information

Build Details:

Crashpad Build v20250820-64c8551

01 Sep 02:52
a8d4790

Choose a tag to compare

Crashpad Libraries - v20250820-64c8551

Ready-to-use Crashpad libraries for all platforms, built from the latest Crashpad source.

Quick Start

  1. Download the archive for your platform below
  2. Extract to your project directory
  3. Point your build system to the extracted files
  4. See the sample project for integration examples

Platforms Included

  • Windows: MSVC-compatible .lib files + crashpad_handler.exe
  • macOS: Universal .a files + crashpad_handler
  • Linux: GCC-compatible .a files + 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 SHA256

Integration Tips

  • Use debug libraries during development for better crash reporting
  • Use release libraries for production builds
  • Ensure crashpad_handler is deployed alongside your application
  • See build_info.txt in each archive for detailed build information

Build Details:

Crashpad Build v20250731-bb69421

01 Aug 03:05
510f28b

Choose a tag to compare

Crashpad Libraries - v20250731-bb69421

Ready-to-use Crashpad libraries for all platforms, built from the latest Crashpad source.

Quick Start

  1. Download the archive for your platform below
  2. Extract to your project directory
  3. Point your build system to the extracted files
  4. See the sample project for integration examples

Platforms Included

  • Windows: MSVC-compatible .lib files + crashpad_handler.exe
  • macOS: Universal .a files + crashpad_handler
  • Linux: GCC-compatible .a files + 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 SHA256

Integration Tips

  • Use debug libraries during development for better crash reporting
  • Use release libraries for production builds
  • Ensure crashpad_handler is deployed alongside your application
  • See build_info.txt in each archive for detailed build information

Build Details:

Crashpad Build v20250529-46a5690

23 Jun 18:07
74ba7c7

Choose a tag to compare

Crashpad Libraries - v20250529-46a5690

Ready-to-use Crashpad libraries for all platforms, built from the latest Crashpad source.

Quick Start

  1. Download the archive for your platform below
  2. Extract to your project directory
  3. Point your build system to the extracted files
  4. See the sample project for integration examples

Platforms Included

  • Windows: MSVC-compatible .lib files + crashpad_handler.exe
  • macOS: Universal .a files + crashpad_handler
  • Linux: GCC-compatible .a files + 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 SHA256

Integration Tips

  • Use debug libraries during development for better crash reporting
  • Use release libraries for production builds
  • Ensure crashpad_handler is deployed alongside your application
  • See build_info.txt in each archive for detailed build information

Build Details: