Travis42 / desktop

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 start

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

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 81.3%Language:HTML 18.7%