Zettelkasten is a program for knowledge management. It is inspired by the note-taking system of Niklas Luhmann (Zettelkasten is German for slip-box).
Zettelkasten main window on macOS
Find the latest release here.
Find content about Zettelkasten in our Wiki here.
To build Zettelkasten, you need a Java Development Kit (JDK) 8 and Maven 3.
To get a local repository, use Git:
git clone git@github.com:Zettelkasten-Team/Zettelkasten.git
Then, in the root directory of the local repository, run the following command line:
mvn clean package
Note: mvn
is Apache Maven. Confirm with mvn -v
in a new shell.
Find the build result in your target
directory.
The GPLv3 applies. For detail information see LICENSE.md