A managed, white-label Chromium-based browser for Digital Giant clients. Tabs, omnibox, profiles โ plus an integrated DG Wallet (BIP-39 native + EIP-1193 bridge), x402 payment rails, an agent module that runs entirely on a local LLM, and enterprise policy controls. Built as a real desktop binary, not a web app.
Authoritative plan: docs/CHROMIUM_BUILD_PLAN.md Product home: digitalgiant.xyz ยท Entity: FTH Trading / Unykorn Labs
| Document | Description |
|---|---|
| docs/00-TABLE-OF-CONTENTS.md | Color-coded full index |
| docs/01-PRODUCT-CANON.md | Source of truth โ what we ship |
| BUSINESS_GOALS.md | Revenue tiers, FTH 4-layer stack |
| REQUIREMENTS.md | FR / NFR / SEC / CMP requirements |
| Document | Package |
|---|---|
| docs/CHROMIUM_BUILD_PLAN.md | Authoritative build plan โ engine choice, milestones, costs, code-signing, white-label pipeline |
| docs/modules/BROWSER_MODULE.md | packages/shell-cef ยท native window contract |
| docs/modules/WALLET_MODULE.md | packages/dg-wallet ยท dual identity layer |
| docs/modules/AGENT_MODULE.md | packages/agent-bridge + packages/agent-shell-bridge ยท sovereign agent + IPC |
| docs/02-ENGINE-DECISION.md | Historical CEF vs Electron decision โ superseded by CHROMIUM_BUILD_PLAN.md |
| docs/08-ROADMAP.md | M1โM4 timeline |
| packages/shell-cef/ | Primary browser shell |
| packages/shell-electron/ | Fallback spike |
| packages/sidecar-ui/ | React agent side panel |
| packages/agent-bridge/ | OpenClaw + Browser Use |
| packages/extension/ |
| Document | Description |
|---|---|
| docs/03-UX-VISION.md | Three-screen story, private search |
| docs/04-COMET-BENCHMARK.md | Comet competitive benchmark |
| docs/05-GTM-CLIENT.md | Client tiers, sales motion |
| Document | Description |
|---|---|
| TRADEMARKS.md | Sovereign Browserโข, Unykornยฎ, SNPโข, LPS-1โข, DONKโข |
| LEGAL_PROTECTIONS.md | IP, SLA framework, export awareness |
| docs/06-SECURITY.md | Approval gates, Zenity lessons |
| docs/07-COMPLIANCE-CITES.md | Zenodo DOIs, Basel/ISO awareness |
| LICENSE | BSL 1.1 + commercial terms |
| CONTRIBUTING.md | Contribution guidelines |
flowchart TB
subgraph Browser["Sovereign Browser (client install)"]
CEF[CEF / Electron shell]
OMN[Omnibox + tabs]
SID[Sidecar UI โ DONK]
end
subgraph Agent["Agent plane"]
OC[OpenClaw gateway]
BU[Browser Use + CDP]
DONK[DONK mesh]
end
subgraph Unykorn["Unykorn control plane"]
SNP[SNP namespaces]
X402[x402 paid.unykorn.org]
LAW[law.unykorn policies]
CORPUS[Corpus RAG 1831 docs]
end
subgraph Trust["Trust layer"]
LPS[LPS-1 provenance]
DOI[Zenodo DOIs]
ATP[Apostle Chain ATP]
end
CEF --> OMN
CEF --> SID
SID --> OC
OC --> BU
OC --> DONK
OMN --> CORPUS
OMN --> SNP
SID --> X402
X402 --> ATP
SID --> LPS
CORPUS --> DOI
OC --> LAW
Control plane: ~170 FTHTrading repos ยท 151 operator sites ยท OpenClaw agent fleet ยท Cloudflare edge (hail/law/x402).
Not the browser: storm.unykorn.org is Storm Ops HUD โ operator deck only.
- Windows 11 or macOS 14+
- OpenClaw gateway on
http://127.0.0.1:18789(operator stack) - Chromium-based browser for extension dev prototype
git clone https://github.com/FTHTrading/browser.git
cd browser# Verify gateway
curl http://127.0.0.1:18789/health
# Chrome โ chrome://extensions โ Load unpacked โ packages/extension/Edit packages/extension/config.js for your local gateway URL.
See docs/08-ROADMAP.md โ start CEF spike in packages/shell-cef/.
| Tier | Price | Buyer |
|---|---|---|
| Creator Studio | $49โ149/mo | Authors, creators |
| Business | $499โ2k/mo | Web3 teams, agencies (white-label) |
| Enterprise | Custom | Regulated / air-gapped |
Plus x402 action fees ยท namespace fees ยท marketplace rev share. Details: BUSINESS_GOALS.md.
| DOI | Subject |
|---|---|
| 10.5281/zenodo.18646886 | LPS-1 literary provenance |
| 10.5281/zenodo.18729652 | Genesis Protocol proof index |
Corpus: 2,998 harvested ยท 1,831 manifest documents for local RAG.
browser/
โโโ README.md # This file
โโโ LICENSE # BSL 1.1
โโโ TRADEMARKS.md
โโโ BUSINESS_GOALS.md
โโโ LEGAL_PROTECTIONS.md
โโโ REQUIREMENTS.md
โโโ docs/ # Canon + engineering docs
โโโ packages/
โ โโโ shell-cef/ # Primary engine (M1)
โ โโโ shell-electron/ # Fallback
โ โโโ sidecar-ui/ # React side panel
โ โโโ agent-bridge/ # OpenClaw + Browser Use
โ โโโ extension/ # Dev prototype ONLY
โโโ .github/ # Issue + PR templates
Source code: Business Source License 1.1 โ production and white-label require commercial license.
Third-party components (Chromium, CEF, etc.) retain their original licenses.
Sovereign Browserโข ยท Unykornยฎ ยท DONKโข ยท SNPโข ยท LPS-1โข
Copyright ยฉ 2026 FTH Trading. Chromiumยฎ is a trademark of Google LLC.
This product is not Google Chrome.