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.
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.
Official sources
- [1]standardnotes/app — GitHub repository metadata(2026-09-17)
- [2]Standard Notes — README(2026-09-17)
- [3]Standard Notes app monorepo — package.json(2026-09-17)
- [4]Standard Notes desktop — package.json(2026-09-17)
- [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
Get the source
git clone --depth 1 https://github.com/standardnotes/app.git - 2
Enter the repository
cd app - 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
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
Related information
Write a related articleShare a guide or use case for this OSS in Markdown. Articles are published after administrator approval.
Explore next
- n8n204,729 Stars
A fair-code platform combining a visual canvas and code for service integrations, workflows, and AI agents.
TypeScript - Oh My Zsh189,764 Stars
A community framework for managing Zsh configuration through plugins, themes, and an update mechanism.
Shell - Ollama181,232 Stars
A runtime for downloading and running open models on a computer or server through a CLI and local API.
Go - AUTOMATIC1111 Stable Diffusion WebUI164,915 Stars
A Gradio UI for Stable Diffusion image generation, editing, model selection, extensions, and APIs.
Python - Dify156,066 Stars
A visual LLM application platform combining AI workflows, RAG, agents, model management, and observability.
TypeScript
Report incorrect information
Tell us if any listing information is incorrect or outdated.