Skip to content

Instantly share code, notes, and snippets.

@anildigital
Created February 24, 2021 07:29
Show Gist options
  • Save anildigital/f070a02783ef9fb2a9648e4a2efd5916 to your computer and use it in GitHub Desktop.
Save anildigital/f070a02783ef9fb2a9648e4a2efd5916 to your computer and use it in GitHub Desktop.
How to replace Grammarly with LanguageTool for free!

Steps

Install LanguageTool Docker container

docker run -d --rm -p 8010:8010 erikvl87/languagetool

Install LanguageTool browser extension

  • Install LanguageTool browser extension
  • Go to Settings and expand "Experimental settings (only for advanced users)"
  • Add http://localhost:8010/v2

Voila!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment