Skip to content

Releases: bobberdolle1/unbound

Unbound v2.0.0: The Powerful Multi-Platform Release

11 Apr 19:22

Choose a tag to compare

🚀 Unbound v2.0.0 — Глобальный релиз платформы

Мы рады представить фундаментальное обновление v2.0.0. Это исторический релиз, объединяющий технологии перехвата пакетов и обхода DPI на огромном спектре операционных систем, без жесткой зависимости от Windows.

10 Поддерживаемых платформ с готовыми бинарными артефактами в этом релизе:

  • Windows (.exe установщик: использует могучий WinDivert 2.2)
  • macOS (Универсальный .app для Apple Silicon/Intel: использует нативный SOCKS5 SpoofDPI)
  • Linux (CLI Демон: использует прозрачный nfqws поверх nftables)
  • OpenWrt (.ipk пакеты для установки прямо на ваш домашний роутер)
  • Браузерное расширение (Легковесный обход для Chrome/Firefox/Chromium)
  • Steam Deck (Плагин для Decky Loader)
  • Magisk (Модуль для Android с root-правами)
  • Android (APK), iOS (Jailbreak), WebOS (Архивы с подготовленным исходным кодом для сборки в ваших SDK)

✨ Главные архитектурные изменения

  • Унификация версионирования: Наведен тотальный порядок в инфраструктуре и релизах. Все артефакты отлажены и жестко закреплены за мажорной версией 2.0.0.
  • Честная мультиплатформа: Ранее ошибочно утверждалось, что WinDivert используется везде. Это исправлено — теперь каждый билд гарантированно использует свою "родную" системную технологию для перехвата пакетов, сохраняя 100% скорости канала.
  • Исправление багов: Устранен программный краш в Linux-демоне при использовании Rust (ExitStatus).
  • Темы оформления: Из нашей дизайн-системы напрямую в GUI-приложение вшиты новые визуальные скины (Aura, Win95, Liquid Glass).
  • Никаких туннелей: Полный L3/L4 обход DPI. Никакого VPN, никаких задержек (Zero Ping Penalty).

Примечание: Для корректной работы ядра требуется запуск от имени Администратора (Windows), выдача Root-доступа (Linux), или же полное разрешение на диск (macOS). Удачи в свободном интернете!

Unbound v1.0.4 - Russian Edition

07 Apr 09:48

Choose a tag to compare

🚀 Встречайте Unbound v1.0.4!

Что нового:

  • Универсальный русский интерфейс: Все меню, статусы и ошибки переведены;
  • Улучшенный Автоподбор: Встроенный быстрый сканер параллельно тестирует YouTube, Discord, Telegram, Instagram, NordVPN и другие сайты за пару секунд;
  • Реальный статус: LivePing проверяет не 1.1.1.1, а доступность самого YouTube;
  • Никаких дополнительных файлов: Релиз собран в один файл, внутри которого спрятан winws2, .sys драйверы и lua-скрипты.

v1.0.3 - Engine Stability & Diagnostics

23 Mar 10:40

Choose a tag to compare

Changelog - UNBOUND ClearFlow Engine

All notable changes to this project will be documented in this file.

[1.0.3] - 2026-03-23

Added

  • Auto-Tune V2: New parallel scanning engine for YouTube, Telegram, Discord, RuTracker, and Facebook.
  • System Health Check: Built-in diagnostics for admin rights, process conflicts, and WinDivert status.
  • Discord Hygiene: Option to auto-clean Discord cache on startup to prevent session poisoning.
  • TCP Timestamps: System-wide toggle to improve compatibility with modern DPI bypass techniques.
  • Version Display: Current app version now visible in Settings UI.
  • Full Kill: Nuclear option to terminate all conflicting DPI bypass processes and reset drivers.

Fixed

  • Console Flashing: All system calls now use CREATE_NO_WINDOW, eliminating black box flickering.
  • Profiles: Restored full list of 70+ presets from Zapret 2 reference materials.
  • Auto-Tune Stability: Fixed log duplication and cancellation logic.
  • Launch Issues: Fixed winws2.exe working directory and blob path resolution.
  • Build Errors: Resolved circular dependencies and missing frontend exports.

Changed

  • License: Officially moved to GNU GPL v3.0.
  • UI: Modernized Sketchy-style overlays for errors and warnings.
  • Architecture: Improved provider management and status reporting.

[1.0.1] - 2026-03-15

Added

  • UAC Elevation: Automatic request for administrator privileges on startup.
  • Task Scheduler: Integration for silent auto-start with high privileges.
  • Unified Logging: New scrollable "Dev Diary" for real-time engine feedback.

