Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bluebird-developers/browser
Bluebird is your next-gen webbrowser, lightning fast and open-source, powered by WinUI
https://github.com/bluebird-developers/browser
browser csharp dotnet dotnet-native uwp uwp-apps web windows winui
Last synced: 19 days ago
JSON representation
Bluebird is your next-gen webbrowser, lightning fast and open-source, powered by WinUI
- Host: GitHub
- URL: https://github.com/bluebird-developers/browser
- Owner: bluebird-developers
- License: gpl-3.0
- Created: 2023-01-02T18:37:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-21T11:29:41.000Z (21 days ago)
- Last Synced: 2024-12-21T12:22:02.289Z (21 days ago)
- Topics: browser, csharp, dotnet, dotnet-native, uwp, uwp-apps, web, windows, winui
- Language: C#
- Homepage:
- Size: 6.58 MB
- Stars: 25
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Features:
- Responsive UI and quick startup time
- Integrates nicely with other native Windows apps
- Split tabs
- Reading mode
- Force dark mode for all websites
- Translate websites
- Password lock
- Generate QRCode for website
- Export page to pdf (version 5.1 and newer)
- New tab background images (you can disable them)Check the app out to see them in action!
## Building from source
### 1. Prerequisites
- Visual Studio 2022, version 17.11 or newer
- Windows 11 SDK (currently 10.0.22621.0, soon 10.0.26100.0)
- Windows Application Workload + Universal Windows Platform Tools### 2. Clone the repository
```batch
git clone https://github.com/bluebird-developers/browser.git
```### 3. Build the app
In the newly cloned folder, navigate into the src folder and open Bluebird.sln (or Bluebird.slnx if you prefer that)
On the top, select your configuration and platform and click on the play icon.
Now VS should start building the app and will start it shortly.## License
GPL v3.0