AeroSurf is a lightweight, high-performance web browser built with C# (WPF) and CefSharp (Chromium). It focuses on minimalism and speed.
- ⚡ Blazing Fast: Powered by the Chromium Embedded Framework (CEF) with GPU acceleration enabled.
- 🛡️ Native AdBlock: Built-in network request filter that blocks ads before they even load (no heavy JavaScript injection).
- dark Mode UI: A fully custom, borderless window design.
- 🧘 Sidebar: A slide-out sidebar overlay designed to maximize screen real estate for content.
- Privacy First: No telemetry, minimal footprint.
- Language: C#
- Framework: .NET Framework 4.8 (WPF)
- Engine: CefSharp.Wpf (Chromium)
- Architecture: MVVM (Model-View-ViewModel)
- Design: Custom XAML Styles & Vector Graphics (SVG)
- Clone the repository.
- Open
AeroSurf.slnin Visual Studio 2026. - Restore NuGet packages.
- Build and Run.
Note: The browser creates a cache folder in
%LocalStorage%to speed up startup times.
Distributed under the MIT License. See LICENSE for more information.