NOTER is an open source, minimalistic, themeable markdown editor that seamlessly integrates with large-language models (LLM). If you happen to run ollama locally, NOTER will automatically connect to the instance. It is currently in beta stage: you can download it, run it and use it, but some functionality may be incomplete or missing.
Learn more at supernoter.xyz. We appreciate your feedback on product hunt.
You can download the latest release from GitHub. We provide packages for MacOS, Windows and various Linux distributions.
⚠️ Note that we currently do not sign the MacOS and Windows binaries and that you may need to pass security warnings in order to run the application.
NOTER is an Electron application. You can build, test and run the application after you have cloned the repo.
$ git clone https://github.com/supernoter/noter.git
$ cd noter/src
$ npm install --include=dev
$ npm run start
We provide a basic Makefile with common tasks for the projects, in addition to the usual scripts section in the package.json.
Some example tasks would be, running tests:
$ make test
Or building packages:
$ make build
More on setup and development in the src/README.md.