Been looking at grammar checker options that aren’t Grammarly – specifically ones that are open source, self-hostable, or at minimum don’t require uploading everything to a cloud service. It’s a surprisingly underdeveloped space.
Here’s where I landed after testing a few.
LanguageTool is the clear standout. It’s open source (LGPL), has a browser extension, integrates with LibreOffice and a number of other editors, and crucially you can self-host the entire thing if you don’t want to use their cloud. The self-hosted version requires Java but runs fine on a basic VPS. The free cloud tier is useful for most people who don’t want to self-host.
What it does well: grammar, style suggestions, punctuation, and a reasonably good set of rules for common errors. It supports a large number of languages, which matters if you write in anything other than English.
What it doesn’t do well: it’s not great at tone or context-dependent suggestions. It won’t tell you that your paragraph is confusing – it’ll catch that you used “its” when you meant “it’s.”
After the Deadline (AtD) was once a solid open source option that WordPress used. It’s been abandoned and I wouldn’t recommend it in 2026.
Harper is a newer project that’s worth watching. Written in Rust, it’s fast and lightweight, and it runs locally without any server. It integrates with VS Code and Neovim. The rule set is smaller than LanguageTool right now but it’s actively developed and the privacy-first, zero-upload model is genuinely compelling.
Vale is more of a linting tool for prose than a grammar checker – it enforces style rules (think: no passive voice in documentation, use of company-specific terminology, word count limits per section). It’s used a lot in technical writing and documentation workflows. Not what you want for general writing, but excellent for structured professional contexts.
What I’d actually recommend:
- General use, privacy-conscious: LanguageTool self-hosted or free tier
- Developer writing workflows: Harper + Vale together
- Heavy language mixing or multilingual writing: LanguageTool, no contest
The honest limitation of all of these compared to Grammarly: the AI-assisted contextual suggestions in Grammarly are genuinely better. If you write professionally and upload content you’re comfortable with cloud processing, Grammarly Premium is still the quality leader. Open source here means accepting some tradeoffs.