electron-userland/electron-json-storage
:package: Easily write and read user settings in Electron apps observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- 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-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3873
- days_rel: n/a
- days_push: 1178
- n_releases_24m: 0
Adoption not part of the score
1425 stars · 75 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Node.js library for Electron apps that provides a localStorage-like API to persist and read JSON objects as user settings in the OS application data directory. It works from both main and renderer processes and supports sync and async operations.
Use cases
- persist user settings in an electron app
- save app preferences as files
- read and write config data in electron main process
- store key-value data in userData directory
- replace localStorage with file-based storage in electron
- load settings synchronously in electron renderer
When to choose
- you need a simple localStorage-like JSON persistence layer for Electron
- you want settings stored in the OS userData directory
- you need sync and async read/write APIs
When to avoid
- you need structured or encrypted storage
- you prefer a maintained alternative like electron-store
- you need storage beyond simple JSON key-value files
Facets
library · maturity maintenance
file-system configuration-management desktop-applications developer-tools files cross-platform electron user-settings -storage localstorage-like nodejs javascript
2 sources
- readme: https://github.com/electron-userland/electron-json-storage · fetched 2026-08-28 · c12a54ac5acb
- registry_npm: https://registry.npmjs.org/electron-json-storage · fetched 2026-08-29 · 73eb75014a45
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| electron-userland/electron-json-storage | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="electron-userland/electron-json-storage")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem