Skip to content

SLT-World/SLBr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SLBr

The browser that prioritizes a faster web
Browse the web with a fast, lightweight web browser.

C# XAML .Net Visual Studio
Latest release

Based on CefSharp/CEF

CefSharp is an embedded Chromium browser for .NET apps such as WPF and Winforms. It is a lightweight .NET wrapper for the Chromium Embedded Framework (CEF).

CefSharp follows modern web standards, and supports HTML5, JavaScript, CSS3, HTML5 audio/video elements as well as WebGL. CefSharp has basically everything a modern browser has.

Using SLBr

Download the latest version of SLBr and open it

Notes

If you're encountering an issue of SLBr rendering weirdly (Examples are: controls disappearing, text oversizing, colors changing abnormally), then you're most likely encountering this issue. Either switch to software rendering using SLBr's WPF render mode setting, or disable the nahimic service to resolve the issue.

Special thanks to

  • The Chromium Embedded Framework (CEF) by Marshall A. Greenblatt.
  • The CefSharp team, and Amaitland who dedicated himself to the CefSharp project.
  • Mauve who helped out on the IPFS implementation for SLBr.

Requirements

Screenshots & Videos

Dark mode

Video: https://youtu.be/PtmDRjgwmHI

Compiling and building SLBr

This is a guide on how to compile and run the source code. Setup

  1. Install and set up Visual Studio
  2. Download SLBr's Source code and unzip it
  3. Find the solution file

The class "SECRETS" is missing

The SECRETS file is removed as it contains the API Keys of SLT's SLBr. To fix it, either remove the line of code that is causing the error, which will remove support for SafeBrowsing, www.google.com sign-ins and Geolocation. Or, generate a new C# class called "SECRETS", have string variables named "GOOGLE_API_KEY", "GOOGLE_DEFAULT_CLIENT_ID", "GOOGLE_DEFAULT_CLIENT_SECRET".

SLBr is neither affiliated with Google nor Microsoft.