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).

Download for Windows Download for Linux
EUR/USD Chart
BTC/USDT Chart

[Your chart content loads here]

Key Features

Persistent Tab Management

Tabs and their order are saved in memory and fully restored when reopening the application.

Saved Charts List

Save, edit, and manage your favorite charts (with title and URL) in the sidebar.

Trash and Recovery

Closed tabs are moved to the trash and can be restored at any time.

Smart Memory Saver

Auto-hibernation releases RAM from inactive tabs, keeping your PC fast even with 50+ charts.

Multi-View Dashboard

Monitor multiple markets simultaneously in a single tab with a customizable grid layout.

Advanced Organization

Group tabs by color, bulk import URLs, and manage your workspace via the settings tab.

Exclusive Feature

Introducing Stealth Mode: Bypass Restrictions

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;

Free, Open Source, and Ready for You.

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