Standard Notes is a safe place for your notes, thoughts, and life's work. It focuses on being simple, so you don't have to fight with endless features that slow you down. It encrypts your notes to protect your privacy. And, it's extensible, so you can backup your notes to Dropbox, Google Drive, and other services, as well as install themes, editors (desktop only), and more.
- iOS App Store (iOS 8+)
- Google Play (Android 5.0+)
- Direct APK
This is a React Native implementation of Standard Notes. React Native allows us to build native mobile applications using JavaScript. This allows us to develop faster, as well as have a more reliable and consistent cross-platform experience.
Clone the project, then:
git submodule update --init
npm install
react-native run-ios
orreact-native run-android
- For iOS: Open the project in Xcode, then simply build and run with your device selected.
- For Android: connect your device, then simply run
react-native run-android
cd android && ./gradlew assembleRelease
You'll then find the APK in this directory:
android/app/build/outputs/apk/release
We love community contributions! Before contributing, please read our Longevity Statement to better understand how we approach adding new features. Unlike other projects, adding new features is something we prefer not to do, so if you have a feature which you think is absolutely essential, please create a discussion issue first before coding.
You can find the "classic" versions of our applications, which are built in Swift and Java/Kotlin, respectively, via these links:
- Swift-based iOS app (deprecated)
- Java/Kotlin based Android app (deprecated)