Aether is a small native macOS menu bar app for creating clean floating windows. Windows can switch between solid black/white backgrounds and a native transparent glass effect.
- macOS 14 or newer
- Apple Silicon Mac
- Xcode command line tools with
swiftc
./build.shThe script writes the app bundle to dist/Aether.app and opens it after a successful build.
Cmd+N: New windowCmd+W: Close the focused Aether windowCmd+T: Toggle clear glass modeCmd+1: Black themeCmd+2: White themeCmd+Q: Quit Aether
Sources/Aether/ Swift source files
Resources/ App metadata and icon
dist/ Generated app bundle
build.sh Local build script
MIT License. See LICENSE.

