A sleek, floating tab bar for Windows that lets you switch between open windows in a snap.
🌍 Available in: Español · Français · Deutsch · Português · Italiano · 日本語 · 中文 · 한국어 · Русский
Tabu is a lightweight, always-on-top tab bar that sits at the top of your screen — like browser tabs, but for all your open windows. No more Alt+Tab cycling or hunting through the taskbar. Just click and switch.
| 🎯 Click to Switch | 🖥️ Multi-Monitor | 🎨 Fully Customizable |
|---|---|---|
| One click, instant switch | Works across all screens | Themes, colors & more |
- Real-time detection — Automatically discovers and tracks all open windows
- One-click switching — Click any tab to instantly bring that window to focus
- Close windows — Hover over a tab to reveal the close button
- Stable ordering — Tabs maintain consistent positions as windows open and close
|
🌗 Themes
🎨 10 Accent Colors 🟣 Purple · 🔵 Blue · 🔵 Cyan · 🟢 Teal · 🟢 Green 🟡 Yellow · 🟠 Orange · 🔴 Red · 🩷 Pink · 🌹 Rose |
⚙️ Settings
|
English · Español · Français · Deutsch · Português · Italiano · 日本語 · 中文 · 한국어 · Русский
- Display the bar on your primary monitor or on all monitors
- Optionally show only windows from the same screen
- Windows 10/11
- .NET 8.0 SDK or later
# Clone the repository
git clone https://github.com/your-username/tabu.git
cd tabu
# Build
dotnet build Tabu.sln
# Run
dotnet run --project src/Tabu.UITabu follows Clean Architecture principles with clear separation of concerns:
Tabu.sln
├── 📦 Tabu.Domain Core entities & interfaces
│ ├── Entities/ TrackedWindow, ScreenInfo, UserSettings
│ └── Interfaces/ IWindowDetector, ISettingsRepository
│
├── 📦 Tabu.Application Use cases & orchestration
│ └── Services/ WindowSwitcher
│
├── 📦 Tabu.Infrastructure External integrations
│ ├── Win32/ Window detection via P/Invoke
│ └── Persistence/ JSON settings storage
│
└── 📦 Tabu.UI WPF presentation layer
├── Views/ MainWindow, SettingsWindow
├── ViewModels/ MVVM with CommunityToolkit
├── Services/ Theme, Accent, Localization managers
├── Locales/ 10 language resource files
└── Styles/ Dark & Light theme resources
| Component | Technology |
|---|---|
| Framework | .NET 8.0 |
| UI | WPF (Windows Presentation Foundation) |
| Pattern | MVVM + Clean Architecture |
| MVVM | CommunityToolkit.Mvvm |
| DI | Microsoft.Extensions.Hosting |
| Win32 | P/Invoke (EnumWindows, SetForegroundWindow) |
| Persistence | JSON (%LocalAppData%\Tabu\settings.json) |
All settings are automatically saved to %LocalAppData%\Tabu\settings.json whenever you change them. If the file is missing or corrupted, Tabu gracefully falls back to sensible defaults.
Contributions are welcome! Feel free to open an issue or submit a pull request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the GNU General Public License v3.0 (GPL-3.0). You are free to use, modify, and distribute the software under the terms of this license. See the LICENSE file for details.
Made with ❤️ for Windows power users
🐙 Tabu — Your windows, one click away.