automattic/simplenote-electron

Simplenote for Web, Windows, and Linux

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 9 minutes ago
Added to GitGenius on September 12th, 2026
Created on August 22nd, 2015
Open Issues & Pull Requests: 281 (+0)
GitHub issues: Enabled
Number of forks: 588
Total Stargazers: 5,266 (+0)
Total Subscribers: 138 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 44.2 hours
Mean response time: 90.8 days
90th percentile: 111.1 days
Tracked items: 73

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 7% of issues opened in the past year have been closed. Three people close 68% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 59
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 809 days
Stale 30+ days: 57
Stale 90+ days: 53

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 1
Events in 7 days: 3

Top labels

  • bug (51)
  • feature request (29)
  • [OS] windows (3)
  • [feature] build (3)
  • [feature] editor (3)
  • [OS] linux (2)
  • accessibility (2)
  • [feature] checklist (1)

Most active issues this week

Detailed Description

Simplenote for Electron is a desktop note-taking application built with React and Electron for Windows and Linux.

The project provides a native desktop client for Simplenote, a note-taking service. It uses Electron to package a React-based user interface, enabling cross-platform support while leveraging web technologies. The application syncs notes through the Simperium protocol and connects to the Simplenote backend service.

Developers considering this project should be aware that local development has significant constraints. The README explicitly states that local development is not currently supported without either an existing account on the test server or access to production credentials, due to changes in the signup flow that prevent account creation in the test database. This means contributors cannot easily set up an isolated development environment. Additionally, some Simplenote API features such as sharing and publishing do not function in development builds. The project is the official desktop client for Windows and Linux; separate native applications exist for macOS, iOS, and Android.

The project maintains a structured development workflow with unit tests run through npm, platform-specific build targets for macOS, Windows, and Linux, and documented coding guidelines aligned with related Automattic projects. Development requires specific tooling including npm with legacy peer dependency support due to pinned dependencies in the Monaco editor integration, and rpm installation for Linux package builds.