AuraDeck is a lightweight desktop presentation editor and viewer. Author slides as plain HTML, run them in fullscreen with a presenter view, and export to PDF or PPTX — all from a single Tauri-powered native app.
Each slide is a self-contained HTML document. Use Canvas, SVG, animations, WebGL — whatever the platform gives you.
Built on Tauri 2 — a tiny native binary that runs without a browser, server, or internet connection.
Dual-screen presenter view with notes, next-slide preview, and a built-in timer. Toggle with F6.
Render to PDF for handouts or PPTX for compatibility — slide fidelity preserved.
Decks save as folders or as a single .adsl archive. The archive is just a zip — inspect or build it with any tool.
MIT licensed. Rust + JavaScript. No telemetry, no accounts, no cloud lock-in.
git clone https://github.com/celray/auradeck.git
cd auradeck
npm install
npm run tauri dev