Language: 🇷🇺 Русский | 🇬🇧 English
Windows GUI для запуска и автоматизации BAT-профилей Flowseal
Чистый интерфейс, автообновление engine, оркестратор профилей и запуск без ручной возни с BAT-файлами.
FluxRoute Desktop — современная GUI-оболочка для управления профилями
Flowseal/zapret-discord-youtube: удобно запускать, обновлять и переключать профили в одном окне.
- Удобный GUI вместо ручного запуска BAT-файлов
- Автообновление
engine/из GitHub Releases - Оркестратор профилей, который тестирует соединение и переключает лучший вариант при сбое
- Скрытый запуск BAT-файлов и
winws.exeбез лишних консольных окон - Диагностика и логи под рукой, без прыжков между окнами
- Компактный интерфейс — одна кнопка Запуск/Стоп, статус и логи всегда на виду
- Оркестратор — автоматически тестирует все профили, выставляет рейтинг и переключается на лучший при сбое
- Автообновление — при запуске проверяет новые релизы Flowseal на GitHub и обновляет
engine/в один клик - Окно настроек — выбор профиля, управление оркестратором, сайты для проверки, диагностика
- Скрытые окна — BAT-файлы и
winws.exeзапускаются в фоне без лишних консолей
| Главное окно | Запущено |
|---|---|
![]() |
![]() |
| Оркестратор | Обновления |
|---|---|
![]() |
![]() |
| Сервис |
|---|
![]() |
- Windows 10/11 x64
- Права администратора для корректной работы
winws.exe
- Скачай последний релиз в разделе Releases
- Распакуй ZIP в любую удобную папку
- Запусти
FluxRoute.exeот имени администратора - Открой вкладку Обновления и нажми Проверить → Обновить
- После загрузки актуального
engine/выбери профиль и нажми ▶ Запустить
Оркестратор — это автоматическое управление профилями без ручного перебора.
Как он работает:
- Сканирует доступные профили
- Проверяет доступность выбранных сайтов
- Оценивает каждый профиль по рейтингу от
0до100% - Переключается на лучший профиль, если текущий перестал работать
- Повторно проверяет соединение через заданный интервал
По умолчанию — каждые 20 минут
Это позволяет держать рабочий профиль активным почти без ручного вмешательства.
FluxRoute/
├── FluxRoute/ — UI (WPF, Views, ViewModels)
├── FluxRoute.Core/ — Логика (Оркестратор, Проверка связи, Модели)
├── FluxRoute.Updater/ — Автообновление engine/ с GitHub
└── engine/ — Скрипты Flowseal (скачиваются автоматически)
Требования:
- .NET 10 SDK
- Visual Studio 2026
git clone https://github.com/klondike0x/FluxRoute.git
cd FluxRoute
dotnet buildFluxRoute Desktop является GUI-оболочкой для проекта Flowseal/zapret-discord-youtube.
Все права на zapret, winws.exe и связанные с ними скрипты принадлежат их авторам.
Этот репозиторий не претендует на авторство оригинальной низкоуровневой сетевой части.
Если что-то работает не так, открой Issue и по возможности укажи:
- что произошло;
- что ты ожидал увидеть;
- как это воспроизвести;
- какой профиль был выбран;
- что написано в логах или диагностике.
Чем точнее описание, тем быстрее получится разобраться.
FluxRoute использует следующую экосистему проектов:
- WinDivert — низкоуровневая Windows-основа
- bol-van/zapret — оригинальный проект
- bol-van/zapret-win-bundle — Windows-бандл с
winws.exe - Flowseal/zapret-discord-youtube — непосредственная основа
engine/, используемая в FluxRoute
Проекты, которые вдохновили на создание FluxRoute Desktop:
- Zapret-GUI — от
medvedeff-true - ZapretControl — от
Virenbar - zapret — от
youtubediscord
Проект распространяется по лицензии GNU General Public License v3.0.
Подробности — в файле LICENSE.
Windows GUI for launching and automating Flowseal BAT profiles
Clean interface, automatic engine updates, profile orchestrator, and hassle-free launching without manually handling BAT files.
FluxRoute Desktop is a modern GUI wrapper for managing
Flowseal/zapret-discord-youtubeprofiles: launch, update, and switch profiles conveniently from a single window.
- Convenient GUI instead of manually launching BAT files
- Automatic
engine/updates directly from GitHub Releases - Profile orchestrator that tests connectivity and switches to the best working option if the current one fails
- Hidden launch of BAT files and
winws.exewithout extra console windows - Diagnostics and logs always available without jumping between windows
- Compact interface — a single Start/Stop button, status, and logs always in view
- Orchestrator — automatically tests all profiles, assigns a rating, and switches to the best one when needed
- Auto-update — checks new Flowseal releases on GitHub and updates
engine/in one click - Settings window — profile selection, orchestrator control, test websites, and diagnostics
- Hidden windows — BAT files and
winws.exerun in the background without unnecessary consoles
| Main Window | Running |
|---|---|
![]() |
![]() |
| Orchestrator | Updates |
|---|---|
![]() |
![]() |
| Service |
|---|
![]() |
- Windows 10/11 x64
- Administrator privileges required for proper
winws.exeoperation
- Download the latest release from the Releases section
- Extract the ZIP archive to any convenient folder
- Run
FluxRoute.exeas Administrator - Open the Updates tab and click Check → Update
- After the latest
engine/is downloaded, choose a profile and click ▶ Start
The orchestrator is an automatic profile management system that removes the need for manual switching.
How it works:
- Scans available profiles
- Checks the availability of selected websites
- Scores each profile with a rating from
0to100% - Switches to the best profile if the current one stops working
- Re-checks connectivity at a specified interval
By default — every 20 minutes
This helps keep a working profile active with minimal manual intervention.
FluxRoute/
├── FluxRoute/ — UI (WPF, Views, ViewModels)
├── FluxRoute.Core/ — Logic (Orchestrator, connectivity checks, models)
├── FluxRoute.Updater/ — Automatic engine updates from GitHub
└── engine/ — Flowseal scripts (downloaded automatically)
Requirements:
- .NET 10 SDK
- Visual Studio 2026
git clone https://github.com/klondike0x/FluxRoute.git
cd FluxRoute
dotnet buildFluxRoute Desktop is a GUI wrapper for the Flowseal/zapret-discord-youtube project.
All rights to zapret, winws.exe, and related scripts belong to their respective authors.
This repository does not claim authorship of the original low-level networking components.
If something is not working as expected, open an Issue and, if possible, include:
- what happened;
- what you expected to happen;
- how to reproduce it;
- which profile was selected;
- what the logs or diagnostics say.
The more accurate the report, the easier it will be to investigate.
FluxRoute uses the following project ecosystem:
- WinDivert — low-level Windows foundation
- bol-van/zapret — original project
- bol-van/zapret-win-bundle — Windows bundle with
winws.exe - Flowseal/zapret-discord-youtube — the direct
engine/base used in FluxRoute
Projects that inspired the creation of FluxRoute Desktop:
- Zapret-GUI — by
medvedeff-true - ZapretControl — by
Virenbar - zapret — by
youtubediscord
This project is distributed under the GNU General Public License v3.0.
See the LICENSE file for details.




