A minimalistic material design web browser written for Papyros (https://github.com/papyros/)
See http://papyros.io for more information about Papyros.
Our goal is it to create a minimalistic and simple, yet unique webbrowser that gets out of your way and lets you concentrate on the content. Liri's user interface is designed according to Google's Material Design which leads to a clean and beautiful interface.
The name "liri" comes from the Albanian word for freedom. Liri Browser was formerly named "Material Browser".
Please help us translating this application on Transifex! Alternatively you can follow this guide to get started.
Check out the downloads section and download the package for your platform.
Download and install our .deb-package.
You get Liri Browser from the AUR:
- https://aur.archlinux.org/packages/liri-browser/
- https://aur.archlinux.org/packages/liri-browser-git/
Liri Browser is available as early preview in the Ubuntu Store:
https://uappexplorer.com/app/liri-browser.timsueberkrueb
Manual Installation
- Download
liri-browser.timsueberkrueb_X.X_multi.click
on your device - Open the terminal app or connect remotely by using adb shell or SSH
cd
into your Downloads directory- Run
pkcon --allow-untrusted install-local liri-browser.timsueberkrueb_X.X_multi.click
- Download
liri-browser-X.X-linux-portable.zip
- Extract the files
- Run
run-liri.sh
inside the extracted directory
Just download and extract the ZIP-file for your platform and run the executable.
Note for Windows users: Expect some performance issues.
If you just want to try Liri Browser out you can use our simple installation script. It will download and install Qt 5.5 and all necessary dependencies:
https://gist.github.com/tim-sueberkrueb/bdaae352cc6dcaca19b3
- Qt 5.5 and QtWebEngine 1.1 (http://qt.io)
- qml-material (https://github.com/papyros/qml-material)
- Install Qt 5.5 (https://www.qt.io)
- Install qml-material
- git clone https://github.com/papyros/qml-material.git
- cd qml-material
- qmake
- make
- make check # Optional, make sure everything is working correctly
- sudo make install
- git clone --recursive https://github.com/liri-browser/liri-browser.git
- cd liri-browser
- qmake
- make
- run liri-browser executable
(C) Copyright 2015 by Tim Süberkrüb and contributors
See CONTRIBUTORS.md for a full list of contributors.
This application is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
See LICENSE for more information.