Kovar is a Rust-first GUI runtime for local desktop apps. UI is authored as standard HTML and bound at compile time via proc macros; the runtime serves a local HTTP/WebSocket backend and uses the system browser for rendering.
Early design stage. APIs and architecture are subject to change.
kovar/: runtime library and public API.kovar-macros/:import_html!proc macro and HTML parsing.kovar-cli/: developer tooling for scaffolding and editor.
docs/PROJECT.md: project overview and conventions.
MIT.