Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/klubuntu/minif-browser

Mini Fluent Browser
https://github.com/klubuntu/minif-browser

browsee browser community development electron js light lite minif minif-browser net network surf surve

Last synced: 15 days ago
JSON representation

Mini Fluent Browser

Awesome Lists containing this project

README

        

# 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)
```bash
npm/pnpm run start
```

### How to build (from source)
```bash
npm/pnpm run build
npm/pnpm run build-win
npm/pnpm run build-linux
npm/pnpm run build-macos (experimental)
```

### 📑 TO-DO
- [x] - Move loading page from body to webview component
- [x] - 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