Download MarkNode
Free for personal use. Available on all major platforms.
Installation Guide
macOS
DMG File (Recommended)
- 1 Double-click the downloaded DMG file to mount it
- 2 Drag MarkNode to your Applications folder
- 3 Launch from Applications or Spotlight
tar.gz Archive
- 1 Extract the archive by double-clicking it
- 2 Move the MarkNode app to Applications
- 3 Right-click and select "Open" on first launch
Windows
MSI Installer (Recommended)
- 1 Double-click the MSI file to start installation
- 2 Follow the setup wizard instructions
- 3 Launch from Start Menu or Desktop shortcut
NSIS Installer
- 1 Run the NSIS installer executable
- 2 Choose installation directory
- 3 Complete the installation wizard
Linux
AppImage (Recommended)
- 1 Make executable:
chmod +x MarkNode-*.AppImage - 2 Run:
./MarkNode-*.AppImage
Missing FUSE?
If you see dlopen(): error loading libfuse.so.2, install FUSE:
sudo apt install libfuse2 DEB Package (Debian/Ubuntu)
- 1 Install:
sudo dpkg -i MarkNode-*.deb - 2 Or double-click to open in Software Center
RPM Package (Fedora/RHEL)
- 1 Install:
sudo rpm -i MarkNode-*.rpm - 2 Or use:
sudo dnf install MarkNode-*.rpm