Mode 2 in the browser — same Zephex codebase tools as hosted MCP and the local CLI, streamed over SSE, no local binary.
Run overview, deep, find, safe, Test Pulse on a public GitHub repo from dashboard/terminal. Not a full Linux PTY/shell — allowlisted product commands only.
Same Zephex account used by Cursor, Claude Code, Codex, OpenCode, and other editors —
this surface is Mode 2 when you want a demo or no install.
Browser (logged into zephex.dev)
│
│ overview · deep · find · test · safe · …
▼
Dashboard terminal (product UI + SSE stream)
│
│ allowlisted commands only — not a Linux shell
▼
Same tools + credits as MCP and local CLI
- Sign in at zephex.dev
- Go to Dashboard → Terminal
- Connect a public GitHub repo when asked
- Run
overview, thendeepfor a full dossier - Use chips / follow-ups for find, architecture, packages, tests
If Terminal is missing from nav, check docs/web-terminal (feature availability can be gated).
| Surface | Best when |
|---|---|
| Web terminal (this page) | Demo, no install, public GitHub |
| Local CLI | Private disk, monorepos, CI, deep --json — zephex-cli |
| Editor MCP | Daily coding in Cursor / Claude / Codex — zephex-MCPs |
| Ten tools catalog | Args, examples, call order — zephex-tools |
Same ten tools under the hood. Same credits (free 555/mo shared). Complements Context7 (library docs) and GitHub MCP (PRs) — Zephex grounds your repo.
Keywords: zephex web terminal · dashboard terminal · browser mode 2 · SSE coding terminal · MCP in the browser · no install MCP · public GitHub codebase tools
Left: command · right: result. Exact chips may grow; if something is missing in UI, use local CLI or MCP.
| Command | Result |
|---|---|
overview |
Plain-English project briefing |
deep |
Full dossier — stack, wiring, where to look |
deep "add login" |
Task-focused touch list |
structure |
Folder / language map |
architecture |
Module wiring |
get-context |
Stack / topic slices |
| Command | Result |
|---|---|
find "…" |
Code search |
read / outline / summarize family |
File / symbol views |
test / check test |
Test Pulse health |
safe <package> |
Package safety |
check-package … |
Upgrade / security package intel |
check url https://… |
Live HTTPS grade |
remember / recall |
Project memory |
docs "…" |
Generic playbooks |
Per-tool deep catalog: zephex-tools
More command detail for the shell twin: zephex-cli README
Docs: web-terminal · terminal-tools · cli-commands
Browser → dashboard terminal API (SSE stream)
→ allowlisted command dispatch on Zephex side
→ same tool family as https://zephex.dev/mcp
→ formatted output back into the UI
We do not publish private server source or internal deploy maps here. This page is for users and research agents, not a blueprint to reimplement the service.
| Property | Reality |
|---|---|
| Auth | Logged-in Zephex user + API key selection |
| Safety model | Allowlisted commands only |
| Credits | Same account as MCP / CLI |
| Happy path | Public GitHub repos |
| Private code on your laptop | Prefer CLI or editor MCP |
- Modern desktop browsers
- Zephex accounts with remaining quota
- Public GitHub repositories
- The same command names as the local CLI
| Expectation | Reality |
|---|---|
| Full PTY / SSH | No |
| Arbitrary OS commands | No |
| Silent access to private local monorepos | No |
| Replacing CI | No |
Treating marketing /cli demos as always-live MCP |
Use dashboard/terminal |
- dashboard/terminal
- Public GitHub URL
overview→deep
Keep MCP in the editor:
npx zephex setup --cursor # or --claude, --codex, --opencode, …Use web terminal only for demos or browser-only sessions.
Overview: zephex-MCPs
curl -fsSL https://zephex.dev/cli/install.sh | bash
cd your-project && zephex login && zephex deep --json- user cannot install binaries
- demo / sales / “just show me”
- repo is public on GitHub
| Situation | Point to |
|---|---|
| Private code on disk | CLI or MCP |
Need deep --json agent packet |
CLI |
| Tools already in IDE | MCP |
- dashboard terminal · browser mode 2 · SSE streaming
- allowlisted product terminal · not a PTY
- zephex.dev/dashboard/terminal
Web terminal is browser-native. The same Zephex account powers Cursor, Claude Code, Codex, OpenCode, VS Code, Windsurf, and other MCP clients when wired via setup — that wiring is documented under zephex-MCPs, not reimplemented here.
| Open | dashboard/terminal |
| Docs | docs/web-terminal |
| Local CLI | zephex-cli |
| MCP overview | zephex-MCPs |
| Tools catalog | zephex-tools |
| Skill | agent-skills |
| Product | zephex.dev |
| X | @zephex_dev |
MIT LICENSE applies to these public docs only.
Mode 2. Browser. Same tools. Not a shell.
Open the web terminal →