Astrohacker logo ASTROHACKER

The Agentic Hacker's Terminal

Hack the web without leaving your terminal.

Astrohacker Terminal renders real browser engines inside your shell, editor, and TUI workflows. Run your app, inspect the UI, use DevTools, and keep the whole build loop in one window.

Run Chromium, WebKit, and Ladybird profiles inside your terminal.

Homebrew

Apple silicon macOS.

brew tap astrohackerlabs/astrohacker
brew trust astrohackerlabs/astrohacker
brew install --cask astrohacker

aht: webtui.local

URL

http://localhost:3000

enter browse · i edit url CONTROL
Viewport Chromium · default

Preview

local

UI

inspect

The web is a shell command.

Run web from your terminal to open a real browser engine inside your shell. Add a profile or browser flag when you need a different identity or engine.

shell opens inside terminal

$ web example.com

$ web example.com --profile work

$ web example.com --browser webkit

command -> WebTUI opens inside the terminal

WebTUI web example.com
example.com Chromium · default
example.com --profile work Chromium · work profile
example.com --browser webkit WebKit

Not a system webview. Not a browser tab.

Astrohacker Terminal is the only terminal built around a protocol for rendering real browser engines inside terminal-native apps: shells, editors, agents, and TUIs.

One workspace. Multiple engines.

Astrohacker Terminal is the only browser that lets you run multiple real browser engines in the same window at the same time, with multiple isolated profiles per engine across Chromium, WebKit, and Ladybird.

aht: multi-engine lab

shell

$ astrohacker

workspace: engine-test

$ web --profile A

$ web --profile B

$ web --browser webkit --profile demo

all panes live

Chromium: Profile A

URL

http://localhost:3000

⌘r reload CONTROL

App preview

Chromium: Profile B

URL

http://localhost:5173

esc control BROWSE

WebKit

URL

https://example.test

i edit url CONTROL

independent engine

Astrohacker Terminal is the only terminal built to run multiple isolated profiles across multiple real browser engines in the same window at the same time, all inside your shell and next to your code, agents, and tools.

Learn about the terminal »