It is not a whiteboard, it is a Blackboard A minimal digital blackboard desktop app for teaching with a pen tablet.
- Install dependencies:
bun install- Run the development server:
bun run tauri devThis will automatically:
- Start the Vite dev server
- Compile the Rust backend
- Launch the Tauri desktop app
bun run build
bun run tauri build- bun (package manager)
- Rust (for Tauri backend - install if prompted)
- System dependencies for Tauri:
sudo apt update && sudo apt install -y \
libwebkit2gtk-4.1-dev \
build-essential \
curl \
wget \
libssl-dev \
libgtk-3-dev \
libayatana-appindicator3-dev \
librsvg2-devNote: For Ubuntu 24.04+, use libwebkit2gtk-4.1-dev. Tauri 2.0 supports WebKitGTK 4.1, so no compatibility workarounds are needed.
- Full-screen black canvas
- Pen tool with configurable color and size
- Eraser tool with configurable size
- Shapes tool (rectangle, circle, arrow)
- PDF export