Package Details: standardnotes 3.201.21-1

Git Clone URL: https://aur.archlinux.org/standardnotes.git (read-only, click to copy)
Package Base: standardnotes
Description: Think fearlessly with end-to-end encrypted notes and files
Upstream URL: https://standardnotes.com
Licenses: AGPL-3.0-or-later
Submitter: mhdi
Maintainer: mhdi
Last Packager: mhdi
Votes: 51
Popularity: 0.038912
First Submitted: 2026-02-27 21:51 (UTC)
Last Updated: 2026-04-21 12:20 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 Next › Last »

rjocoleman commented on 2019-06-08 21:34 (UTC)

Hello @FillFelle, thanks for this package! As of latest release it's crashing due to the build happening with a newer version of Electron than upstream currently supports.

There is a defensive PR upstream (https://github.com/standardnotes/desktop/pull/359) to deal with this but in the mean time here's a patch for this package that integrates it directly.

https://gist.github.com/rjocoleman/6279ea9f11885f13383867a9b70408a9

(git apply standardnotes-desktop-aur-deprecation.patch)

kaymmm commented on 2019-02-02 16:49 (UTC)

FYI I was getting the error

'prebuild-install' command not found

so I installed it using

npm i -g prebuild-install

not sure why this wasn't captured in the yarn installation process, but it works now.

scottwernervt commented on 2018-12-04 14:21 (UTC)

Alternate package https://aur.archlinux.org/packages/standardnotes-desktop/

JoshuaRLi commented on 2018-12-04 05:56 (UTC)

Going to be disowning this; I don't use sn-bin anymore (https://app.standardnotes.org is easier for me) and no longer have the obligation to maintain this low popularity package. Please feel free to adopt it.

FillFeile commented on 2018-10-14 11:48 (UTC)

@knokelmaat thanks for the quick feedback. I updated the PKGBUILD accordingly.

knokelmaat commented on 2018-10-14 11:10 (UTC)

@FollFeile I can confirm that installing node-gyp did the trick. I had exactly the same error as tinhtruong and this solved it, so you can update the package! Thanks for the quick fix!