Download
blogwriter runs on your own Mac, through the Claude subscription you already have. No account to make here, no terminal, nothing sent to a server.
Here is exactly what it says and exactly what to press. It happens once.
Nothing was scanned. macOS says this about any app whose maker has not
paid Apple’s yearly fee. We have not, yet.
Open
that settings page — works if you are reading this on the Mac you are installing on.That is all of it, and never again. From then on blogwriter opens like anything else and starts by itself when you log in.
A blogwriter window opens with the writing page in it — no browser, no address bar. First launch takes about a minute while it fetches what it needs, and the window says where it has got to. No admin password, nothing installed system-wide.
It does not sign you in to Claude. You do that yourself, in your browser, through Anthropic’s own program — blogwriter never sees the token. You need a Claude subscription: it does the writing, on your machine, so your drafts never reach a server.
To remove it: in Finder press ⇧⌘G, type ~/.blogwriter, and
double-click uninstall.command. It keeps your settings and keys. Opening a newer
download is how you update.
Then skip the download and the five steps — a script from a terminal is not quarantined, so macOS does not ask. It installs the same files in the same places, and the two are interchangeable afterwards.
curl -fsSL https://blogwriter.pro/install.sh | bash
To remove it that way: curl -fsSL https://blogwriter.pro/install.sh | bash -s -- --uninstall.
Fair. Piping a script from the internet into a shell is a matter of trusting whoever serves it, so here it is in full, and it is the same file that line downloads. The blogwriter download it fetches is checked against a hash built into the script; if the bytes do not match, it installs nothing.
Loading…