Skip to content

Latest commit

 

History

History
73 lines (51 loc) · 3.67 KB

README.en-US.md

File metadata and controls

73 lines (51 loc) · 3.67 KB

EasyBrowser

Gitmoji

中文 English

EasyBrowser Chromium-based browser written in C#.

Applicable to computers with average performance or scenes that require Flash.

It is recommended to visit the updated and faster GitHub repository.

Special thanks to StrollStars for suggestions for improving runtime dependencies

Features

  1. Small in size, only 29% of Chrome and 63% of Firefox.
  2. Clean interface, no ads, no plug-ins
  3. Portable version, no installation required, data and applications are stored in the same location
  4. Fast startup
  5. Support Flash, you can run Flash without installing any Flash plug-ins
  6. Open source code, all source code is public on GitHub and Azure DevOps.

Running dependencies

  1. .NET Framework 4.6.2 Runtime
  2. Visual C++ 2022 Runtime
  3. Segoe Fluent Icons Font

Test Environment

  • You can use a browser to enter the test page to test the usability of Flash
  • You can use a browser to enter the test page to test the download function

Release Notes

Please refer to Change Log for version details

Channel Description Next Release
Stable relatively stable version v3.4.7.2
Beta new feature test version v3.7.2-beta1
RC version that is generally perfect but lacks details v3.4.7.2-rc3

Development Environment

  1. Visual Studio 2022 (Community is ok, 64-bit)

    • .NET desktop development
      • NuGet targets and build tasks
      • MSBuild
  2. .NET Framework 4.6.2 or later SDK

  3. .NET Framework 4.6.2 Target Pack

Use dotnet build to build independently. To build a version that supports video, you need to download Cef H.264 Library, unzip it and place it in the source code root directory.