Skip to content

A free, open-source, and completely encrypted notes app. Mac, PC, & Linux app repository | https://standardnotes.org

License

Notifications You must be signed in to change notification settings

lanesawyer/desktop

 
 

Repository files navigation

This application makes use of the core JS/CSS/HTML code found in the web repo. For issues related to the actual app experience, please post issues in the web repo.

Running Locally

npm run setup
npm run build:web # Or `npm run dev:web`
npm run dev

# In another terminal
npm start

We use commitlint to validate commit messages. Before making a pull request, make sure to check the output of the following commands:

npm run lint
npm test # make sure to start `npm run dev` before running the tests

Pull requests should target the dev branch.

Building

Build for all platforms:

electron-packager . "Standard Notes" \
  --platform=all \
  --icon=icon/icon \
  --overwrite \
  --osx-sign='Mac Developer ID Application: xxx' \
  --out=dist

or

  • npm run dist

or

  • npm run dist-win
  • npm run dist-linux
  • npm run dist-mac

Installation

On Linux, download the latest AppImage from the Releases page, and give it executable permission:

chmod u+x standard-notes*.AppImage

Alternative Downloads

The Standard Notes desktop client is also available through a variety of package managers:

About

A free, open-source, and completely encrypted notes app. Mac, PC, & Linux app repository | https://standardnotes.org

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 83.9%
  • JavaScript 11.5%
  • HTML 2.6%
  • CSS 1.2%
  • Other 0.8%