BreathFlow is a desktop breathwork app built with Tauri and vanilla HTML/CSS/JavaScript.
- Guided protocols:
- Box Breathing
- 4-7-8 Breathing
- Physiological Sigh
- Resonant Breathing
- Breath of Fire
- Real-time visual pacing with phase countdown and repetition/cycle tracking
- Per-protocol guidance cards (what it is, pattern, benefits, notes, presentation ideas)
- Full-screen mode for distraction-free sessions
- Product name:
BreathFlow - Bundle identifier:
com.glen.breathflow
Prerequisites:
- Node.js
- Rust toolchain
- Tauri platform dependencies
Install dependencies:
npm installRun in development:
npm run tauri devBuild desktop bundles:
npm run tauri build