Download MarkNode Now

Download the latest version of MarkNode for your platform and start your journey towards a more organized and efficient way of working.

macOS
for macOS 10.13.2 or higher
Download
Windows
for Windows 10 or higher
Download
Linux
suggest Ubuntu 22.04 or higher
Download

Install on macOS

Using the DMG File

If you’ve downloaded the DMG file, double-click it to mount the disk image. Then, drag the MarkNode app into your Applications folder. You can launch the app from there.

Using the tar.gz File

If you’ve downloaded the tar.gz file, extract it and run the MarkNode executable. For easier access, you can move the extracted folder to your Applications folder.


Install on Windows

Using the MSI Installer

If you’ve downloaded the MSI file, double-click it to run the installer. Follow the on-screen instructions to complete the installation.

Using the NSIS Installer

If you’ve downloaded the NSIS installer, double-click it to run the installer. Follow the on-screen instructions to complete the installation.


Install on Linux

Using AppImage

If you’ve downloaded the AppImage file, make it executable with the following command:

chmod +x MarkNode-*.AppImage

Then, run the app with:

./MarkNode-*.AppImage

Missing FUSE Error

If you see the following error:

dlopen(): error loading libfuse.so.2

It means the FUSE library is not installed. Install it with:

sudo apt update
sudo apt install libfuse2

For Debian-based Distributions (.deb)

If you’ve downloaded the .deb file, install it with:

sudo dpkg -i MarkNode-*.deb

For RPM-based Distributions (.rpm)

If you’ve downloaded the .rpm file, install it with:

sudo rpm -i MarkNode-*.rpm

Getting Support

If you encounter any issues during installation or use, feel free to contact us at support@documentnode.io.