Gemini Voyager transforms your experience on https://gemini.google.com/app by adding a refined, interactive timeline—mirroring the intuitive flow found in AI Studio:

gemini-voyager.chat.v1 and includes:url, exportedAt, countitems: ordered pairs of { user, assistant, starred }starred mirrors your timeline stars for each user turnExample payload shape:
{
"format": "gemini-voyager.chat.v1",
"url": "https://gemini.google.com/app/...",
"exportedAt": "2025-01-01T12:34:56.000Z",
"count": 3,
"items": [
{ "user": "...", "assistant": "...", "starred": true }
]
}
Supported browsers: Chrome, Edge (Chromium), Opera (Chromium), Firefox.
gemini-voyager-chrome-vX.Y.Z.zip.manifest.json at the root).chrome://extensionsedge://extensionsopera://extensionsGemini Voyager vX.Y.Z).gemini-voyager-firefox-vX.Y.Z.zip.about:debugging#/runtime/this-firefox in Firefox.manifest.json inside the unzipped folder.bun i
# Chrome dev
bun run dev:chrome
# Firefox dev
bun run dev:firefox
or pnpm:
pnpm install
# Chrome dev
pnpm run dev:chrome
# Firefox dev
pnpm run dev:firefox
Inspired by “ChatGPT Conversation Timeline”. We adapted timeline mapping and observer patterns for Gemini and extended the UI/UX.
We welcome all pull requests and issue reports!
For development guidelines and best practices, please refer to CONTRIBUTING.md.
Before submitting an issue, please review our bug report template and feature request template to help us address your feedback efficiently.
Thank you for helping improve Gemini Voyager!
$ claude mcp add gemini-voyager \
-- python -m otcore.mcp_server <graph>