Nuclear Tiger

advice for the hard times ahead


WYRMSTAR
WyrmStar's welcome screen

WyrmStar is a word processor for long-form fiction writing that combines some of my favorite features from WordStar and Scrivener while introducing other features that I felt were missing from all other options.

The largest feature that was missing from other word processors was robust version control. I'm a software engineer by trade, so version control is part of my daily routine. But each evening when I would toil away at revisions for my own writing projects, I couldn't help but think—why couldn't word processors use the same system?

To that end, I've built WyrmStar on top of an underlying git base. Engineers will all be familiar with it, but for non-technical folks, you don't have to worry about it. Git gives you the ability to roll back changes, compare different versions, and branch off into multiple versions whenever needed. Locally, the git is obscured so you can focus on your writing. However, if you want to supercharge WyrmStar, you can use a GitHub.com account for true version control and syncing. Work on any device, and pull down your manuscripts from private repositories in the cloud!

FEATURES
Note: This version is in alpha and is feature incomplete. Feedback and suggestions are welcome!
DOWNLOAD WYRMSTAR

Mac, Windows and Linux builds live on that page. These are early test builds and aren't code-signed yet, so your OS will complain the first time you open one. On a Mac you'll likely see “is damaged and can’t be opened” — it isn't actually damaged, that's just how an unsigned app reads to Gatekeeper on Apple Silicon. Open Terminal and run:
xattr -cr /Applications/WyrmStar.app
(swap the path if you put it somewhere else), then open it normally. On Windows, click "More info" then "Run anyway" on the SmartScreen prompt.

Curious how it actually works? Read the docs, or poke at the source — it's open.

SIXTEEN PALETTES