Professional Chart Management.
Without Limits.
Griffin is a free and open-source (GPLv3) Electron-based tool that allows you to permanently manage chart tabs (like TradingView).
[Your chart content loads here]
Griffin is a free and open-source (GPLv3) Electron-based tool that allows you to permanently manage chart tabs (like TradingView).
[Your chart content loads here]
Tabs and their order are saved in memory and fully restored when reopening the application.
Save, edit, and manage your favorite charts (with title and URL) in the sidebar.
Closed tabs are moved to the trash and can be restored at any time.
Auto-hibernation releases RAM from inactive tabs, keeping your PC fast even with 50+ charts.
Monitor multiple markets simultaneously in a single tab with a customizable grid layout.
Group tabs by color, bulk import URLs, and manage your workspace via the settings tab.
Many websites (like TradingView) block Electron-based tools. Griffin is designed to appear like a standard Chrome browser.
// lib/preload/preload.ts (Stealth Patch) if (navigator.webdriver) { Object.defineProperty(navigator, 'webdriver', { get: () => false, }); // Stealth: navigator.webdriver patched. } // lib/main/app.ts (User-Agent Spoofing) // ... Electron's User-Agent is replaced with Chrome's ... details.requestHeaders['User-Agent'] = selectedIdentity.ua;
This project is released under the powerful GPLv3 license. This means it will always remain free, and you are free to contribute, modify, and distribute it.
View All Releases