_images/novelwriter-icon.svg

novelWriter#

A markdown-like editor for novels

A markdown-like text editor designed for writing novels and larger projects of many smaller plain text documents.

It is designed to be a simple text editor that allows for easy organisation of text files and notes, with a meta data syntax for comments, synopsis, and cross-referencing between files, and built on plain text files for robustness.

_images/screenshot_multi1.png

novelWriter is Free and Open Source, and runs on Linux, Windows and MacOS

Latest Release#

Version 2.5.3 – Released on November 26, 2024 – Read the Release Notes

* Free code signing on Windows is provided by SignPath.io, certificate by SignPath Foundation. See Code Signing Policy.

Other Install Options#

ubuntu-logo Add the Ubuntu PPA to your system#
sudo add-apt-repository ppa:vkbo/novelwriter
sudo apt update && sudo apt install novelwriter
pypi-logo Install from the Python Package Index#
pip install --user novelwriter
  • For more download options, including pre-releases, see the Downloads page.

  • You can also use the Ubuntu PPA on other Debian-based distros. See Setup and Installation for more details.

  • Ubuntu pre-releases are available on the Pre-Release PPA, by adding ppa:vkbo/novelwriter-pre instead.

Sha256 Checksums#

  • Linux AppImage: novelWriter-2.5.3.AppImage
    Sha256: 0a2be9e3c2363e336005d90bffcef013dee3a077801b9a1a200d33305b8a344c ShaSum File
  • Debian Package: novelwriter_2.5.3_all.deb
    Sha256: f8f1e7017da68ad9d5ad979190e565588ddd67ca64c1c139da0840986dd4173b ShaSum File
  • Windows Installer: novelwriter-2.5.3-amd64-setup.exe
    Sha256: 4cb5d359e4dd17065186e977e3817bf9793c4f2ae71cc218d30dd0284bd8c091 ShaSum File
  • MacOS DMG Image (Intel): novelWriter-2.5.3-x86_64.dmg
    Sha256: 9bb2d292ecac9297cf26b2a1eafe969812a34714c6d185d29c116c2464bf51ad ShaSum File
  • MacOS DMG Image (M1): novelWriter-2.5.3-aarch64.dmg
    Sha256: 1586d06659f727583a853aae5a6aec371b156879c688a3b5633ad1acb7f906b1 ShaSum File

Verify the Checksum

Download the corresponding ShaSum File to the same location
Run one of the commands below in a terminal window in the same folder
shasum -c novelWriter-2.5.3.AppImage.sha256
shasum -c novelwriter_2.5.3_all.deb.sha256
Run the following command in PowerShell from the same folder
Check the Hash value against the value displayed above
Get-FileHash -Algorithm SHA256 novelwriter-2.5.3-amd64-setup.exe | Format-List
Download the corresponding ShaSum File to the same location
Run the command below in a terminal window in the same folder
shasum -c novelWriter-2.5.3-x86_64.dmg.sha256