A macOS application that replicates the Windows taskbar functionality, providing an alternative dock experience for macOS users.
- Display running applications in a taskbar-like interface
- Group similar windows and show recent active windows
- Clickable grouped windows for easy switching
- Persistent tab ordering for combined display view
- Support for multiple displays
This project requires Xcode to build. To build and run:
# Clone the repository
git clone <repository-url>
cd TaskDock
# Open in Xcode
open TaskDock.xcodeproj
# Build and run (⌘R in Xcode)# Build the project
xcodebuild -scheme TaskDock -configuration Debug build
# Run the app
open /Users/$(whoami)/Library/Developer/Xcode/DerivedData/TaskDock-*/Build/Products/Debug/TaskDock.app- macOS (tested on recent versions)
- Xcode for development
- Private API access (may require additional entitlements)
Launch TaskDock after building. The application will display a taskbar showing your running applications and windows. Click on grouped items to switch between windows.
- Fork the repository
- Create a feature branch
- Make your changes
- Test thoroughly
- Submit a pull request
See LICENSE file for details.
