Laverna is a JavaScript note-taking web application with a Markdown editor and encryption support. It's built to be an open source alternative to Evernote.
The application stores all your notes in your browser databases such as indexedDB or localStorage, which is good for security reasons, because only you have access to them.
Demo: https://laverna.cc/ OR http://laverna.github.io/static-laverna
- Markdown editor based on Pagedown
- Manage your notes, even when you're offline
- Secure client-side encryption
- Synchronizes with cloud storage services (currently only with Dropbox and RemoteStorage)
- Three editing modes: distraction free, preview, and normal mode
- WYSIWYG control buttons
- MathJax support
- Syntax highlighting
- No registration required
- Web based
- Keybindings
There are several ways to start using Laverna:
- Open laverna.cc and start using it. No extra steps are needed.
- Use a desktop app.
- Use a prebuilt version from Laverna/static-laverna repository.
- Build it from the source code.
Download the latest Laverna release for your operating system. After downloading the archive, you need to unpack it. Then, in the unpacked folder you need to run an executable (laverna.exe for Windows, laverna for Linux and Mac).
$ wget https://github.com/Laverna/static-laverna/archive/gh-pages.zip -O laverna.zip
$ unzip laverna.zip
Open in your favourite browser index.html file which is located inside laverna directory.
To install, do the following:
$ git clone git@github.com:Laverna/laverna.git
2. Ensure you have the node.js platform installed. See OS-specific instructions on their website.
$ npm install bower
$ npm install gulp
$ npm install
$ bower install
$ (cd test && bower install)
$ gulp build
- Hit star button on github
- Like us on alternativeto.net
- Contribute
Laverna uses the [SJCL] 1 library implementing the AES algorithm. You can review the code at:
- https://github.com/Laverna/laverna/blob/master/app/scripts/classes/encryption.js
- https://github.com/Laverna/laverna/blob/master/app/scripts/apps/encryption/
Published under MPL-2.0 License.
Laverna uses a lot of other libraries and each of these libraries use different licenses.