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
- Download the 64-bit Windows Installer from the download page.
- Open the downloaded
.exeand follow the setup window. - 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
- Download and unzip the portable build wherever you want it.
- Keep
portable.txtbesideTextWriter.exe. - Run
TextWriter.exe. Its settings go into the nearbydatafolder, and its default documents folder isDocumentsbeside the app.
macOS
- Download the Apple Silicon
.dmg. TextWriter does not currently support Intel Macs. - Open the disk image and drag TextWriter into Applications.
- 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
| Thing | Location |
|---|---|
| Your writing | Wherever you choose to save the plain .txt or .md file. |
| Backups | A hidden .textwriter-backups folder beside the document. |
| Installed settings | Your operating system's normal configuration folder, under com.monomythlabs.textwriter. |
| Portable settings | The data folder beside TextWriter.exe. |
Describe what happened, which operating system you use, and which TextWriter file you downloaded.