Antigravity stuck at loading agent

SOLUTION!!!

Change WIFI or connect to mobile hotspot fixed it for me 1pm EEST!

@Badjyoti yesterday i got authentication Error and model loading issue in code editor while agent manager is working. this issue has been resolved Antigravity broken: getting only "Agent execution terminated due to error." - #27 by Ahmad_Riaz you can check this may be you can find solution or any update there

Windows with remote ssh host (ubuntu): removing .antigravity-server and .gemini/antigravity worked for me

Restarting and reinstalling did not solve the issue, this is what worked for me (Linux deb based) :
These commands will remove all cache and config files, you will need to reinstall and authenticate again.

killall antigravity
sudo apt-get purge antigravity
sudo apt-get autoremove
rm -rf ~/.cache/antigravity
rm -rf ~/.config/antigravity
rm -rf ~/.local/share/antigravity
rm -rf ~/.gemini
rm -rf ~/.antigravity
rm -rf ~/.config/Antigravity

2 Likes

Yep, here we are again.

Is that Cloudflare related, as last week ?

Its back for me…

but can be geografical related.

Good luck for us all.

May the “farce” be with you!

same issue on windows

Worked for me!
I hope they fix it though, I don’t want to keep doing this every time :smiley:

I am using it with remote ssh. I removed ~/.gemini and ~/.antigravity*folder on server, logged out and log in again. It resolves my issue.

I can confirm that removing the contents of the ~/.antigravity directory resolved the issue for me. I have not installed any extension after restarting Antigravity and things are working as expected.

the problem happens because the windows defender block this file
language_server_windows_x64.exe
the fix is:
1- open windows security
2- virus & threat protection
3- manage settings
4- exclusions
5- add or remove exclusions
6- add an exclusion
7- add this path after change your machine name
→ C:\Users\Your machine name\AppData\Local\Programs\Antigravity\resources\app\extensions\antigravity\bin
8- restart antigravity
9- congratolations

1 Like


open windows security → Virus & threat protection → manage settings → Scroll down and click “Add or remove exclusion “ → Add an exclusion → Folder → Find the location shown in the image then Select the folder and restart your pc and open Antigravity again. The problem will be solved. ( i solved same problem by this process )

if you are still facing this issue , try restarting your wsl serviceif you are using windows machine and then try restarting the app, it might work.

same prolem here, with windows 11

Windows 11. Stuck with “One moment, the agent is currently loading”.

tried uninstall/reinstall, and the following commands.

Chrome dev tools always reports language server start error.

“language_server_windows_x64.exe” is running and I can see its sent/received traffic with google server through proxy software.

rd /s /q %AppData%\Antigravity

rd /s /q %LocalAppData%\Antigravity

rd /s /q %UserProfile%\.gemini

Antigravity Version: 1.16.5
VSCode OSS Version: 1.107.0 (user setup)
Commit: 1504c8cc4b34dbfbb4a97ebe954b3da2b5634516
Date: 2026-02-02T23:37:17.781Z
Electron: 39.2.3
Chromium: 142.0.7444.175
Node.js: 22.21.1
V8: 14.2.231.21-electron.0
OS: Windows_NT x64 10.0.26200
Language Server CL: 864538994

worked for me as well. Thanks

I’m experiencing the same issue when I run the wsl service no matter foreground or background (ran a visual studio with wsl remote for my work).

When I shutdown the wsl (wsl –shutdown), antgravity agent came up correctly and while the wsl is up, the agent is never loaded.