Downloads#

This page includes all available packages for the latest release.

When pre-release packages for the next version of novelWriter are available, these release packages are also listed on this page. When there is no pre-release available, the section is empty.

You can find more information on how to set up novelWriter on the Getting Started page of the documentation.

Latest Release#

Release Version: Version 2.0.7
Release Date: April 16, 2023
Release Page: GitHub
Release Notes

This is a patch release that fixes a few issues and adds a Japanese translation.

The issues were mostly related to spell checking. In particular, issues with finding the word boundary when using underscore characters for italics markup. These issues should now be resolved. In addition, escaped markup characters are now rendered properly in HTML and ODT build formats.

A few usability improvements have also been made. The Add Item menu in the project tree no longer shows the options to create Novel Documents when an item in the tree is selected that cannot hold such a document. In addition, the “Change Label” context menu entry has been changed to say “Rename”, which is a more logical choice.

Detailed Changelog

Bugfixes

  • Fixed an issue where novelWriter sometimes shows up in the desktop environment on Linux under another name than it’s supposed to, which meant it would show up without the correct icon. The desktop environment was apparently guessing its name based on various values. It is now set explicitly. PR #1405.

  • Fixed an issue where the syntax highlighting for spell checked words were not cleared when spell checking was disabled. Issue #1414. PR #1416.

  • Fixed a series of issues with spell checking of words and sentences with italics styling using underscores. The spell checker relies on RegEx for splitting words, and RegEx considers the underscore a word character. Issue #1415. PR #1417.

  • Fixed an issue where escaped markup characters were not being cleaned up when building HTML and ODT outputs. Issue #1412. PR #1418.

Usability Fixes

  • The context menu entry “Change Label” in the project tree has now been changed to say “Rename”, which matches with the main menu, and is also more in line with what users expect. PR #1403.

  • The entries for creating new Novel Documents in the project tree’s Add Item menu are now hidden when the select item in the tree does not allow Novel Documents. This is less confusing than the previous behaviour where it would just create a Project Note regardless of selected file option. Issue #1404. PR #1406.

Internationalisation

  • Added Japanese translation, contributed by @hebekeg. PR #1407.

  • Updated existing translations. PR #1407.

Packaging

  • Legacy AppImage formats have been added to support glibc 2.24. This is a temporary solution until the AppImage base image is deprecated later in 2023. Issue #1391. PR #1410.

Linux#

AppImage

The AppImage should run on any recent Linux distro. See the AppImage website for more info.

Checksum: a493fbdb16f4ee9d63bf42568a0d057f9093fa9c69f9a6ba1d6c043673c3b2a4 ShaSum File
AppImage (Legacy)

For older Linux distros you may need to download this AppImage instead.

Checksum: 9f243a7bad56aa765dd1142ae2bccaedf2dba6e22e88038440f0698629ca6b02 ShaSum File
Debian Package

The package is built for Debian, but should also work for Ubuntu and Linux Mint.

Download: novelwriter_2.0.7_all.deb [ 1.94 MB ]
Checksum: aeaa3e1bc797ea1527313e4b64b691a516b013e0e5d160e4644421881162736f ShaSum File

Windows#

Setup Installer

This is a standard setup installer for Windows. It is made for Windows 10 or newer.

Checksum: 342f4257bfbcbfa5fc0655c7f7c980c94fbc94967f0f91d2bc71d8a2b872ac88 ShaSum File

MacOS#

DMG Image

This is a DMG image for MacOS, and should work on MacOS 10 or higher.

Download: novelWriter-2.0.7-macos.dmg [ 96.0 MB ]
Checksum: 9e5fc4fd03e636f64e7b6ae38e52190f21d76b62a4519a746f853d4ebdeec3a0 ShaSum File

Other Packages#

Python Wheel

The Wheel package can be installed with pip install <file_path>.

Checksum: 28c4aca900afa65132f8be0c3bc164c4df2deaca399262499c3e270fcdbb98ac ShaSum File

Source Code The source code packages are archived files of the entire source code. See also the novelWriter Repository.

Latest Pre-Release#

There are currently no pre-releases available …