/cursif

A collaborative, scriptable note taking application.

GNU General Public License v3.0GPL-3.0

Cursif

Cursif is yet another note-taking application that adds an exciting twist to your productivity. Unlike conventional tools, Cursif empowers you with scriptable notes, allowing you to craft personalized macros for streamlined note automation.

How to Install

⚠️ Cursif officially supports Linux only. Although it should work on Windows and MacOS, it could have unexpected behavior or errors.

Start by pulling the repository and update the submodules.

git clone https://.../cursif.git
git submodule update --init --recursive

.env

  • In the root directory, create a new file named .env.
  • Copy the content of .env.example into your .env

Docker (recommended)

You can now access the backend on http://localhost:4000 and the frontend on http://localhost:8081.

Manual