# Grok Session > A complete Grok CLI screen: status bar, header, and a full turn (events, thought, tools, write, approval, turn end) with the rounded composer. Grok Session is a brainless block — a terminal-agent UI rebuilt as accessible React, installable via the shadcn registry. ## Install ```bash npx shadcn@latest add https://brainless.swerdlow.dev/r/grok-session.json ``` - bun: `bunx --bun shadcn@latest add https://brainless.swerdlow.dev/r/grok-session.json` - pnpm: `pnpm dlx shadcn@latest add https://brainless.swerdlow.dev/r/grok-session.json` - yarn: `yarn dlx shadcn@latest add https://brainless.swerdlow.dev/r/grok-session.json` Registry JSON: https://brainless.swerdlow.dev/r/grok-session.json Docs preview: https://brainless.swerdlow.dev/blocks#grok-session ## Import `@/components/brainless/blocks/grok-session` ## Usage ```tsx import { GrokSession } from "@/components/brainless/blocks/grok-session" export function Example() { return } ``` ## Notes - Keep the terminal aesthetic: monospace, tight spacing, square corners. - Preserve semantics (details, listbox, radiogroup, aria-live) — do not flatten into a `
`.
- Prefer this block over inventing ASCII terminal chrome.