OSS Tanbou

Standard Notes — An end-to-end encrypted notes and files app spanning web, desktop, and mobile

OSS health 81
About these scores

Discovery score is an unbounded weighted, log-compressed index of stars, watchers, forks, and contributors. Growth momentum is its change over the observed period; OSS health is a 0–100 score from available repository recency, Community Health, and release data.

Stars
6,632
Primary language
TypeScript
License
AGPL-3.0
Repository last updated
Sep 17, 2026

Overview

Standard Notes is an AGPL-3.0 notes application that synchronizes notes and files with end-to-end encryption. This repository is a monorepo containing web, desktop, mobile, and shared services, and the web app can be self-hosted as static files. The latest GitHub release checked on September 17, 2026 is Desktop 3.202.0.

Features and best fit

Based on official documentation; not hands-on tested · Content checked:

Synchronize notes and files across devices without giving the server plaintext content

The README centers end-to-end encrypted sync and provides clients for web, macOS/Windows/Linux, iOS, and Android using the same private notes account. Developers can also build editor extensions for workflows such as Markdown.

Sources: [2]

Build web, Electron desktop, and mobile clients from one monorepo

The root workspace contains web, desktop, mobile, services, and related packages, while the desktop package uses Electron. The web app builds to static HTML/JS/CSS, and DEFAULT_SYNC_SERVER can point login and registration at a selected sync server.

Sources: [3][4][2]

Self-host the web app in 3 steps

1. Clone the repository and run yarn install.

2. Run yarn build:web, then serve the static files under packages/web; the README gives python -m http.server 8080 as a simple example.

3. If you run your own sync service, set DEFAULT_SYNC_SERVER=https://sync.myserver and operate the client and server as separate components.

Sources: [2]

For people who want multi-device notes without storing plaintext content with a service provider

It fits privacy-focused individuals and professionals that need synchronization while retaining the ability to audit/build the client. Choosing the web-client hosting location separately from the sync server also provides more deployment control.

Sources: [2]

This repository alone is not the complete self-hosted sync stack

The README's web self-hosting procedure serves client-side static files. A separate Standard Notes server component is required to self-host synchronization end to end. GitHub releases are also package-specific: the latest release is Desktop 3.202.0, which should not be assumed to be the Web or Mobile version.

Sources: [2][5][3]

Official sources

  1. [1]standardnotes/app — GitHub repository metadata(2026-09-17)
  2. [2]Standard Notes — README(2026-09-17)
  3. [3]Standard Notes app monorepo — package.json(2026-09-17)
  4. [4]Standard Notes desktop — package.json(2026-09-17)
  5. [5]Standard Notes Desktop 3.202.0 release(2026-09-17)
Supplemental curator note

Keep the client-app repository distinct from the sync server and make the self-hosting boundary explicit.

Try it in 3 steps

  1. 1

    Get the source

    git clone --depth 1 https://github.com/standardnotes/app.git
  2. 2

    Enter the repository

    cd app
  3. 3

    Check the official steps

    Continue with the commands in the README Installation, Quick Start, or Getting Started section.

    find . -maxdepth 1 -iname 'README*' -exec sed -n '1,220p' {} \; -quit
Check the official README

Growth

Growth trends · Last 30 days

6,632 Stars

Trend data is still being collected.

Development activity

Last 90 days · weekly

Commits (last 30 days)
34
Open PRs
95

Development activity is still being collected.

Built with

Categories and tags

GitHub data

GitHub dataView detailed GitHub data

GitHub Topics

  • notes
  • encrypted
  • privacy
  • secure
  • evernote
  • snippets
  • markdown
  • note-taking
Stars
6,632
Forks
551
Watchers
66
Open issues
0
Primary language
TypeScript
License
AGPL-3.0
Repository last updated
Sep 17, 2026
Write a related article

Share a guide or use case for this OSS in Markdown. Articles are published after administrator approval.

Report incorrect information

Tell us if any listing information is incorrect or outdated.