aurora
June 10, 2026 ยท View on GitHub
A highly experimental attempt to plug matrix-rust-sdk into the browser (and originally Tauri), in order to investigate what Element X Web/Desktop could look like.
Try it out at https://element-aurora.netlify.app/
Prereqs
cargo install wasm-bindgen-cli
yarn install
To create the bindings
Bindings are currently vendored into the repo, run this to update them,
./build-wasm-bindings.sh
To run
yarn && yarn dev
To build:
yarn build
For tauri
yarn tauri dev
yarn tauri build