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/

Screenshot 2025-06-06 at 14 12 09 Screenshot 2024-03-11 at 09 56 17

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