# steamclock/bluejay

A simple Swift framework for building reliable Bluetooth LE apps.

Repository: https://github.com/steamclock/bluejay
Canonical: https://ross.abutalabs.com/products/bluejay
Language: Swift
License: MIT
License Family: permissive
Topics: bluetooth, swift, ios
Last push: 2024-01-10T20:03:55+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3540, "days_push": 966, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1126, forks 101 (observed 2026-08-28T04:03:41.263540+00:00)

## What it is
Bluejay is a Swift framework that simplifies building reliable Bluetooth LE apps on iOS. It wraps CoreBluetooth with a callback-based API, FIFO operation queue, background restoration support, and simple serialization protocols.

## Use cases
- connect to a single Bluetooth LE peripheral from an iOS app
- read and write BLE characteristics reliably
- listen for characteristic notifications
- handle automatic reconnection to a BLE device
- perform background BLE tasks and state restoration
- serialize and deserialize BLE data in Swift

## When to choose
- you are building an iOS app that talks to one Bluetooth LE peripheral
- you want a simpler, more predictable API than raw CoreBluetooth
- you need reliable background BLE operations and state restoration

## When to avoid
- you need to manage multiple peripherals simultaneously
- your app targets Android or non-Apple platforms
- you need macOS or Bluetooth Classic support

## Facets
- artifact type: library
- maturity: maintenance
- function: sdk, developer-tools
- domain: mobile-development
- platform: -
- tags: bluetooth-le, corebluetooth, swift-framework, ble, bluetooth, ios, swift, mobile

## Member repositories
- steamclock/bluejay (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:41.263540+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-30T06:39:13.865968+00:00, confidence not recorded.
  - readme: https://github.com/steamclock/bluejay (fetched 2026-08-28T04:03:41.263540+00:00, sha d59497826204)
- Data as of 2026-08-30T08:39:29.467469+00:00.
