robert7 / quentier

Cross-platform desktop Evernote client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quentier

Cross-platform desktop Evernote client

Travis CI (Linux, OS X): Build Status

AppVeyor CI (Windows): Build status

What's this

Quentier is a cross-platform desktop note taking app capable of working as Evernote client. You can also use Quentier for local notes without any connection to Evernote and synchronization.

Quentier is free software distributed under the terms of GPL v.3.

At the moment Quentier is in public alpha state and is not yet intended for production usage. Currently it's targeted at software enthusiasts, developers and people who like tinkering with fresh stuff.

Quentier is written in C++ using Qt framework and is built on top of libquentier library.

Read the project's blog and wiki for more details.

Download / Install

Prebuilt versions of Quentier can be downloaded from the following locations:

Stable versions correspond to builds from master branch, unstable versions correspond to builds from development branch. New stuff first appears in unstable versions but for this reason they are also prone to temporary breakages.

For users of Ubuntu and derivatives there's a PPA repository from where it is easy to install Quentier:

sudo add-apt-repository ppa:d1vanov/quentier-stable
sudo apt-get update
sudo apt-get install quentier-qt5

Alternatively, if you run Qt4-based desktop environment (KDE 4), you might want to install Qt4-based Quentier instead:

sudo apt-get install quentier-qt4

This PPA is for stable Quentier builds from master branch. Alternatively, the PPA for unstable version of Quentier is the following:

sudo add-apt-repository ppa:d1vanov/quentier-development
sudo apt-get update
sudo apt-get install quentier-qt5

or

sudo apt-get install quentier-qt4

For users of other Linux distributions there are also prepared repositories with native packages:

  • Stable versions:
    • See this page for Fedora 26, Fedora 27, Fedora 28, Fedora Rawhide, OpenSUSE Leap 42.3, OpenSUSE Tumbleweed, OpenSUSE Leap 15.0 and Arch Linux repositories
    • See this page for Debian 9.0 repository
  • Unstable versions:
    • See this page for Fedora 26, Fedora 27, Fedora 28, Fedora Rawhide, OpenSUSE Leap 42.3, OpenSUSE Tumbleweed, OpenSUSE Leap 15.0 and Arch Linux repositories
    • See this page for Debian 9.0 repository

How to build from source

See the building/installation guide.

How to contribute

Contributions to Quentier are warmly welcome! Please see the contribution guide to see how you can contribute.

About

Cross-platform desktop Evernote client

License:GNU General Public License v3.0


Languages

Language:C++ 92.0%Language:CMake 5.8%Language:NSIS 1.9%Language:C 0.3%Language:Shell 0.1%Language:Visual Basic 0.0%Language:Batchfile 0.0%