Several installer options are available on the releases page:
| Description | Files |
|---|---|
| Universal installer (EXE) — universal installer for x86 and x64, supports installation for the current user or for all users | notetask‑any‑x86‑x64.exe |
| User installer (MSI) — installs the application for the current user | notetask‑x64.msinotetask‑x86.msi |
| System installer (MSI) — installs the application for all users on the system | notetask‑x64‑allusers.msinotetask‑x86‑allusers.msi |
Portable version — saves its settings to form_settings.json if it is near the executable; otherwise, in the user directory |
notetask‑x86‑x64‑portable.zip |
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.
Download the appropriate .deb package for your system from the releases page, or use wget directly. An example of using wget is provided on the release page.
If you downloaded the package manually, you can also install it via:
sudo dpkg -i /path/to/notetask.deb
If there are missing dependencies, fix them by running:
sudo apt-get install -f
Download the appropriate .rpm package for your system, or use wget directly. An example of using wget is provided on the release page.
If you downloaded the package manually, you can also install it via:
sudo dnf install /path/to/notetask.rpm
If there are missing dependencies, fix them by running:
sudo dnf install -y gtk2
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