Skip to content

Klubuntu/minif-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minif-browser

Mini Fluent Browser

  • custom protocols
  • custom pages
  • currently (builds may be unstable)

Releases: https://github.com/Klubuntu/minif-browser/releases/

How to run (dev version)

npm/pnpm run start

How to build (from source)

npm/pnpm run build
npm/pnpm run build-win
npm/pnpm run build-linux
npm/pnpm run build-macos (experimental)

📑 TO-DO

  • - Move loading page from body to webview component
  • - Add custom logo
  • - Upgrade UI/UX (partially)

App Shortcuts

  • F1 (Information page)
  • F12 or CTRL + SHIFT + I(Dev Tools)
  • CTRL + R Reload current page
  • ALT + L History back
  • ALT + R History forward
  • CTRL + + Zoom In
  • CTRL + - Zoom Out
  • CTRL + N Create new instance (experimental)

Pull requests are welcome