AI-Native Browser
Browsers no longer focus on "page rendering," but rather on "task execution."
⚠️ Development Status: This project is currently under active development. Features and APIs may change. Please use with caution in production environments.
Zora is an AI-Native browser kernel built with Rust.
It abandons the traditional rendering-centric design of browsers and redefines the Web as an Executable Web Environment.
In Zora:
- Web pages are parsed into structured semantic data (Semantic Layer)
- AI agents perform task planning based on semantics (Planning System)
- Actions are executed through high-level abstractions rather than directly manipulating the DOM
Additionally, Zora provides:
- Agent Memory for cross-task context
- State-aware execution
- Multi-step orchestration capabilities
This transforms the browser from a human-centric interface into an AI execution engine.
Web pages are no longer just user interfaces, but runtime environments for AI.