Ross ROSS = Recommend OSS · open-source software intelligence for agents

hbldh/bleak

A cross platform Bluetooth Low Energy Client for Python using asyncio observed · 2026-08-28

github.com/hbldh/bleak · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

88/100

  • Activity 96
  • Release rhythm 70
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 37.0
  • age_days: 3051
  • days_rel: 123
  • days_push: 28
  • n_releases_24m: 11

Full methodology

Adoption not part of the score

2501 stars · 362 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Bleak is a cross-platform Python library providing an asynchronous API for Bluetooth Low Energy (BLE) communication, acting as a GATT client to connect to BLE devices. It supports Windows, Linux (BlueZ), macOS (Core Bluetooth), and Android backends.

Use cases

  • scan for nearby bluetooth low energy devices in python
  • connect to a ble sensor and read gatt characteristics
  • receive notifications from a bluetooth heart rate monitor
  • write data to a ble device from a cross-platform python app
  • build a python script to talk to a smart sensor over bluetooth
  • discover and list bluetooth devices on windows mac and linux

When to choose

  • you need a single Python API for BLE across Windows, Linux, macOS, or Android
  • you want asyncio-based asynchronous BLE communication
  • you need to read, write, or subscribe to GATT characteristics on BLE peripherals

When to avoid

  • you need Bluetooth Classic (non-BLE) profiles like SPP or A2DP
  • you need a GATT server (peripheral role) rather than a client
  • you are not using Python or need non-async blocking APIs

Facets

library · maturity active

sdk concurrency developer-tools iot cross-platform python windows cross-platform bluetooth bluetooth-low-energy ble gatt-client asyncio sensors linux macos android

2 sources

Member repositories

RepositoryRoleHealth v2
hbldh/bleakmain88

For agents

markdown · JSON · MCP: product_card(name="hbldh/bleak")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem