|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="{{ site.lang | default: "en-US" }}"> |
| 3 | + <head> |
| 4 | + <meta charset="UTF-8"> |
| 5 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | + {% seo %} |
| 8 | + <link rel="stylesheet" href="{{ "/assets/css/style.css?v=" | append: site.github.build_revision | relative_url }}"> |
| 9 | + {% include head-custom.html %} |
| 10 | + </head> |
| 11 | + <body> |
| 12 | + <a id="skip-to-content" href="#content">Skip to the content.</a> |
| 13 | + |
| 14 | + <header class="gc-hero" role="banner"> |
| 15 | + <div class="gc-hero-inner"> |
| 16 | + <div class="gc-hero-text"> |
| 17 | + <div class="gc-brand"> |
| 18 | + <span class="gc-mark" aria-hidden="true"> |
| 19 | + <svg viewBox="0 0 92 92" width="64" height="64"> |
| 20 | + <g stroke="#c9cdd3" stroke-width="5" stroke-linecap="round" opacity="0.85"> |
| 21 | + <line x1="34" y1="30" x2="63" y2="37"/> |
| 22 | + <line x1="34" y1="30" x2="27" y2="61"/> |
| 23 | + <line x1="34" y1="30" x2="55" y2="62"/> |
| 24 | + <line x1="63" y1="37" x2="55" y2="62"/> |
| 25 | + <line x1="27" y1="61" x2="55" y2="62"/> |
| 26 | + </g> |
| 27 | + <g fill="#ffffff"> |
| 28 | + <circle cx="34" cy="30" r="9.5"/> |
| 29 | + <circle cx="63" cy="37" r="8"/> |
| 30 | + <circle cx="27" cy="61" r="8"/> |
| 31 | + <circle cx="55" cy="62" r="8.5"/> |
| 32 | + </g> |
| 33 | + </svg> |
| 34 | + </span> |
| 35 | + <span class="gc-wordmark">Graph<span class="gc-thin">Code</span></span> |
| 36 | + </div> |
| 37 | + <p class="gc-tagline"> |
| 38 | + Graphs of <strong>live, steerable Claude Code sessions</strong> on macOS. |
| 39 | + Run ten at once — connected, unattended, still yours to attach to and correct mid-run. |
| 40 | + </p> |
| 41 | + <div class="gc-install"><span class="gc-prompt">$</span> brew install --cask scgopi/graphcode/graphcode<i class="gc-cursor"></i></div> |
| 42 | + <div class="gc-links"> |
| 43 | + <a class="btn" href="https://github.com/scgopi/GraphCode">View on GitHub</a> |
| 44 | + <a class="btn" href="https://github.com/scgopi/GraphCode/releases/latest/download/graphcode-macos-arm64.dmg">⬇ Download .dmg</a> |
| 45 | + <span class="gc-meta">macOS 15+ · Apple Silicon · MIT</span> |
| 46 | + </div> |
| 47 | + </div> |
| 48 | + <svg class="gc-constellation" viewBox="850 20 640 470" fill="none" aria-hidden="true"> |
| 49 | + <defs> |
| 50 | + <linearGradient id="gc-edge" x1="0" y1="0" x2="1" y2="1"> |
| 51 | + <stop offset="0" stop-color="#9aa0a8" stop-opacity="0.55"/> |
| 52 | + <stop offset="1" stop-color="#9aa0a8" stop-opacity="0.28"/> |
| 53 | + </linearGradient> |
| 54 | + <radialGradient id="gc-node" cx="0.35" cy="0.3" r="1"> |
| 55 | + <stop offset="0" stop-color="#ffffff"/> |
| 56 | + <stop offset="1" stop-color="#dfe3e8"/> |
| 57 | + </radialGradient> |
| 58 | + <filter id="gc-glow-w" x="-120%" y="-120%" width="340%" height="340%"> |
| 59 | + <feGaussianBlur stdDeviation="10" result="b"/> |
| 60 | + <feMerge><feMergeNode in="b"/><feMergeNode in="SourceGraphic"/></feMerge> |
| 61 | + </filter> |
| 62 | + <filter id="gc-glow-t" x="-120%" y="-120%" width="340%" height="340%"> |
| 63 | + <feGaussianBlur stdDeviation="12" result="b"/> |
| 64 | + <feMerge><feMergeNode in="b"/><feMergeNode in="SourceGraphic"/></feMerge> |
| 65 | + </filter> |
| 66 | + </defs> |
| 67 | + <g stroke="url(#gc-edge)" stroke-width="7" stroke-linecap="round"> |
| 68 | + <line x1="1015" y1="128" x2="1205" y2="92"/> |
| 69 | + <line x1="1015" y1="128" x2="1128" y2="268"/> |
| 70 | + <line x1="1205" y1="92" x2="1330" y2="212"/> |
| 71 | + <line x1="1128" y1="268" x2="1330" y2="212"/> |
| 72 | + <line x1="1128" y1="268" x2="1042" y2="402"/> |
| 73 | + <line x1="1128" y1="268" x2="1300" y2="392"/> |
| 74 | + <line x1="1330" y1="212" x2="1300" y2="392"/> |
| 75 | + <line x1="935" y1="245" x2="1015" y2="128"/> |
| 76 | + <line x1="935" y1="245" x2="1128" y2="268"/> |
| 77 | + <line x1="935" y1="245" x2="1042" y2="402"/> |
| 78 | + <line x1="1205" y1="92" x2="1408" y2="60" stroke-opacity="0.5"/> |
| 79 | + <line x1="1330" y1="212" x2="1452" y2="300" stroke-opacity="0.5"/> |
| 80 | + <line x1="1300" y1="392" x2="1424" y2="452" stroke-opacity="0.45"/> |
| 81 | + </g> |
| 82 | + <g filter="url(#gc-glow-w)"> |
| 83 | + <circle cx="1015" cy="128" r="34" fill="url(#gc-node)"/> |
| 84 | + <circle cx="1205" cy="92" r="27" fill="url(#gc-node)"/> |
| 85 | + <circle cx="1042" cy="402" r="29" fill="url(#gc-node)"/> |
| 86 | + <circle cx="1408" cy="60" r="17" fill="url(#gc-node)" opacity="0.85"/> |
| 87 | + <circle cx="1452" cy="300" r="15" fill="url(#gc-node)" opacity="0.8"/> |
| 88 | + <circle cx="1424" cy="452" r="13" fill="url(#gc-node)" opacity="0.7"/> |
| 89 | + </g> |
| 90 | + <g filter="url(#gc-glow-t)"> |
| 91 | + <circle cx="935" cy="245" r="38" fill="#5eead4"/> |
| 92 | + <circle cx="1128" cy="268" r="44" fill="#a5b4fc"/> |
| 93 | + <circle cx="1330" cy="212" r="31" fill="#fcd34d"/> |
| 94 | + <circle cx="1300" cy="392" r="25" fill="#f0abfc" opacity="0.95"/> |
| 95 | + </g> |
| 96 | + <g font-family="SF Mono, Menlo, monospace" font-weight="700" text-anchor="middle"> |
| 97 | + <text x="935" y="257" font-size="34" fill="#0f2e29">>_</text> |
| 98 | + <text x="1128" y="282" font-size="40" fill="#272b52">>_</text> |
| 99 | + <text x="1330" y="223" font-size="28" fill="#4d3a06">>_</text> |
| 100 | + </g> |
| 101 | + </svg> |
| 102 | + </div> |
| 103 | + </header> |
| 104 | + |
| 105 | + <main id="content" class="main-content" role="main"> |
| 106 | + {{ content }} |
| 107 | + |
| 108 | + <footer class="site-footer"> |
| 109 | + {% if site.github.is_project_page %} |
| 110 | + <span class="site-footer-owner"><a href="{{ site.github.repository_url }}">{{ site.github.repository_name }}</a> is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a>.</span> |
| 111 | + {% endif %} |
| 112 | + <span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.</span> |
| 113 | + </footer> |
| 114 | + </main> |
| 115 | + </body> |
| 116 | +</html> |
0 commit comments