AeroSurf is a web browser built using CefSharp, a lightweight .NET binding for the Chromium Embedded Framework (CEF). It provides a fast and responsive browsing experience while using minimal system resources.
- Tabbed browsing (not implemented yet)
- Back and forward navigation
- Reload and stop buttons
- Address bar with auto-suggestion (not implemented yet)
- Hardware acceleration support
- Lazy loading of web page elements
- Windows 7 or later
- .NET Framework 4.6.2 or later
- Clone the repository or download the latest release.
- Run the executable file
AeroSurf.exe
.
- To open a new tab, click on the "+" button on the right side of the tab bar (not implemented yet).
- To switch between tabs, click on the desired tab (not implemented yet).
- To navigate to a web page, type the URL or search terms in the address bar and press Enter.
- To go back or forward, click on the corresponding buttons or use the keyboard shortcuts
Alt + Left Arrow
andAlt + Right Arrow
. - To reload a page, click on the reload button or use the keyboard shortcut
F5
. - To stop loading a page, click on the stop button or use the keyboard shortcut
Esc
.
- To enable or disable hardware acceleration, go to
Settings > Advanced > System
and toggle the switch (not implemented yet, option is enabled by default). - To enable or disable lazy loading, go to
Settings > Advanced > Page
and toggle the switch (not implemented yet, option is enabled by default).
I welcome contributions to AeroSurf. To contribute, please fork the repository and submit a pull request with your changes.
AeroSurf is licensed under the MIT License. See the LICENSE file for details.