this post was submitted on 29 May 2026
119 points (98.4% liked)

Selfhosted

59999 readers
707 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

  4. Don't duplicate the full text of your blog or git here. Just post the link for folks to click.

  5. Submission headline should match the article title.

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

I got a banner warning today linking to this page. It was announced a while back, but I either didn't see it or forgot.

We have made the difficult decision to limit the use of LanguageTool’s browser extension to Premium users only. The rise of generative AI has made it more challenging to sustainably monetize our offering. A majority of users use our products for free, and the relatively small percentage of Premium subscribers is all that is subsidizing our continuously increasing server costs. To improve our Premium experience and to sustain our business model, we’ll be making the LanguageTool browser extension available exclusively for paying customers.

The key bit for people who can selfhost:

Yes. If you are a developer, you can still host and run your own instance of LanguageTool’s server. The browser extension will continue to work as it currently does for users who use it with their own server.

top 8 comments
sorted by: hot top controversial new old
[–] moonpiedumplings@programming.dev 53 points 3 weeks ago* (last edited 3 weeks ago) (2 children)

Unfortunately, the browser extension is proprietary. They used to have an open source one but they stopped maintaining it.

Proprietary was a dealbreaker for me. There is no way to verify that it isn't selling everything I type even if I do have it configured to point at a local server.

I'm also concerned that the extension may eventually no longer work against local servers as well.

https://github.com/languagetool-org/languagetool-browser-addon/issues/247

As an alternative, there is harper by wordpress: https://github.com/Automattic/harper

It is webassembly and runs entirely in your browser.

EDIT:

I will add that the rest of the languagetool ecosystem continues to work fine. Libreoffice now has a built in client, which you can point at your own hosted server. VSCode [1] also has their own languagetool extension. I use those and those work great. But in the browser I use ~~harper~~ nothing. I should probably install harper.

[1] Well, technically I use [code-oss]https://wiki.archlinux.org/title/Visual_Studio_Code), which gets the extension from https://open-vsx.org/

[–] Starfighter@discuss.tchncs.de 16 points 3 weeks ago

Harper is great, but it only does English. Really wish their "extensible core" was extended to other languages sometime.

[–] ProdigalFrog@slrpnk.net 3 points 3 weeks ago

Thanks for mentioning harper, hadn't heard of it until now.

[–] water1309@lemmy.world 11 points 3 weeks ago

From the accompanying FAQ:

Are there any free alternatives Yes. Our sister brand, QuillBot, offers a free grammar-checking and paraphrasing browser extension that works just as well as LanguageTool for English, French, German, Spanish, Dutch, and Portuguese. Give it a try Quillbot

[–] WhyJiffie@sh.itjust.works 5 points 3 weeks ago

I would care if they haven't fucked people over and especially the open source community.

[–] wltr@discuss.tchncs.de 3 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

Does anyone have any notes on how to self host it and ideally some feedback on what it is to self-host it?

[–] nykula@piefed.social 6 points 3 weeks ago (1 children)

YunoHost application is here: https://apps.yunohost.org/app/languagetool

Docs for installing LanguageTool manually are here: https://dev.languagetool.org/http-server - version 20260528 works on Debian 13 under WSL, needs openjdk-25-jre-headless and the --public option. The extension settings have a localhost option, I didn't have to change anything else.

Note that premium as of today costs $2.50 per month if you pay for two years in advance. Running LanguageTool on a laptop isn't very fast for languages other than English, so paying them for the cloud might provide a better experience than self-hosting.

[–] wltr@discuss.tchncs.de 2 points 3 weeks ago

Thanks a lot! I’d explore that. I don’t know about others here, but I’m not even considering a non-self-hosted solution. But it’s great to know upfront that it would require a powerful server to have languages other than English.