
tty7
tty7 is a fast, GPU-accelerated terminal workbench with persistent sessions, built-in input tools, SSH support, and coding agent awareness.
它弥合了无头自动化与直接 GUI 观察之间的鸿沟,让开发者无需离开终端即可实时查看并干预自动化过程,这在浏览器自动化工具中非常罕见。
Herdr Browser renders a real Chromium view inside a Herdr pane and exposes it to Chrome DevTools Protocol clients. An agent drives the browser, you watch it in the pane, and you take over with the mouse and keyboard at any point without detaching the automation client.
Browser automation is normally invisible. The agent runs headless and you reconstruct what happened from screenshots after the fact, or you babysit a detached Chrome window that has no relationship to your session. Herdr Browser puts the automated browser in the layout you are already working in, live, and makes it directly interactive.
This is not a general-purpose browser. A desktop browser wins on devtools, extensions, video, downloads, right-click menus, and IME, and this plugin does not try to compete with it. Use it to observe and steer automation, and to preview local development servers without leaving the terminal.
Enable Herdr's experimental graphics support in your Herdr configuration:
[experimental]
kitty_graphics = true
Apply the change by restarting Herdr or running:
herdr server reload-config
Install the published plugin from GitHub:
herdr plugin install ogulcancelik/herdr-browser --yes
For local development, link this checkout instead:
herdr plugin link ~/Projects/herdr-browser
Herdr Browser includes a CLI in the plugin directory; it does not install a global executable. Find the active checkout with:
herdr plugin list --plugin official.browser --json
Read result.plugins[0].plugin_root, then run the CLI with Bun:
bun run "/src/cli.ts" views
bun run "/src/cli.ts" connect --view
views lists browser views currently backed by visible plugin panes. connect
starts a loopback CDP gateway scoped to the selected view and returns its HTTP
and WebSocket endpoints. The gateway represents the complete browser view, not
only its active tab. Browser Use, PinchTab, Playwright, and other CDP clients can
navigate and manage tabs through their normal APIs while the Herdr tab strip and
rendered page follow standard CDP target activation.
Point a client at the retu
Render a real Chromium view inside a Herdr pane and drive it over CDP.
根据分类、Topic 和编程语言匹配的相似项目。

tty7 is a fast, GPU-accelerated terminal workbench with persistent sessions, built-in input tools, SSH support, and coding agent awareness.

flow is a minimalist terminal dashboard that displays real-time network throughput with smooth animations, multiple responsive modes, and zero configuration.

TanStack Router is a type-safe, data-driven React router with built-in caching, prefetching, and nested layouts, while TanStack Start extends it into a full-stack SSR framework.