Filetree
Filetree
ZepraBrowser - Complete File Tree
Generated: 2026-03-15
zeprabrowser/
├── CMakeLists.txt # ROOT BUILD (TODO)
├── Architecture.md # This architecture doc
├── README.md
│
├── source/ # === NEW ARCHITECTURE ===
│ │
│ ├── ThirdParty/ # External dependencies
│ ├── aiEngine/ # AI integration & LLM APIs
│ ├── bin/ # Built executables
│ ├── devtools/ # Developer tools, debugger GUI
│ ├── extensions/ # Extension system & sandbox
│ ├── integration/ # Service integrations
│ ├── main.cpp # Application Entry
│ ├── media/ # Audio/Video processing
│ ├── networking/ # Network stack, sockets
│ ├── nxbase/ # NeolyxOS Base components
│ ├── nxcrypto/ # Cryptography, TLS/SSL
│ ├── nxhttp/ # HTTP/HTTP2 parser & client
│ ├── nxjson/ # JSON parsing & generation
│ ├── nxrender-cpp/ # Core rendering logic (C++)
│ ├── nxsvg_wrapper.cpp # SVG Rendering Support
│ ├── nxxml/ # XML/DOM parsing
│ ├── platform/ # Cross-platform abstractions
│ ├── privacy/ # Privacy & tracking protection
│ ├── sandbox/ # IPC sandboxing model
│ ├── storage/ # LocalStorage, IndexedDB, Cache
│ ├── webCore/ # Core layout and rendering
│ ├── webGpu/ # WebGL & WebGPU implementation
│ ├── webapp/ # Progressive Web Apps (PWA)
│ ├── zepraEngine/ # Browser shell & core UI
│ └── zepraScript/ # JavaScript Engine Core
│ └── zepra-browser
│
├── config/ # Configuration files
├── docs/ # Documentation
├── tools/ # Dev tools
└── zepra.ketivee.com/ # Branding assets