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

pellepl/spiffs

Wear-leveled SPI flash file system for embedded devices observed · 2026-08-28

github.com/pellepl/spiffs · C · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

64/100

  • Activity 92
  • Release rhythm 8
  • 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: n/a
  • age_days: 4786
  • days_rel: n/a
  • days_push: 48
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1621 stars · 421 forks observed · 2026-08-28

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

SPIFFS is a wear-leveled file system for SPI NOR flash devices on embedded targets, written in C. It is designed for small microcontroller targets with sparse RAM, using statically sized buffers and a POSIX-like file API.

Use cases

  • store files on SPI NOR flash in an embedded project
  • add a file system to a microcontroller with little RAM
  • wear-level flash writes on an ESP8266 or similar chip
  • read and write config files on embedded flash
  • mount a flat file system on NOR flash without directories

When to choose

  • you need a small-footprint file system for SPI NOR flash on an MCU
  • RAM is scarce and you need statically sized buffers
  • you need wear leveling and consistency checks on flash
  • your storage is under ~128MB and a flat file namespace is acceptable

When to avoid

  • you need directories or hierarchical paths
  • you need real-time write latency guarantees
  • your flash is larger than ~128MB or has bad blocks needing management
  • you need a filesystem maintained with active new development

Facets

library · maturity maintenance

file-system embedded embedded-systems files developer-tools embedded c cross-platform spi-flash wear-leveling nor-flash microcontroller posix-like-api

1 source

Member repositories

RepositoryRoleHealth v2
pellepl/spiffsmain64

For agents

markdown · JSON · MCP: product_card(name="pellepl/spiffs")

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