Fluxa v1.0.0
🚀 Initial Release
A lightweight native macOS menu bar utility with 7 quick system actions.
Features
- Keep Awake — Prevent display sleep with IOKit assertions
- Hide Desktop Icons — Toggle Finder desktop visibility
- Screen Saver — Launch system screensaver instantly
- Screen Clean — Full-screen black overlay for safe screen wiping
- Lock Keyboard — Keyboard interception overlay (ESC to exit)
- Focus Mode — Toggle Do Not Disturb via user-created Shortcuts
- Audio Output — Switch audio devices with hot-plug detection
Requirements
- macOS 14 (Sonoma) or later
- Shortcuts app (pre-installed)
Installation
tar -xzf Fluxa-1.0.0.tar.gz
cp -r Fluxa.app /Applications/Then launch from Applications or Spotlight search.
Build from Source
git clone https://github.com/zEhmsy/fluxa.git
cd fluxa
./build.sh
cp -r Fluxa.app /Applications/License
Apache License 2.0 — Free to use, modify, and distribute.
Built entirely in Swift + SwiftUI with zero third-party dependencies.