MCPcopy Create free account
hub / github.com/KDE/falkon

github.com/KDE/falkon @v26.04.3

Chat with this repo
repository ↗ · DeepWiki ↗ · release v26.04.3 ↗ · + Follow
5,702 symbols 15,802 edges 711 files 181 documented · 3% updated 3d ago★ 474

Browse by type

Functions 4,605 Types & classes 1,097
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Falkon

Falkon is a KDE web browser. It uses QtWebEngine rendering engine.

image

Downloads

Falkon downloads are available from homepage.

Building

mkdir build && cd build
cmake ..
make && make install

Install to custom prefix

When installing Falkon to custom prefix, you may need to adjust XDG_DATA_DIRS environment variable.

# Build
cmake -DCMAKE_INSTALL_PREFIX=$HOME/falkon

# Run
export XDG_DATA_DIRS="$HOME/falkon/share:$XDG_DATA_DIRS"
$HOME/falkon/bin/falkon

Contributing

Want to contribute? Great!

KDE Community Wiki

Code review is done on Phabricator. When sending patches, add Falkon project (#Falkon) as a reviewer.

Reporting bugs

You can report any bugs or feature request in KDE bugzilla. Before reporting, please make sure your issue isn’t already reported (open issues).

Contact

You can get in contact with developers using mailing list or IRC #falkon at irc.libera.chat.

Core symbols most depended-on inside this repo

Shape

Method 4,198
Class 1,041
Function 407
Enum 56

Languages

C++93%
TypeScript5%
Python1%

Modules by API surface

src/lib/tabwidget/combotabbar.cpp124 symbols
src/lib/data/html/jquery-1.12.4.js99 symbols
src/lib/webengine/webview.cpp88 symbols
src/lib/app/browserwindow.cpp88 symbols
src/lib/data/html/jquery.js86 symbols
src/lib/app/mainapplication.cpp66 symbols
src/lib/tabwidget/tabwidget.cpp57 symbols
src/lib/webtab/webtab.cpp56 symbols
src/lib/app/mainmenu.cpp54 symbols
src/lib/plugins/qml/qmlplugininterface.cpp47 symbols
src/lib/adblock/adblockrule.cpp46 symbols
src/lib/tools/qztools.cpp45 symbols

For agents

$ claude mcp add falkon \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page