MultiGravity: open-source tool fixes Antigravity multi-account logouts via SSH detector bypass
Ok-Neighborhood-734 · reddit · 2026-09-26
A heavy Google Antigravity user hit a pain point: signing into multiple Google accounts across windows kept force-logging others out.
Root cause from reverse engineering: even with separate --user-data-dirs, the backend languageserver.exe stores OAuth tokens in a single global Windows Credential Manager target (gemini:antigravity), so Account B overwrites Account A's credentials on login.
The open-source MultiGravity tool works around it:
- Isolates each profile in its own sandbox (userData + virtual %USERPROFILE%)
- Sets SSHCONNECTION=127.0.0.1 1234 127.0.0.1 22 in the child environment to trigger the internal sshDetector (shouldBypassKeyring()), forcing local file-based token storage inside the profile instead of the shared credential manager
- Optionally shares projects across selected accounts while keeping separate AI chat contexts
- One-click desktop shortcuts per profile
Built with Python Tkinter (zero dependencies), ships a standalone .exe, supports English/Portuguese/Spanish/Russian, fully open source.
More from coding & agent
- Experiment: feeding thoughts to a NousResearch agent all day, no laptop needed — CurieuxExplorer · 2026-09-26
- Claude optimizes 30+ biomolecular models in under 4 weeks; ScienceIDE opens agent-learnable science code — jiqizhixin · 2026-09-26
- Chaining GPT Images 2.5, Grok and Opus 5.5 to Produce a Full Dance Video Workflow — i_dg23 · 2026-09-26
- Versioning multi-file agent outputs without Git: immutable folders plus manifests — RocketSeven · 2026-09-26
- Ex-Meta's Christoph Nakazawa on the Engineering Values That Still Matter in the AI Era — cnakazawa · 2026-09-26
- Ghostty's new fuzzy path insertion lands in nightly — Mitchell Hashimoto can't work without it — generativist · 2026-09-26