A minimal macOS web browser built with SwiftUI and WebKit..
- Clean Interface: Distraction-free browsing with a transparent titlebar and custom window controls
- Resizable Sidebar: Adjustable, collapsible sidebar with vertical tabs navigation controls and URL input
- Keyboard Shortcuts:
Cmd+S- Toggle sidebar visibilityCmd+Shift+C- Copy current URL to clipboardCmd+T- New tab
- Navigation Controls: Back, forward, and reload buttons
- Persistent Tabs: Close the browser and come back to your tabs
- macOS 15.5+
- Xcode 15.0+
- Swift 5.9+
./build.sh DebugThe built application will be located at build/Build/Products/Debug/WebStack.app
open build/Build/Products/Debug/WebStack.app