Skip to content

Installation

To install Darkwrite, go to our downloads page, and follow the instructions below.

Download the installer .exe file, which will show up in your downloads as "Darkwrite Installer.exe". Click and run it.

Windows will try to stop you with a SmartScreen prompt. Click the “More info” option, and choose “Run anyway”.

After the installation is complete, it might take a little while for it to launch, as Windows Defender probably scans the app for malware. It’ll open relatively quickly after this initial sequence. If it doesn’t launch after a long while, restart your computer and try running again.

Download the .dmg file and open it, then drag Darkwrite to your applications folder. You are good to go!

macOS builds are notarized, so there’s nothing else you need to do.

We provide .deb and .AppImage files for Linux. An unofficial AUR package is also available.

It is strongly recommended to use something like AppManager. It handles creation of desktop files for you.

If you want to just run the AppImage directly, make it executable first:

Terminal window
chmod +x Darkwrite.AppImage

and run it.

Install the provided .deb file:

Terminal window
sudo dpkg -i Darkwrite.deb

Install the unofficial darkwrite-bin AUR package. Thanks to zxp19821005 for maintaining this package for years! We really appreciate it❤️

Terminal window
paru -S darkwrite-bin

Neither Flatpak nor Snap is currently not supported, and we can’t say when it will be supported either. Certain Darkwrite features like linked files probably won’t work without full filesystem access, and I have no experience packaging a Flatpak. Packaging software for a sandboxed environment creates its own edge cases we currently don’t have the time to deal with.