Nagi-ovo/voyager

Enhancement suite for Gemini, AI Studio, Claude & ChatGPT — plus a prompt manager for any web UI, DeepSeek Harness included. / 面向 Gemini、AI Studio、Claude 与 ChatGPT 的增强套件;提示词管理器可用于任意 Web UI,含 DeepSeek Harness。

项目介绍Project Overview

Voyager 是一款浏览器插件,为 Gemini、Claude、ChatGPT 等 AI 对话界面提供文件夹管理、提示词库、时间线导航、批量导出等增强功能,支持云同步与本地存储。适用于需要整理大量 AI 对话的研究者与开发者。注意:它与上述 AI 平台无官方关联,Gemini 独占功能(如时间线、Mermaid 渲染)在其他站点不可用。

Voyager is a browser extension that enhances AI chat interfaces like Gemini, Claude, and ChatGPT with folder organization, prompt libraries, timeline navigation, batch export, and cloud sync. It suits researchers and developers managing large volumes of AI conversations. Note: the extension is unaffiliated with the AI platforms, and Gemini-exclusive features such as the timeline and Mermaid rendering are unavailable on other sites.

或使用命令行安装(适合开发者)Or use CLI install (for developers)

命令行安装CLI Install

dsh plugin --profile web add github:Nagi-ovo/voyager

Nagi-ovo/voyager 加入你的 DSH 配置(web profile)即可启用。

READMEREADME

Voyager logo

Make Your AI Experience Truly Yours ✨

Gemini · Claude · ChatGPT — finally, complete.

GitHub stars GitHub forks Latest version GitHub downloads Chrome Web Store users Chrome Web Store rating Edge Add-ons users Firefox Add-ons users Firefox Add-ons rating

📖 Documentation简体中文繁體中文日本語FrançaisEspañolPortuguêsРусскийالعربية한국어

Voyager — your prompts, kept local. Any web UI, including DeepSeek Harness.

[!NOTE] If Voyager helps you, feel free to share it on X, Reddit, YouTube, Threads, etc. Every share helps more people discover the project. Thanks.


👋 Why Voyager?

We love AI chatbots, but sometimes we wish they had just a bit more structure.

That's why I built Voyager. It's a companion that helps you keep your AI conversations organized, accessible, and productive — whether you're on Gemini, Claude, or ChatGPT. If you're a researcher juggling dozens of threads, a developer saving code snippets, or just someone who loves order, Voyager is designed for you.

Try Voyager
During the issue on February 18th where the Google Gemini App caused some users' historical conversations to become inaccessible, Voyager users were still able to see their saved conversations in their folders.


✨ Features

🌌 Core (Gemini & AI Studio)

  • 📂 Folder Organization: Organize chats into a two-level folder hierarchy with drag-and-drop support.
    • Gemini: Supports Account Isolation Mode and Custom Folder Colors.
  • 💡 Prompt Vault: Save and reuse prompts across Gemini, AI Studio, and custom websites.
  • ☁️ Cloud Sync: Sync folders and prompts through Google Drive, or iCloud on Safari.
  • 🗑️ Batch Delete: Bulk delete conversations.
  • 📐 Formula Copy: One-click copy for LaTeX and MathML (Word) source codes.
  • 🌦️ Visual Effects: Add seasonal ambience with snow, cinematic rain, or falling sakura petals from the settings panel.

✨ Gemini Exclusive

  • 📍 Timeline Navigation: Visual nodes to jump between messages, star key moments, and manage conversation branches.
  • 💾 Chat Export: Export conversations to JSON, Markdown, or PDF with images included.
  • 🧜‍♀️ Mermaid Rendering: Auto-render flowcharts, sequence diagrams, and other Mermaid charts.
  • 📝 Markdown Rendering Fix: Automatically fix broken bold syntax caused by Gemini's injected HTML elements.
  • 🍌 Image Refinement: Lossless watermark removal for Gemini-generated images.
  • 🔬 Deep Research: Extract thinking processes and research links from Deep Research sessions.
  • 🛠️ Power Tools:

🔌 Claude & ChatGPT

Powered by the Voyager Plugin Engine, these features extend your experience beyond Gemini:

  • 📍 Claude Timeline: Conversation sidebar with starred messages and search — the same navigation flow, now on Claude.
  • 📊 Claude Usage Bar: Track your session and weekly usage directly in the Claude interface.
  • 📐 Formula Copy: One-click copy for LaTeX and MathML source codes (shared with Gemini).
  • 📖 Comfortable Reading Width: Adjust chat width for a better reading experience on Claude and ChatGPT.
  • 🈶 CJK Render Fix: Fix CJK character rendering issues on Claude.

