Standard Notes

Standard Notes is a safe place for your notes, thoughts, and life’s work.

Build, Install and Run Flatpak (locally)

Assuming flatpak, flatpak-builder, and git packages are installed, run the following commands:

$ git clone https://github.com/flathub/org.standardnotes.standardnotes.git
$ cd org.standardnotes.standardnotes/
$ flatpak remote-add --if-not-exists --user flathub https://flathub.org/repo/flathub.flatpakrepo
$ flatpak-builder build --force-clean --install-deps-from=flathub --install --user org.standardnotes.standardnotes.json

# ...to uninstall the artifact
$ flatpak uninstall --delete-data --user org.standardnotes.standardnotes

# ...and to clean-up everything
$ flatpak uninstall --unused --user
$ rm -rf .flatpak-builder/ build/
$ flatpak remote-delete --user flathub

Update Flatpak

Make sure git-2.x, yarn-1.16.x, and python-3.7.x packages are installed, then follow the next steps:

  1. Open bootstrap.sh and update the TAG variable accordingly

  2. Run bootstrap.sh

  3. Commit and push the generated/updated files

  4. Update manifest and AppStream metadata accordingly

Roadmap

See the Issues tracker.