# kstenerud/KSCrash

The Ultimate iOS Crash Reporter

Repository: https://github.com/kstenerud/KSCrash
Canonical: https://ross.abutalabs.com/products/kscrash
Language: Objective-C
License: MIT
License Family: permissive
Last push: 2026-08-26T22:37:09+00:00

## Health v2 (maintenance only)
Score: 94/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 84, longevity 100
- inputs: {"age_days": 5190, "days_push": 7, "days_rel": 25, "gap_med": 51, "n_releases_24m": 10}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4487, forks 740 (observed 2026-08-28T04:08:51.257345+00:00)

## What it is
KSCrash is an open-source crash reporting framework for Apple platforms (iOS, macOS, tvOS, watchOS, visionOS). It catches Mach exceptions, signals, C++/ObjC exceptions, main thread hangs, and OS-level terminations, generating full Apple-format crash reports.

## Use cases
- capture crash reports in an iOS app
- detect main thread hangs in Swift apps
- report OOM and thermal terminations on Apple platforms
- collect Objective-C and C++ exception backtraces
- send crash reports to a custom backend server
- debug app crashes on tvOS and watchOS

## When to choose
- you need self-hosted or custom crash reporting on Apple platforms
- you want full Apple-format crash reports with every field filled in
- you need hang detection and termination diagnostics beyond what Xcode gives
- you want an MIT-licensed, dependency-light crash reporter

## When to avoid
- you want a turnkey hosted dashboard with symbolication and analytics out of the box (use Sentry or Firebase Crashlytics)
- your app targets non-Apple platforms
- you only need basic analytics events rather than crash diagnostics

## Facets
- artifact type: library
- maturity: active
- function: monitoring, logging, developer-tools
- domain: mobile-development, developer-tools, apple-ecosystem
- platform: cpp
- tags: crash-reporting, ios, swift, objective-c, hang-detection, apple-platforms, error-reporting, macos

## Member repositories
- kstenerud/KSCrash (main) score 94

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:51.257345+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:20:29.945871+00:00, confidence not recorded.
  - readme: https://github.com/kstenerud/KSCrash (fetched 2026-08-28T04:08:51.257345+00:00, sha e361a831f463)
- Data as of 2026-08-30T08:39:29.467469+00:00.
