★ BEST VIEWED WITH ANY BROWSER, 800x600 OR BETTER ★  |  NO JAVA APPLETS WERE HARMED IN THE MAKING OF THIS PAGE
*** pick your platform *** verify the file *** open TextWriter *** write something good *** no account required *** works entirely offline ***      

Getting Started

Start with the official download page. TextWriter is free, open source, and distributed through the Monomyth Labs GitHub release. The Windows and macOS builds are unsigned, so warnings are expected. Check the published SHA-256 value before opening a file. A match confirms that it is the exact published file, but the choice to run unsigned software remains yours.

Windows

Standard installer

  1. Download the 64-bit Windows Installer from the download page.
  2. Open the downloaded .exe and follow the setup window.
  3. Launch TextWriter from the Start Menu.

If Windows SmartScreen appears, first confirm that the file came from the official TextWriter release and that its checksum matches. Then use More info to reveal the Run anyway option. Never disable SmartScreen globally.

Portable ZIP

  1. Download and unzip the portable build wherever you want it.
  2. Keep portable.txt beside TextWriter.exe.
  3. Run TextWriter.exe. Its settings go into the nearby data folder, and its default documents folder is Documents beside the app.

macOS

  1. Download the Apple Silicon .dmg. TextWriter does not currently support Intel Macs.
  2. Open the disk image and drag TextWriter into Applications.
  3. Open TextWriter from Applications.

If macOS blocks the first launch, verify that the disk image came from the official release and that its checksum matches. Then Control-click TextWriter in Finder, choose Open, and confirm once. Do not turn off macOS security protections globally.

Because this build is unsigned, some macOS versions may still describe the app as damaged after that step. If—and only if— the checksum matches the official release, you can remove quarantine from this app alone in Terminal:

xattr -dr com.apple.quarantine /Applications/TextWriter.app

Linux

Arch / Omarchy — AUR package coming soon

The TextWriter AUR package is ready, but new AUR account registration is temporarily closed. It will be published when registration reopens. Until then, use the AppImage instructions below; they work on Arch and Omarchy without installing a package.

Debian / Ubuntu / Mint / Pop!_OS

curl -LO https://github.com/MonomythLabs/TextWriter/releases/latest/download/TextWriter-Linux-amd64.deb sudo apt install ./TextWriter-Linux-amd64.deb

Fedora / Rocky Linux

sudo dnf install https://github.com/MonomythLabs/TextWriter/releases/latest/download/TextWriter-Linux-x86_64.rpm

openSUSE

curl -LO https://github.com/MonomythLabs/TextWriter/releases/latest/download/TextWriter-Linux-x86_64.rpm sudo zypper install ./TextWriter-Linux-x86_64.rpm

AppImage — portable fallback for almost any distribution

Download the AppImage directly from the latest GitHub release:

curl -LO https://github.com/MonomythLabs/TextWriter/releases/latest/download/TextWriter-Linux-x86_64.AppImage

Make it executable and run it:

chmod +x TextWriter-Linux-x86_64.AppImage ./TextWriter-Linux-x86_64.AppImage

Linux desktop integration varies between distributions. Until the AUR package is published, the AppImage is the simplest option for Arch and Omarchy and the least distribution-specific fallback everywhere else. Commands using sudo will ask for your Linux account password.


Where Your Files Live

ThingLocation
Your writingWherever you choose to save the plain .txt or .md file.
BackupsA hidden .textwriter-backups folder beside the document.
Installed settingsYour operating system's normal configuration folder, under com.monomythlabs.textwriter.
Portable settingsThe data folder beside TextWriter.exe.
Still stuck?

Describe what happened, which operating system you use, and which TextWriter file you downloaded.