this post was submitted on 11 May 2025
220 points (99.1% liked)

Selfhosted

61378 readers
373 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

I made a repo, mostly so I could easily set this up on new machines. Basically, it's a self-hosted offline private version of Grammarly.

Go forth, and use good grammar! ๐Ÿ”ฎ

top 20 comments
sorted by: hot top controversial new old
[โ€“] RushLana@lemmy.blahaj.zone 23 points 1 year ago (2 children)

Hi, this look great ! But what's the difference with https://github.com/sonnyp/Eloquent/ ?

[โ€“] sznowicki@lemmy.world 17 points 1 year ago (1 children)

Looks like it is an actual LanguageTool server so it uses all the clients from them. They have tons of integrations that help a lot.

Source: using 3 languages every day while one of them Iโ€™m still shit and need this tool to not look like an idiot with no grammar

[โ€“] massive_bereavement@fedia.io 12 points 1 year ago (1 children)

But why use many word when few do trick?

[โ€“] gardner@lemmy.world 11 points 1 year ago

โ€œI apologize for such a long letter - I didn't have time to write a short one.โ€ โ€• Mark Twain

[โ€“] gardner@lemmy.world 7 points 1 year ago

That looks like a rad project with lots of thought and effort put into it. The author created a Gjs app to host LanguageTool inside which makes it much more user-friendly for people that don't have docker.

I took a much lazier approach by using docker and not really writing any code.

[โ€“] Mora@pawb.social 6 points 1 year ago (1 children)

Isn't the issue with the different selfhosted variants that the official version has more language rules available?

[โ€“] mac@lemm.ee 10 points 1 year ago (1 children)

Yeah I'm confused, isnt language tool also already open source? Nothing on the above repo explains the difference. Official language tool server can be found below

https://github.com/languagetool-org/languagetool

[โ€“] koala@programming.dev 5 points 1 year ago

Running LanguageTool locally is a bit of a pain, with some manual steps. Plus you have to fetch some data files. You can find around a few projects like this one to make it easier to run LanguageTool.

And yes, as the poster mentioned, LanguageTool keeps some code exclusive to their paid version. There's a bit of a tension because they ask people not to extend OSS LanguageTool with their paid features.

There's also this interesting clone, but it seems abandoned.

[โ€“] Tiritibambix@lemmy.ml 4 points 1 year ago* (last edited 1 year ago)

It's great that these tools exist. Thanks for sharing.

I use this which combines languagetools, libre translate and openwebui for your local AI needs

https://github.com/kWeglinski/OmniPoly

[โ€“] oldfart@lemm.ee 2 points 1 year ago

It seems to be some kind of AI that polishes your writing style, helps change tone of the text etc.

[โ€“] corsicanguppy@lemmy.ca 2 points 1 year ago

Please tell me it can spell better than grammarly. That website REALLY shows its roots.

[โ€“] sk@utsukta.org 0 points 1 year ago (1 children)

any idea about the system requirements?

[โ€“] gardner@lemmy.world 1 points 1 year ago

Looks like it wires 2 GB of RAM for the java process. I run it on a MacBook Air with 24 GB of RAM and I don't notice it.