Skip to content

ChatBrowser Docs

ChatBrowser is the ChatArch browser runtime foundation package. It provides browser backend discovery, profile metadata registry, local loopback CDP endpoint registration, and session endpoint lookup. It does not install system dependencies, determine platform accounts, or create publishing drafts.

Site entry: https://arch.gh.wzhecnu.cn/ChatBrowser/en/

Choose Documentation by Scenario

Scenario Document
Inspect the real command tree, JSON output, and session endpoint flow CLI Tree
Check first-class capabilities and current boundaries Capability Map
Call profile/session/backend behavior directly from Python Python Interface Tree

Role Boundaries

ChatUp       = setup / install / configure
ChatBrowser  = browser backend / profile metadata / session endpoint / CDP registry
Wechatsync   = platform adapter / auth check / draft write
ChatPost     = post/task orchestration / multi-platform publishing workflow

Primary Entry Points

  • CLI Tree

    Start from the CLI entry point and record implemented commands, command status, and integration flows.

    Open CLI Tree

  • Capability Map

    Review current package boundaries and keep platform-account semantics and setup responsibilities out of ChatBrowser.

    Open Capability Map

  • Python Interface Tree

    Keep the CLI thin and put substantive behavior in importable Python APIs.

    Open Interface Tree

Local Preview

python -m pip install -e ".[docs]"
mkdocs serve

The Chinese home page is available at https://arch.gh.wzhecnu.cn/ChatBrowser/.