All Projects → OtterBrowser → Otter Browser

OtterBrowser / Otter Browser

Licence: gpl-3.0
Otter Browser aims to recreate the best aspects of the classic Opera (12.x) UI using Qt5

Projects that are alternatives of or similar to Otter Browser

Qhttpengine
HTTP server for Qt applications
Stars: ✭ 112 (-91.31%)
Mutual labels:  cross-platform, qt, qt5
Notepanda
📃 A simple cross-platform notepad. Based on Qt and C++.
Stars: ✭ 134 (-89.6%)
Mutual labels:  cross-platform, qt, qt5
Browser
🌍 Cross-platform Material design web browser
Stars: ✭ 184 (-85.73%)
Mutual labels:  qt, qt5, browser
Swift
Swift XMPP client and Swiften XMPP library
Stars: ✭ 190 (-85.26%)
Mutual labels:  cross-platform, qt, qt5
Qview
Practical and minimal image viewer
Stars: ✭ 460 (-64.31%)
Mutual labels:  cross-platform, qt, qt5
Screencloud
Screenshot sharing application for Windows, Mac and Linux.
Stars: ✭ 537 (-58.34%)
Mutual labels:  cross-platform, qt, qt5
Nitroshare Desktop
Network file transfer application for Windows, OS X, & Linux
Stars: ✭ 1,150 (-10.78%)
Mutual labels:  cross-platform, qt, qt5
Project lemonlime
为了 OI 比赛而生的基于 Lemon + LemonPlus 的轻量评测系统 | 三大桌面系统支持
Stars: ✭ 255 (-80.22%)
Mutual labels:  cross-platform, qt, qt5
Lan Share
Cross platform LAN File transfer application built with Qt C++ framework
Stars: ✭ 317 (-75.41%)
Mutual labels:  cross-platform, qt, qt5
Qt.go
Qt binding for Go (Golang) aims get Go's compile speed again.
Stars: ✭ 487 (-62.22%)
Mutual labels:  cross-platform, qt, qt5
Notes
Note-taking application, write down your thoughts.
Stars: ✭ 612 (-52.52%)
Mutual labels:  cross-platform, qt, qt5
Candle2
GRBL control interface in Qt.
Stars: ✭ 50 (-96.12%)
Mutual labels:  qt, qt5
Shadowsocks Qt5
A cross-platform shadowsocks GUI client
Stars: ✭ 7,893 (+512.34%)
Mutual labels:  cross-platform, qt5
Fqterm
Stars: ✭ 50 (-96.12%)
Mutual labels:  qt, qt5
Simpleqtlogger
Simple rolling file logger for Qt.
Stars: ✭ 60 (-95.35%)
Mutual labels:  qt, qt5
Redasm
The OpenSource Disassembler
Stars: ✭ 1,042 (-19.16%)
Mutual labels:  cross-platform, qt5
Osgqtquick
Intergation OpenSceneGraph to Qt Quick
Stars: ✭ 53 (-95.89%)
Mutual labels:  qt, qt5
Awesome Qt Qml
A curated list of awesome Qt and QML libraries, resources, projects, and shiny things.
Stars: ✭ 1,118 (-13.27%)
Mutual labels:  qt, qt5
Kbbi Qt
KBBI Offline Remake with Qt
Stars: ✭ 68 (-94.72%)
Mutual labels:  qt, qt5
Spix
UI test automation library for QtQuick/QML Apps
Stars: ✭ 48 (-96.28%)
Mutual labels:  qt, qt5

Otter Browser logo Otter Browser

A browser controlled by the user, not vice-versa

Otter Browser aims to recreate the best aspects of Opera 12 and to revive its spirit. We are focused on providing the powerful features power users want while keeping the browser fast and lightweight. We also learned from history and decided to release the browser under the GNU GPL v3.

SourceForge

Screenshot

Planned features are listed in the TODO file. Details on already implemented features are available in the CHANGELOG file. If you have an idea that has not yet been proposed or rejected, feel free to open a new issue.

Install

You can either compile Otter Browser from source or use pre-compiled binaries.

From source

To build Otter Browser, you will need the following dependencies: Qt 5.6.0 (or newer), OpenSSL 1.0 (or newer, depending on your Qt version), GStreamer 1.0 (or newer) and codecs, and CMake 3.1.0 (or newer). At the root of the directory where the source code is stored, execute these commands:

mkdir build
cd build
cmake ../
make
make install

Detailed instructions are available in the INSTALL.md file in the root of the repository.

Under Linux and *BSD

Linux users can use the official AppImage version available on SourceForge. It is a single executable file that doesn’t need any dependencies to be installed. The AppImage version should run under any system installed after 2012 provided it has OpenSSL 1.0.x (not 1.1.x) and GStreamer 1.x (with codecs). The browser is also available in the repositories of a wide range of Linux distributions and *BSD systems. Read more on the dedicated wiki page.

Under Windows

Windows users can download binary releases on SourceForge.

Under macOS

DMG packages are available on SourceForge.

How to contribute

Otter Browser is your browser. Because it is free software (GPL v3), you can contribute to make it better. New contributors are always welcome, whether you write code, create resources, report bugs, or suggest features.

The browser is written primarily in C++ and leverages powerful features offered by the Qt5 framework.

We also use JavaScript for interacting with rendering engines (when native APIs are not available) and Python 3 is our preferred language for creating tools to ease development.

Have a look at the open issues to find a mission that resonates with you.

We use Transifex to translate Otter Browser.

To stay informed of Otter development, bug fixes and new features, you can join the official forum. We also have two IRC channels on Freenode: #otter-browser (international) and #otter-browser-pl (polski / Polish).

Read CONTRIBUTING.md and don’t hesitate!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].