Chrome AI Grammar Check Extension
Find a file
2025-11-14 02:34:23 +01:00
.github Set up GitHub Sponsors 2025-11-14 02:34:23 +01:00
assets add images 2024-08-17 18:44:01 +02:00
patches support latest chrome version 2024-10-17 21:02:15 +02:00
public/img fix icon size 2024-09-20 14:39:55 +02:00
src support gemini in current chrome versions 2025-10-01 16:47:38 +10:00
.editorconfig init 2024-08-17 17:26:13 +02:00
.gitignore init 2024-08-17 17:26:13 +02:00
.npmignore init 2024-08-17 17:26:13 +02:00
.prettierignore init 2024-08-17 17:26:13 +02:00
CHANGELOG.md support latest chrome version 2024-10-17 21:02:15 +02:00
LICENSE init 2024-08-17 17:26:13 +02:00
package-lock.json structured output 2025-07-14 16:05:32 +02:00
package.json support gemini in current chrome versions 2025-10-01 16:47:38 +10:00
PRIVACY.md init 2024-08-17 17:26:13 +02:00
README.md update instructions 2025-10-04 12:11:21 +02:00
tsconfig.json experimental ollama support 2024-09-19 17:52:32 +02:00
tsconfig.node.json init 2024-08-17 17:26:13 +02:00
vite.config.ts remove unused react dependency 2024-09-19 16:49:01 +02:00

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