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
For installation you have two options (you need to choose only one):
First option: Using local installed Ollama server (you need 16GB RAM or more):
- Install Ollama
- Install
ollama3.1
model:
Open terminal and run:
ollama run llama3.1
- Set CORS headers:
For macOS open terminal and run:
launchctl setenv OLLAMA_ORIGINS "*"
For other OS please check this
- 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.
Second option: Using Built-in AI in future versions of Chrome:
- Install Chrome canary version
- Open
chrome://flags/#prompt-api-for-gemini-nano
and set it toEnabled
- Open
chrome://flags/#optimization-guide-on-device-model
and set it toEnabled BypassPrefRequirement
- Go to
chrome://components
and click "Check for Update" on "Optimization Guide On Device Model"
If something goes wrong reload the page, if it doesn't work please open an issue.
run the command
$ cd ai-grammar
$ npm install
$ npm run build
- set your Chrome browser 'Developer mode' up
- click 'Load unpacked', and select
ai-grammar/build
folder