Montag is a simple, lightweight macOS menu bar application for quick access to your favorite web pages.
- Access up to 3 customizable web pages from the menu bar
- Clean, minimal interface for distraction-free browsing
- Global keyboard shortcut support for quick access
- Option to launch at system startup
- Compact design that stays out of your way
- macOS 13.0+
- Xcode 14.0+ (for building)
Build from source:
git clone https://github.com/orslow/montag.git
cd montag
xcodebuild -project montag.xcodeprojThen build and run in Xcode.
- Click the menu bar icon to show your primary web page
- Use the radio buttons at the bottom to switch between your configured pages
- Press the gear icon to open Preferences
- Configure your web pages, global shortcut, and startup options in Preferences
- ⌘1, ⌘2, ⌘3: Switch between configured web pages
- Global shortcut (configurable): Show/hide the app
In the Preferences window, you can:
- Set up to 3 web pages with custom titles and URLs
- Configure a global keyboard shortcut
- Choose whether to launch the app at system startup
- Clone the repository
- Open the Xcode project
- Build the application
- Inspired by the need for quick access to frequently used web pages
- Built with Swift and AppKit