Fixed

  • WinDivert Filters: Fixed --new flags causing driver initialization errors on some Windows versions.
  • Asset Extraction: Improved reliability of binary and Lua script extraction to %APPDATA%.

[1.0.0] - 2026-02-28

Added

  • Zapret 2 Integration: Full migration to bol-van's Zapret 2 core with Lua-based desynchronization.
  • Doodle UI: Complete redesign of the interface using hand-drawn sketchy aesthetics.
  • Multi-Engine Support: Experimental support for Xray/VLESS and Shadowsocks.
  • Live Ping: Real-time latency tracking for bypassed traffic.
  • Game Filter: Optimized profiles for low-latency gaming (Discord Voice, Steam, etc.).

[0.9.0] - 2026-01-10

Added

  • Initial implementation of the DPI Engine Orchestrator.
  • Support for GoodbyeDPI and basic Zapret (v1) profiles.
  • Automated hostlist synchronization from remote sources.
  • System tray integration with status notifications.

UNBOUND: Open source, community-driven, and ready for 2026.

Unbound v1.0.1 - Critical Hotfix

22 Mar 20:27

Choose a tag to compare

Unbound v1.0.1 - Critical Hotfix

Critical Fixes

1. GUI Profile Sync

  • All 9 profiles now properly displayed in UI (3 base + 6 advanced)
  • Added diagnostic logging for profile loading failures

2. Administrator Privileges

  • Full-screen red alert when admin rights missing
  • Clear instructions: Right-click unbound.exe and Run as administrator
  • WinDivert now properly blocked without privileges

3. Auto-Tune Error Handling

  • Improved error messages with actionable instructions
  • Extended error display timeout to 8 seconds
  • Specific guidance: Check admin rights and internet connection

4. UI Polish

  • Renamed Gears to Settings button
  • Consistent terminology across interface

5. Portable Embedding

  • Verified engine assets (winws2.exe, lua scripts) properly embedded
  • Automatic extraction to APPDATA\Unbound\engine\ on startup

Installation

Download Unbound-v1.0.1.exe and run with Administrator privileges.

Upgrade Notes

If you experienced issues with v1.0.0 where profiles were not loading or admin rights were not detected, this hotfix resolves those problems.

Unbound v1.0.0 - The Multidisorder Update

22 Mar 18:49

Choose a tag to compare

Zapret 2 engine migration
Multidisorder strategy: 100% bypass
Dynamic hostlist sync
UI overhaul with animations
Smart autostart

v1.0.0-rc1 - Advanced DPI Bypass System

22 Mar 10:14

Choose a tag to compare

Pre-release

Unbound v1.0.0-rc1 - Release Candidate 1

Advanced DPI Bypass System

Core Features

  • Zapret v2 Engine: Lua-scriptable DPI bypass with winws
  • 26 Bypass Profiles: 15 standard + 11 advanced strategies
  • AutoTTL Detection: Automatic DPI distance detection (1-30 hops)
  • Auto-Tune: Intelligent profile selection with parallel testing

Advanced Systems

  • Blob System: Custom TLS/QUIC/HTTP fake payloads
  • IP Cache: HostnameIP mapping with TTL for zero-phase strategies
  • Protocol Manipulation: HTTP/TCP/IP fragmentation techniques
  • Test Persistence: Session storage with analytics and ranking

Diagnostics & Testing

  • System Diagnostics: BFE, proxy, VPN, conflicts detection
  • Advanced Tester: Parallel execution with TCP freeze detection
  • Admin Check: Automatic privilege verification for WinDivert

UI/UX

  • Modern GUI with real-time telemetry
  • Live connection health monitoring
  • Lua script editor for custom strategies
  • Settings persistence

Latest Fix (v1.0.0-rc1 Update)

  • Fixed Auto-Tune Media Detection: Now tests Discord CDN/media endpoints (cdn.discordapp.com, media.discordapp.net) and Telegram API (api.telegram.org)
  • TCP Freeze Detection: Added 8KB body download test to detect TCP freeze on media endpoints
  • Comprehensive Testing: Auto-Tune now correctly identifies profiles that work for both main domains and media/API endpoints

Requirements

  • Windows 10/11
  • Administrator privileges (for WinDivert driver)

Installation

  1. Download unbound.exe
  2. Run as Administrator
  3. Select profile or use Auto-Tune
  4. Click Connect

Note: This is a release candidate. If Auto-Tune previously selected profiles that didn't work for Discord media or Telegram, run Auto-Tune again with this version.