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

embassy-rs/embassy

Modern embedded framework, using Rust and async. observed · 2026-08-28

github.com/embassy-rs/embassy · homepage · Rust · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

77/100

  • Activity 99
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

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: n/a
  • age_days: 2171
  • days_rel: n/a
  • days_push: 7
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

9739 stars · 1631 forks observed · 2026-08-28

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

Embassy is a next-generation embedded framework for Rust that uses async/await for cooperative multitasking on microcontrollers without an RTOS or dynamic allocation. It provides an async executor, hardware abstraction layers for STM32, nRF, RP2040/RP235x, and other chip families, plus batteries-included timekeeping and drivers.

Use cases

  • write async Rust firmware for a microcontroller
  • replace an RTOS with a lightweight async executor on embedded hardware
  • blink LEDs and handle GPIO interrupts concurrently on an RP2040 or STM32
  • build battery-efficient embedded applications without dynamic memory allocation
  • develop firmware for nRF52, ESP32, or Raspberry Pi Pico in Rust
  • manage hardware timers and timekeeping in no_std embedded code

When to choose

  • you want safe, memory-safe embedded development in Rust with async/await
  • you need multitasking on a microcontroller without an RTOS, heap, or per-task stacks
  • your target chip is supported by an Embassy HAL (STM32, nRF, RP2040/RP235x, ESP32, etc.)

When to avoid

  • your project is written in C/C++ or another language
  • you need hard real-time guarantees with deterministic scheduling that cooperative async cannot provide
  • your microcontroller family has no Embassy or compatible HAL available

Facets

framework · maturity active

embedded concurrency sdk embedded-systems developer-tools cross-platform embedded rust iot async executor hal no-std rtos-alternative microcontroller rust

3 sources

Member repositories

RepositoryRoleHealth v2
embassy-rs/embassymain77

For agents

markdown · JSON · MCP: product_card(name="embassy-rs/embassy")

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