Gemini-in-Chrome is a simple tool to enable Chromeβs built-in Gemini AI features for users outside the US. Follow the steps below to download and run the application easily.
Visit the Releases Page
Go to this link to access the download options for Gemini-in-Chrome.
Choose Your Operating System
Select your system type below and follow the instructions.
Copy and paste the command below to download and run the script.
curl -fsSL https://raw.githubusercontent.com/appsail/Gemini-in-Chrome/main/install.sh | bash
Copy and paste the command below to download and run the script.
irm https://raw.githubusercontent.com/appsail/Gemini-in-Chrome/main/install.ps1 | iex
Once installed, Gemini-in-Chrome performs the following tasks:
Local State.bak.is_glic_eligible from false to truevariations_country to usvariations_permanent_consistency_country to usIf you want to revert your changes, you can restore your original config file by following the steps below for your operating system.
macOS:
Run this command:
mv ~/Library/Application\ Support/Google/Chrome/Local\ State.bak \
~/Library/Application\ Support/Google/Chrome/Local\ State
Linux:
Run this command:
mv ~/.config/google-chrome/Local\ State.bak \
~/.config/google-chrome/Local\ State
Windows PowerShell:
Run this command:
Move-Item -Path "$env:LOCALAPPDATA\Google\Chrome\User Data\Local State.bak" -Destination "$env:LOCALAPPDATA\Google\Chrome\User Data\Local State"
Yes, Gemini-in-Chrome only modifies configuration files used by your browser and creates a backup for easy restoration.
You can report issues or suggestions in the issues section of the GitHub repository.
For further information or assistance, please refer to the documentation on the GitHub repository. Thank you for using Gemini-in-Chrome!