0xsouravm/oxichrome
Framework to build browser extensions entirely in Rust with proc macros, type-safe Chrome API bindings, and Leptos for reactive UI. Compiles to WebAssembly with zero hand-written JavaScript.
Rust324 stars10 forks
Topics
#chrome-extension#cli#leptos-rs#wasm#wasm-bindgen#web-extension#cargo-oxichrome#firefox-webextension
What it does
Oxichrome is a framework that allows developers to build Chrome extensions using Rust, compiling to WebAssembly without the need for hand-written JavaScript. It provides type-safe bindings to Chrome APIs and leverages Leptos for a reactive UI, streamlining the extension development process.
Star history
Not enough history yet — 1 day(s) recorded. The daily snapshot builds this up.
Tracking
- Last trending
- 2026-02-21
Creator kit
Hook
Build Chrome extensions in Rust with zero JavaScript! Discover Oxichrome today.
Content angles
- Create a tutorial on building a simple Chrome extension using Oxichrome.
- Compare performance and development speed between traditional JavaScript extensions and those built with Oxichrome.
- Explore advanced features of Oxichrome, such as using proc macros for Chrome API bindings.
Who should care
Rust developers interested in web technologies and Chrome extension development.