An open source browser based on the PyQtWebEngine and PyQt5 framework
New additions:
- macOS-style UI (magic)
- birbs
Planned features
- Smooth scrolling
- YT videos higher than 360p
- Not give up after V3
TEAM MEMBERS AND ALL COMING SOON ON THE DRIFTBR WEBSITE
Important
This app might soon become Mac-only (Apple Silicon) due to the fact that the owner is getting a Mac soon and will make it natively on Xcode without the hell that Python is.
Note
Mac and Linux users, you do your bit by contributing and adding build instructions
- Make sure you have Python 3.12.4 installed with "pip"
- Download code as zip and extract
- Open CMD/Terminal and navigate to extracted zip directory and run command
pip install -r requirements.txt
- Run the script to make sure everything works. Once it does, here's the building bit:
- Run
pip install pyinstaller
- In the same directory, run
pyinstaller --noconfirm --onefile --windowed --icon "icon.ico" --name "drift" --add-data "Assets;Assets/" ""
- Navigate to the brand new "dist" folder
- All done