NewsGator+
All NewsTechnologyScienceSportsBusinessLifestyleShowbizWorld
Weekly Brief
NewsGator+
All NewsTechnologyScienceSportsBusinessLifestyleShowbizWorld
Weekly Brief
  1. Home
  2. /
  3. Technology
  4. /
  5. WordStar Lives Again (and Again)
Technology

WordStar Lives Again (and Again)

Word processors and editors are a funny thing. It doesn’t really matter what’s “best,” whatever that means. If you have finger memory built up for one program, it’s painful to change. That’s why most of us don’t learn how to type on a Dvorak keyboard and why [George R. R. Martin] writes with WordStar. Many people of a

2 min read
WordStar Lives Again (and Again)
Executive DigestOriginal Reporting by Hackaday

This is a curated overview of the story reported by Hackaday. Full text remains copyright of the publisher.

Read Full Story on Hackaday →

Word processors and editors are a funny thing. It doesn’t really matter what’s “best,” whatever that means. If you have finger memory built up for one program, it’s painful to change. That’s why most of us don’t learn how to type on a Dvorak keyboard and why [George R. R. Martin] writes with WordStar. Many people of a certain age have a deep memory of WordStar. Now you can run it on a modern machine or even in your browser without a lot of trouble, thanks to [nampara-ai].

The idea is simple. Take a vintage copy of WordStar for MSDOS, wrap it with DOSBox, and package it up with some basic scripts for Linux, Mac, or Windows. In addition, there’s a WebAssembly version for the browser if you’re into that sort of thing.

On Linux, the wordstar.sh file grabs the current directory and sends it to launch.sh. This script makes sure everything is ready, builds a DOSBox config file from a template, and launches everything. The only problem is that it doesn’t correctly resolve symlinks if you want a link on your path. Luckily, that’s easy to fix:

#!/usr/bin/env bash
 # Run me to launch WordStar 4.0 on Linux:  ./wordstar.sh
DIR="$(realpath "$0")"
DIR="$(dirname $DIR)"
cd "$DIR"
DIR="$(pwd)"

#DIR="$(cd "$(realpath "$(dirname "$0"))" && pwd)"
"$DIR/native/lib/launch.sh"

Practical? No. Irreplaceable? Not really. You could run WordStar under RunCPM or set up DOSBox yourself. You can even find a sort of modern version to run, if you prefer. But for just a quick way to get it running easily, it is hard to beat. If you want to play with the web version, it is easy to navigate to the web subdirectory and run Python:

python3 -m http.server 5309

Then you can point your browser to http://localhost:5309, and you are in business. Or, get a flavor for it from [TigerClawTV]’s walk-through video below.

#Retrocomputing#Software Hacks#dosbox#wordstar
0 views0 shares
Al Williams
September 6, 2026
8:00 AM
0 comments
Join the discussion
Category
Technology
Original source
Read at source →
0
0

Related Articles

Salesforce has built the TSA a new AI agent to make travelling less awful for everyone
TechRadar·16h ago·Technology

Salesforce has built the TSA a new AI agent to make travelling less awful for everyone

Salesforce has revealed Ace, a new AI agent for the TSAAce should take the pressure of answering basic questions off human agentsAce has already resolved 96% of basic inquiries so farSalesforce has built the Transportation Security Administration (TSA) a new AI agent to try and help streamline trave…

Considering a Level 2 EV charger? How to know if you need one
Engadget·16h ago·Technology

Considering a Level 2 EV charger? How to know if you need one

Charging your EV from home is cheap and convenient, but knowing which type of charger will get the most out of your electric car can often be confusing.

Nvidia RTX 5090 GPU prices skyrocket to $9,000 — as fresh RTX 6000 rumor suggests a 2027 launch that fills me with dread
TechRadar·16h ago·Technology

Nvidia RTX 5090 GPU prices skyrocket to $9,000 — as fresh RTX 6000 rumor suggests a 2027 launch that fills me with dread

Nvidia's RTX 5090 is now over $9,000 in the USA new rumor suggests that RTX 6000 gaming GPUs are coming in 2027, maybe in the first half of the yearIf true, the price tag that's attached to the RTX 6090 will likely be colossal, and lower-tier GPUs could be pricey tooNvidia's RTX 5090 flagship has hi…

India escalates Apple probe over alleged iOS 18 issues that incurred repair costs
9to5Mac·16h ago·Technology

India escalates Apple probe over alleged iOS 18 issues that incurred repair costs

India’s Central Consumer Protection Authority (CCPA) has reportedly escalated its probe into whether Apple should be held responsible for an iOS 18 update that allegedly caused display and microphone issues on some iPhones. Here are the details. more…

Stay Informed.

The day's biggest stories, curated and trusted.

Browse CategoriesSearch Articles
NewsGator .
Privacy PolicyTerms of ServiceContactAbout Us
© 2026 NewsGator. Aggregating news from trusted sources.