A sleek, low-resource custom browser built in C# WinForms with EasyTabs + WebView2.
β οΈ not supported any more.
β οΈ Currently supports Windows only. macOS & Linux are not supported.
- Lightweight, doesnβt hog CPU or GPU
- Modern UI (uses GunaUI and EasyTabs)
- Embeds DuckDuckGo via WebView2
- Dark/Light mode toggle (planned)
- Low-power mode toggle (planned)
- Privacy protection options (planned)
Inspired by CsharpProgramming on YouTube, particularly this video:
β‘οΈ I made a Web Browser
Chomp is built using C# WinForms & .NET. It uses:
- EasyTabs β for tabbed UI in WinForms
- WebView2 β to render web content via DuckDuckGo
- Guna UI β for polished UI styling
- Custom code to manage tabs & HTML parsing
ChompBrowser/
βββ Program.cs
βββ HTML.cs
βββ AppContainer.cs
βββ Main.cs
βββ Main.Designer.cs
HTML.cshandles custom HTML logicAppContainer.csmanages tabs (EasyTabs integration)Main.csfiles manage the UI and app lifecycle
- .NET Framework 4.8
- WebView2 Runtime
- EasyTabs NuGet package
git clone https://github.com/d3letereal/Chomp_Browser.git
cd Chomp_Browser
# Open solution in Visual Studio, build & run