🧩 Any Site — Even Localhost

Add any site in the extension popup and the Prompt Manager follows you there, local apps included. Here it is inside DeepSeek Harness running on localhost:3080:

Prompt Manager running inside DeepSeek Harness

🎨 Personalization

  • Open the extension popup and find Visual Effects to switch between Off, Snow, Sakura, and Rain.
  • Effects are rendered as lightweight full-screen overlays and do not block page interaction.
  • When you switch effects or turn them off, existing particles drain out naturally instead of disappearing abruptly.

📥 Installation

⚠️ Note: Prompt Manager is the only feature that supports Gemini for Enterprise.

Chrome Web Store    Edge Add-ons    Firefox Add-ons    Safari Download

Edge users: Voyager is still maintained on Edge Add-ons for users who need Edge on mobile or tablet. If review is delayed, Chrome Web Store and GitHub manual packages remain available.

For manual installation or development builds, please refer to the Installation Guide.


☕ Support This Project

If Voyager makes your life easier, consider buying me a coffee. It helps keep the updates coming! Sponsors will be featured in our Special Thanks section. ❤️

Buy Me A Coffee Sponsor on GitHub

Or support via WeChat / Alipay / Afdian:

WeChat Pay
WeChat Pay
Alipay
Alipay
Nagi-ovo's Profile
Afdian

🎙️ Recommended Tool: Typeless

I highly recommend Typeless (typeless.com), an AI voice-to-text tool that I used extensively during the development of Voyager. Integrating it into my daily workflow has saved me a tremendous amount of time and significantly boosted my productivity.

🎁 Join via my referral link (Code: MZRYZP1) to get $5 free credits. This also gives me credits to keep maintaining this project—a free way to support my work! ❤️


💬 Community

Follow on X

Follow for Updates
Get the latest updates.
Discord

Join the Community
Chat with other users, share prompts, and get help.

🤝 Contributing & Development

Ask DeepWiki

We welcome contributions! Whether you want to report bugs, suggest features, improve documentation, or submit code:

Development Setup
# Install dependencies (Bun recommended)
bun i

# Development mode (with auto-reload)
bun run dev:chrome   # Chrome & Chromium browsers
bun run dev:firefox  # Firefox
bun run dev:safari   # Safari (requires macOS)

# Production builds
bun run build:chrome   # Chrome
bun run build:edge     # Edge package (separate)
bun run build:firefox  # Firefox
bun run build:safari   # Safari
bun run build:all      # Chrome + Firefox + Safari

Safari Development: Run bun run build:safari, then open the tracked Xcode project under Voyager/.

Thank you for helping make Voyager better! ❤️

❤️ Special Thanks

Special thanks to all contributors for their contributions to Voyager ❤️


🌟 Credits

Voyager is a small side project. I'd rather spend time building things that help people than building migration paths designed to pull users away from other extensions.

🌍 Ecosystem

Projects inspired by Voyager:

If your project is inspired by Voyager, forked from it, or built on top of it, feel free to open a PR to add it here.

  • DeepSeek Voyager - A fork of Voyager adapted for DeepSeek, bringing timeline navigation and chat management to DeepSeek users!

  • claude-nexus - A Claude.ai enhancement extension inspired by Voyager, featuring timeline navigation, folder management, prompt library and more, with full prompt import/export compatibility with Voyager!

  • Better_Doubao - An advanced browser extension supercharging Doubao with enhanced navigation, organization, and productivity features.

  • DeepSeek Enhancer - A Voyager-inspired enhancement extension for the DeepSeek web app, offering multi-level folders, chat export, formula copy, data backup, and more.


🏅 Recognition

Nagi-ovo%2Fvoyager | Trendshift Voyager - AI conversation tools for Gemini, Claude, and ChatGPT | Product Hunt


📄 License

Voyager is licensed under GPL-3.0. Third-party MIT notices for Image Refinement-related code and assets are retained in THIRD_PARTY_NOTICES.md.

Gemini is a trademark of Google LLC. Claude is a trademark of Anthropic, PBC. ChatGPT is a trademark of OpenAI, Inc. Voyager is an independent project and is not affiliated with, endorsed by, or sponsored by any of these companies.


Star History Chart

Made with ❤️ by Jesse Zhang

GPLv3 License © 2026
上一个 Prev deepseek-harness-desktop 下一个 Next archify