Installation

Quick start - only for the option of running the application locally

If you are running the application from the website https://doxa-notes.org/, continue with the next point!

Download/clone the repository and go to the application folder:

cd doxa/web_app

Start a simple local server (recommended):

python3 -m http.server 8000

and open in the browser: http://localhost:8000 alternatively you can use Node.js and install live-server using npm install and then run it using the command: live-server in the application folder.

Desktop application

  1. The desktop application is available for Linux. Just download it from Codeberg releases section and run it.

  2. Run the downloaded application by opening the AppImage file

  3. You can find the application files in the folder:

Linux: ~/.config/doxa/

Don't forget to make regular JSON backups (export JSON).

Don't forget to update the application regularly to have the latest version.

ATTENTION: there is a bug in the desktop version with adding new notes. To be able to add a new note, you must first click on another tab in the menu and then back to the notes tab!

Desktop app: they do not come out as regularly as the web app, due to build and resource requirements. The desktop app will only be released after major functional changes.