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! 🔮

  • Mora@pawb.social
    link
    fedilink
    English
    arrow-up
    5
    ·
    1 day ago

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

      • koala@programming.dev
        link
        fedilink
        English
        arrow-up
        3
        ·
        1 day 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.