deviceplug/btleplug
Rust Cross-Platform Host-Side Bluetooth LE Access Library observed · 2026-09-01
Health v2 · maintenance only
77/100
- Activity 100
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2427
- days_rel: n/a
- days_push: 2
- n_releases_24m: 0
Adoption not part of the score
1168 stars · 211 forks observed · 2026-09-01
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
btleplug is an async Rust library for Bluetooth Low Energy (BLE) GATT access in host/central mode, supporting Windows, macOS, Linux, iOS, and Android. It provides cross-platform device discovery, service/characteristic access, and communication over native BLE stacks.
Use cases
- scan for nearby BLE devices from a Rust application
- read and write GATT characteristics across Windows, macOS, Linux, iOS, and Android
- build a cross-platform BLE central-mode tool in Rust
- enumerate Bluetooth LE adapters and discover services and characteristics
- connect to BLE peripherals like heart rate monitors or sensors from Rust
- embed BLE connectivity in a Flutter Android/iOS app via Rust
When to choose
- you need a single Rust codebase for BLE central-mode operations across all major desktop and mobile platforms
- you want async BLE APIs backed by native stacks (BlueZ, CoreBluetooth, WinRT)
- you only need host/central mode and don't need Bluetooth Classic
When to avoid
- you need peripheral mode (acting as a BLE device) - use bluster or ble-peripheral-rust instead
- you need Bluetooth 2/Classic support, which is explicitly not supported
- you need WebBluetooth/WASM support, which is not yet released
Facets
library · maturity active
sdk developer-tools cross-platform developer-tools iot rust windows cross-platform bluetooth-low-energy ble gatt async central-mode hardware-access linux macos android ios
2 sources
- readme: https://github.com/deviceplug/btleplug · fetched 2026-09-01 · 167d1e42108c
- registry_crates: https://crates.io/api/v1/crates/btleplug · fetched 2026-08-29 · f2fb0ba7fcb0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| deviceplug/btleplug | main | 77 |
For agents
markdown · JSON · MCP: product_card(name="deviceplug/btleplug")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem