Levitating "Always on top" browser for macOS.
- Opens web pages in a simple desktop browser window.
- Supports an always-on-top mode for the app's own window.
- Includes basic browser controls: back, forward, reload/stop, home, and direct URL entry.
- Uses SwiftUI and WebKit with no third-party dependencies.
- Supports WebKit camera and microphone permission prompts for websites.
Always on toponly affects theMacLevwindow itself.- This app does not pin or control windows from other apps.
- Open
MacLev. - Enter a URL such as
https://www.nasa.gov. - Press
Returnin the address bar to navigate. - Use
Always on topif you want the browser window to float above other windows.
cd ~/Downloads/maclevswift build -c releaseswift run
cd ~/Downloads/maclev./build_app.sh
This creates a local app bundle in build/.bundle/maclev.app using the committed icon assets at assets/.
brew tap aureuma/maclevbrew install --cask maclev
Launch it with:
open /Applications/maclev.app