Skip to content

Installation

AlexanderT edited this page Dec 20, 2025 · 1 revision

Installation

latest version

Windows

Several installer options are available on the releases page:

  • notetask-any-x86-x64.exe — a universal EXE installer that works on both x86 and x64 systems and supports installation for a single user or for all users, depending on the selected options.
  • notetask-x64.msi / notetask-x86.msi — installs the application for the current user.
  • notetask-x64-allusers.msi / notetask-x86-allusers.msi — installs the application for all users on the system.

Note: Windows XP supports installation only via MSI installers. The EXE installer is not compatible with Windows XP.

Download the installer from the releases page, run it, and follow the on-screen instructions. After installation, you can launch Notetask from the Start menu or from the desktop shortcut.


Linux

Debian-like systems

Download the appropriate .deb package for your system from the releases page. To install the package, open a terminal and run:

sudo dpkg -i /path/to/notetask.deb

If there are missing dependencies, fix them by running:

sudo apt-get install -f

To remove Notetask from your system, use:

sudo dpkg -r notetask

Fedora-like systems

Download the appropriate .rpm package for your system. To install the package, open a terminal and run:

sudo dnf install /path/to/notetask.rpm

If there are missing dependencies, fix them by running:

sudo dnf install -y gtk2

To remove Notetask from your system, use:

sudo dnf remove notetask

Some Notetask functions can run scripts in a terminal. If no terminal emulator is installed, you can add one, for example:

sudo dnf install -y xterm

Clone this wiki locally