Transform Your Internet Speed Without Changing Your ISP
BBR-like Performance β’ Auto DNS Failover β’ Real-time Monitoring β’ 4-Phase Diagnostics
English | EspaΓ±ol
π¦ Download β’ β¨ Features β’ π Docs
Modern, lightweight (~8MB) with Rust + SvelteKit. Glassmorphism UI.
| Platform | Download | Tech |
|---|---|---|
| Windows x64 | NetBoozt_3.1.0.msi | Rust + Tauri 2 |
Battle-tested (~25MB) with Python + CustomTkinter. Includes full CLI.
| Platform | Download | Tech |
|---|---|---|
| Windows x64 | NetBoozt_v2.2.0.exe | Python 3.11 + Nuitka |
| Tauri v3.1 | Python v2.2 | |
|---|---|---|
| Status | π’ Stable | βͺ Legacy |
| Size | ~8 MB | ~25 MB |
| Best For | Everyone | CLI only |
| CLI | β | β |
"I had 1 Gbps fiber but only got 450 Mbps. My ISP said 'it's your computer.' They were rightβbut not how they thought."
β David Mireles (@lou404x), Creator
By LOUST | opensource@loust.pro | @lou404x
| Optimization | Description | Benefit |
|---|---|---|
| HyStart++ | Fast slow-start | +15-20% throughput |
| PRR | Proportional Rate Reduction | Smooth loss recovery |
| ECN | Congestion Notification | No packet loss needed |
| TCP Fast Open | Data in SYN | -1 RTT |
| TCP Pacing | Smooth sending | -77% latency |
| RSS/RSC | Multi-CPU processing | Less CPU overhead |
ISP DNS down? Automatic switch in ~60s (30s interval Γ 2 failures):
- Tier 1β2 β Speed: Cloudflare Γ2, Google Γ2
- Tier 3β4 β Security: Quad9 Γ2, OpenDNS Γ2
- Tier 5β6 β Privacy: AdGuard Γ2, CleanBrowsing
Parallel health checks via 4 workers (one full cycle in ~3s instead of ~30s sequential).
Adapter β Router β ISP β DNS
- Live graphs (Download/Upload/Latency)
- Windows Event Log integration
- Configurable alerts
cd platforms/tauri && npm install && npm run tauri devcd windows
python -m venv venv && .\venv\Scripts\Activate.ps1
pip install -r requirements.txt
python run_modern.py # Run as AdministratorRun DNS failover as a systemd user service β no GUI required, survives logout/lid-close:
# Build headless binary (from platforms/tauri/src-tauri/)
cargo build --release --bin netboozt-headless
# Install
cd platforms/tauri/scripts && ./install-systemd.sh
# Status & logs
systemctl --user status netboozt-dns.service
journalctl --user -u netboozt-dns.service
# Uninstall
./uninstall-systemd.shRun DNS failover as a Windows Service β survives restarts and runs without a logged-in user:
# Build (on Windows, with Rust toolchain)
cargo build --release --bin netboozt-service
# Install (run as Administrator)
.\platforms\tauri\scripts\install-windows-service.ps1
# Status
Get-Service netboozt-dns
# Uninstall (run as Administrator)
.\platforms\tauri\scripts\uninstall-windows-service.ps1| Profile | Risk | Gain |
|---|---|---|
| π’ Conservative | Low | +5-10% |
| π‘ Balanced | Medium | +15-20% |
| π΄ Aggressive | High | +20-30% |
See CONTRIBUTING.md. PRs welcome!
Licensed under Apache-2.0. See LICENSE for the full text.
This is a deliberate single-license choice made on 2026-06-25: the
explicit patent grant and retaliation clause are the right fit for
B2B/infra tooling. Earlier MIT-only was used during initial bootstrap;
that combination is no longer offered.
Made with β€οΈ by LOUST
β Star if it helped! β