A simple menu bar utility for macOS that allows you to quickly switch between Light and Dark appearance modes.
macos-demo.mov
- Menu Bar App: Runs in the menu bar, no dock icon
- Quick Toggle: Left-click to switch between Light and Dark modes
- Context Menu: Right-click for detailed options
- Universal Binary: Works on both Apple Silicon and Intel Macs
- Download the latest release from the Releases page
- Open the
.dmgfile - Drag the app to your Applications folder
- Launch the app from Applications
- Download the
.zipfile from the Releases page - Extract the ZIP file
- Run the
.appfile directly (no installation required) - Optionally drag to Applications folder for permanent installation
- Left-click the menu bar icon to toggle between Light and Dark modes
- Right-click for a context menu with more options
- The icon changes to reflect the current appearance mode
The app requires accessibility permissions to control system appearance settings. You'll be prompted to grant permission in System Preferences > Security & Privacy > Privacy > Accessibility.
# Install dependencies
npm install
# Run in development mode
npm run dev
# Build for distribution
npm run build
# Run tests
npm test
# Run tests in watch mode
npm run test:watch
# Run tests with coverage
npm run test:coverage- macOS 10.14 or later
- Works on both Apple Silicon and Intel Macs
MIT License - see LICENSE file for details.