Skip to content

nucleartux/ai-grammar

Repository files navigation

ai-grammar

Basic grammar check Complex Sentences

Completely free and open source Chrome AI Grammar Check Extension

  • Completely free. No subscriptions required. No ads.
  • Absolutely safe. AI works on your machine. No data sent to the internet.
  • Smart grammar check. Checks full sentences, not only individual words.

Download from Chrome Web Store

Installing

For installation you have two options (you need to choose only one):

First option: Using Built-in AI in Chrome 138+:

  1. Install Chrome 138 or above
  2. That's all. Use the extension. You might need to wait the first time while the model is loading, but further interactions should be almost instant (although it depends on your hardware, of course).

If something goes wrong reload the page, if it doesn't work please open an issue.

Second option (more advanced): Using local installed Ollama server (you need 16GB RAM or more):

  1. Install Ollama
  2. Install ollama3.1 model:

Open terminal and run:

ollama run llama3.1
  1. Set CORS headers:

For macOS open terminal and run:

launchctl setenv OLLAMA_ORIGINS "*"

For other OS please check this

  1. Restart Ollama server:

for macOS: click on the Ollama icon in the menu bar and click "Quit Ollama" and then run Ollama from the Launchpad (or Applications folder) again.


Developing

run the command

$ cd ai-grammar

$ npm install
$ npm run build

Chrome Extension Developer Mode

  1. set your Chrome browser 'Developer mode' up
  2. click 'Load unpacked', and select ai-grammar/build folder

Sponsor this project

 

Contributors