AiteBar — Your Personal Command Center for Windows. Turn the edge of your screen into a workflow hub. Organize your AI tools, work sites, browser profiles, projects, folders, scripts and system utilities in one compact place.
- Up to 8 context panels: Separate your tools by tasks (Work, AI, Personal, Scripts, etc.)
- Import/export panels: Transfer ready-made button sets between computers using
.aitebarpanel
- Browser and profile support: Chrome, Edge, Brave, Yandex, Firefox (Opera, Opera GX, Vivaldi supported in code)
- Launch modes: App Mode, Incognito/Private, Fullscreen
- Profile rotation: Automatic browser profile switching
- Hidden edge panel: Appears when hovering over the screen edge
- Panel position indicator: Draggable, DPI-safe indicator that stays inside the selected monitor and provides quick panel access
- Global hotkeys: Quick access to the panel and actions
- Built-in tools: Screenshot, screen recording, calculator, file explorer, downloads, timer and stopwatch, color picker, Quick Note, Zen Editor, text processing, file sorter, icon converter, QR code generator, clipboard manager, show desktop, apps folder, Copilot
- Drag-and-drop: Add files, folders, .url shortcuts and links by dragging
- Open URL in selected browser
- Launch programs and shortcuts (.exe, .lnk)
- Open files and folders
- Run scripts (.bat, .cmd, .ps1, .py)
- Execute console commands (via cmd.exe with confirmation)
- Send keyboard shortcuts
- Icon library: Material Symbols, Fluent System Icons, Font Awesome Brands
- Color settings: Color palette and HEX color for buttons
- Local storage: Settings and data in
%AppData%\Codebdbd\Aite Bar
- Download the release from the corresponding section.
- Run
AiteBar-Setup.exe. - Install the program like a regular Windows application.
- After installation, launch
AiteBarfrom the Start menu. The program will appear in the Windows system tray. - To check for updates, use the
Check for updatesitem in the tray menu or the finalAboutsection in application settings.
- Button settings: Right-click on any button to edit it.
- Add new button: Press the
+button at the end of any menu block. - Delete button: Right-click the button and select
Delete. - Import/export panel: Use the panel context menu or tray menu to import into the current panel and export the current panel.
- OS: Windows 10 / Windows 11
- .NET 10 SDK (for building from source)
- Configuration and user data are stored in
C:\Users\user\AppData\Roaming\Codebdbd\Aite Bar
AiteBar — персональный Workflow Hub для Windows, превращающий край экрана в командный центр. Собери AI-сервисы, рабочие сайты, браузерные профили, проекты, папки, скрипты и системные инструменты в одном компактном месте.
- До 8 панелей-контекстов: Разделяй инструменты по задачам (Работа, AI, Личное, Скрипты и т.д.)
- Импорт/экспорт панелей: Переноси готовые наборы кнопок между компьютерами через
.aitebarpanel
- Поддержка браузеров и профилей: Chrome, Edge, Brave, Yandex, Firefox (Opera, Opera GX, Vivaldi поддерживаются в коде)
- Режимы запуска: App Mode, Incognito/Private, Fullscreen
- Ротация профилей: Автоматическое переключение браузерных профилей
- Скрытая edge-панель: Появляется при наведении на край экрана
- Указатель положения панели: Перетаскиваемый DPI-безопасный индикатор, который остаётся в границах выбранного монитора и позволяет быстро открыть панель
- Глобальные горячие клавиши: Быстрый доступ к панели и действиям
- Встроенные инструменты: Скриншот, запись экрана, калькулятор, проводник, загрузки, таймер и секундомер, пипетка цвета, Quick Note, Дзен-редактор, обработка текста, сортировщик файлов, конвертер иконок, генератор QR-кодов, менеджер буфера обмена, показ рабочего стола, папка приложений, Copilot
- Drag-and-drop: Добавляй файлы, папки,
.urlи ссылки перетаскиванием
- Открыть URL в выбранном браузере
- Запустить программы и ярлыки (.exe, .lnk)
- Открыть файлы и папки
- Запустить скрипты (.bat, .cmd, .ps1, .py)
- Выполнить консольные команды (через cmd.exe с подтверждением)
- Отправить сочетания клавиш
- Библиотека иконок: Material Symbols, Fluent System Icons, Font Awesome Brands
- Настройка цвета: Палитра и HEX-цвет для кнопок
- Локальное хранение: Настройки и данные в
%AppData%\Codebdbd\Aite Bar
- Загрузите релиз из соответствующего раздела.
- Запустите
AiteBar-Setup.exe. - Установите программу как обычное Windows-приложение.
- После установки запустите
AiteBarиз меню Пуск. Программа появится в системном трее Windows. - Для проверки новых версий используйте пункт
Check for updatesв tray-меню или последний разделAboutв настройках программы.
- Настройка кнопок: Кликните ПКМ (правой кнопкой мыши) по любой кнопке для её редактирования.
- Добавление новой: Нажмите кнопку
+в конце любого блока меню. - Удаление: Кликните ПКМ по кнопке и выберите
Удалить. - Импорт/экспорт панели: Используйте контекстное меню панели или меню в tray для импорта в текущую панель и экспорта текущей панели.
- ОС: Windows 10 / Windows 11
- .NET 10 SDK (для сборки из исходников)
- Конфигурация и пользовательские данные хранятся в
C:\Users\user\AppData\Roaming\Codebdbd\Aite Bar
- CI: GitHub Actions workflow
.github/workflows/build-test.ymlbuildsRelease, runs tests, publishes coverage summary and saves coverage artifact on every push/PR tomasterandmain. - Static analysis:
.github/workflows/codeql.ymlruns CodeQL security-and-quality analysis for C#. - Dependency updates:
.github/dependabot.ymlchecks NuGet and GitHub Actions dependencies weekly. - Release:
vX.Y.Ztag must match<Version>inAiteBar/AiteBar.csproj;.github/workflows/release.ymlbuilds installer and attachesartifacts/installer/*.exeto GitHub Release. - Release guardrails: release workflow can be run manually as dry-run, it requires
## [X.Y.Z]section inCHANGELOG.md, exactly one non-empty installer artifact and publishesSHA256SUMS.txt. - Code signing: installer is signed automatically if GitHub Secrets have
WINDOWS_SIGNING_CERT_BASE64andWINDOWS_SIGNING_CERT_PASSWORD. Without these secrets, build remains unsigned. - Crash reporting: Sentry is used for error monitoring, disabled by default. Can be enabled via environment variables (
AITEBAR_SENTRY_DSN/SENTRY_DSN) or via settings file. No PII is sent without explicit consent. - Updates: built-in update check reads latest release from
https://github.com/codebdbd/aitebar/releases, validates GitHub URL before opening and offers to open release page if newer installer is found. Automatic installation is not performed.