RooTitanium

Rating: 
3.666665
Your rating: None Average: 3.7 (3 votes)

RooTitanium

Chromium web browser for Sailfish OS 5.1, built on Qt 6 QtWebEngine with a UI written from scratch in QML — not a fork of an existing browser. Part of the RooT* app family.

[ENGLISH]

Prerequisite: SFOS 5.1.0.11 · aarch64 only
Source code: https://github.com/RootGPT-YouTube/RooTitanium-SailfishOS
Telegram Group: https://t.me/+E7V-a7x4JbY1Njhk
RooTitanium is tested on:

  • Sony Xperia 10 III (SFOS 5.1.0.11)

This application was developed using artificial intelligence technologies (Claude Code). Therefore, if the use of an application generated via a large-scale language model (LLM) is not comfortable for the user, it is recommended to avoid its installation and use. It is specified that any negative comment regarding this circumstance will not only be ignored but will result in the immediate blocking of the user.

I hereby disclaim any and all responsibility for the application, its functionality, and any consequences arising from its use. By choosing to use this application, the user acknowledges and accepts that they do so entirely at their own risk, and agrees that the developer shall not be held liable for any damages, losses, or adverse effects—whether direct, indirect, incidental, or consequential—resulting from the use or misuse of the application.

Browser engine — self-contained bundle

On Sailfish OS, Qt 6 is not an official platform component, and qt6-qtwebengine is not precompiled anywhere. RooTitanium therefore ships a self-contained bundle: the whole Qt 6 + QtWebEngine runtime (Chromium 122) is compiled from source over the community Qt 6 stack and installed under /home/rootitanium/, so the app needs no system Qt 6 and does not interfere with the platform.

  • Hardware-accelerated rendering. QtWebEngine renders through EGL over libhybris (the device's Android GPU drivers). On the Xperia 10 III (Adreno 619) hardware acceleration is confirmed via chrome://gpu.
  • Runs unsandboxed by design. Because the bundle lives outside the rootfs and needs full access to /home/rootitanium/, the hybris system libraries and Chromium's own --no-sandbox mode, the app declares Sandboxing=Disabled in its .desktop. In-app App Permissions (below) are what actually gate what sites can use.
  • Custom ELF launcher. A small launcher in /usr/bin/harbour-rootitanium sets the bundle environment and execs the browser, forging argv[0] so Lipstick matches the window to a single app cover.

Features (1.0)

  • Tabs and private (incognito) tabs, with a tab switcher and per-mode counts; optional "start in private", "close all tabs on exit" or session restore.
  • HOME page with a Favorites grid (your chosen bookmarks) and a History list, editable in place.
  • Address bar with search-or-URL entry and selectable search engine (DuckDuckGo, Google, Bing, Startpage).
  • Bookmarks (persistent, SQLite) with a HOME-favorites toggle and reordering, and History with clear-all.
  • Downloads with a chosen destination folder (Downloads / Documents / Pictures / Videos / Music), live progress, open and cancel.
  • Find in pageShareSave page as PDFDesktop/Mobile site toggle, and landscape rotation (manual, plus automatic for fullscreen video).
  • Native-feeling context menus (link / image / text), touch-selection menu, and custom JavaScript dialogs (alert / confirm / prompt) scaled for the device.
  • Custom on-screen keyboard (QtVirtualKeyboard, themed for the browser).
  • Privacy controls: Do-Not-Track, anti-fingerprinting (Brave/Cromite-style farbling), automatic cookie-banner rejection, a Client-Hints / user-agent interceptor that presents the browser as Google Chrome for site compatibility, session-cookie clearing, JavaScript and popup toggles, forced dark mode, and one-tap clear browsing data.
  • App Permissions (master switches for camera, microphone, location, notifications and downloads — a gate above the per-site choices) and Site Permissions (per-site camera / microphone / location / notifications).
  • Background tab lifecycle (freeze / discard) to keep heavy sites from stalling the browser.
  • Bilingual UI (English / Italian): Italian on Italian devices, English everywhere else — chosen automatically from the system language.

The RPM payload goes to /home/rootitanium/ (the /home partition), while the .desktop, icons and the ELF launcher go to the rootfs under /usr. Conventions shared with the RooT* family: package harbour-rootitanium, version single-sourced from the spec.

Engine, compatibility & trademarks

RooTitanium renders pages with Qt 6 QtWebEngine (Chromium 122), bundled as described above and in NOTICE.md. For site compatibility the browser presents itself as Google Chrome through a Client-Hints / user-agent interceptor; this is identification only and does not make it a Google product.

"Chromium" and "Google Chrome" are trademarks of Google LLC, and "Qt" is a trademark of The Qt Company Ltd. RooTitanium is an independent project, not affiliated with, sponsored by or endorsed by Google LLC or The Qt Company; the names are used solely for identification.

License

GPL-3.0-or-later © 2026 RootGPT. See LICENSE and NOTICE.md for the third-party components (Qt 6 / QtWebEngine, Chromium) bundled in the RPM.

[ITALIANO]

Un browser web Chromium per Sailfish OS 5.1, basato su Qt 6 QtWebEngine, con una UI scritta da zero in QML — non un fork di un browser esistente. Parte della famiglia di app RooT*.

Requisiti: SFOS 5.1.0.11 · solo aarch64
Source code: https://github.com/RootGPT-YouTube/RooTitanium-SailfishOS
Gruppo Telegram: https://t.me/+E7V-a7x4JbY1Njhk
RooTitanium è testato:

  • Sony Xperia 10 III (SFOS 5.1.0.11)

Questa applicazione è stata sviluppata utilizzando tecnologie di intelligenza artificiale (Claude Code). Pertanto, se l'utilizzo di un'applicazione generata tramite un modello linguistico su larga scala (LLM) non è gradito all'utente, se ne sconsiglia l'installazione e l'uso. Si precisa che qualsiasi commento negativo relativo a tale circostanza non solo verrà ignorato, ma comporterà il blocco immediato dell'utente.

Con la presente declino ogni responsabilità relativa all’applicazione, al suo funzionamento e a qualsiasi conseguenza derivante dal suo utilizzo. L’utente, scegliendo di utilizzare l’applicazione, riconosce e accetta di farlo a proprio ed esclusivo rischio, e concorda che lo sviluppatore non potrà essere ritenuto responsabile per eventuali danni, perdite o effetti negativi — diretti, indiretti, incidentali o consequenziali — derivanti dall’uso o dall’uso improprio dell’applicazione.

Motore del browser — bundle self-contained

Su Sailfish OS, Qt 6 non è un componente ufficiale della piattaforma, e qt6-qtwebengine non è precompilato da nessuna parte. RooTitanium distribuisce quindi un bundle self-contained: l'intero runtime Qt 6 + QtWebEngine (Chromium 122) è compilato dai sorgenti sopra lo stack Qt 6 della community e installato sotto /home/rootitanium/, così l'app non richiede alcun Qt 6 di sistema e non interferisce con la piattaforma.

  • Rendering accelerato in hardware. QtWebEngine renderizza tramite EGL su libhybris (i driver GPU Android del dispositivo). Sull'Xperia 10 III (Adreno 619) l'accelerazione hardware è confermata via chrome://gpu.
  • Gira senza sandbox, by design. Poiché il bundle vive fuori dal rootfs e richiede accesso pieno a /home/rootitanium/, alle librerie di sistema hybris e alla modalità --no-sandbox di Chromium, l'app dichiara Sandboxing=Disabled nel suo .desktop. Sono i Permessi App in-app (sotto) a controllare davvero cosa i siti possono usare.
  • Launcher ELF dedicato. Un piccolo launcher in /usr/bin/harbour-rootitanium imposta l'ambiente del bundle ed esegue il browser, forgiando argv[0] così che Lipstick agganci la finestra a un'unica cover dell'app.

Funzionalità (1.0)

  • Schede e schede private (incognito), con selettore schede e conteggi per modalità; opzioni "avvia in privata", "chiudi tutte le schede all'uscita" o ripristino sessione.
  • Pagina HOME con una griglia Preferiti (i segnalibri che scegli tu) e un elenco Cronologia, modificabili al volo.
  • Barra degli indirizzi con inserimento cerca-o-URL e motore di ricerca selezionabile (DuckDuckGo, Google, Bing, Startpage).
  • Segnalibri (persistenti, SQLite) con toggle Preferiti-in-HOME e riordino, e Cronologia con svuota-tutto.
  • Download con cartella di destinazione a scelta (Download / Documenti / Immagini / Video / Musica), progresso live, apri e annulla.
  • Cerca nella paginaCondividiSalva pagina come PDF, toggle sito Desktop/Mobile e rotazione orizzontale (manuale, più automatica per il video a tutto schermo).
  • Menu contestuali dall'aspetto nativo (link / immagine / testo), menu di selezione touch e dialoghi JavaScript personalizzati (alert / confirm / prompt) scalati per il dispositivo.
  • Tastiera a schermo personalizzata (QtVirtualKeyboard, a tema col browser).
  • Controlli privacy: Do-Not-Track, anti-fingerprinting (farbling stile Brave/Cromite), rifiuto automatico dei banner cookie, un interceptor Client-Hints / user-agent che presenta il browser come Google Chrome per compatibilità coi siti, pulizia dei cookie di sessione, toggle per JavaScript e popup, modalità scura forzata e pulizia dati di navigazione con un tap.
  • Permessi App (interruttori master per fotocamera, microfono, posizione, notifiche e download — un cancello sopra le scelte per-sito) e Permessi siti (per singolo sito: fotocamera / microfono / posizione / notifiche).
  • Ciclo di vita delle schede in background (freeze / discard) per evitare che i siti pesanti blocchino il browser.
  • UI bilingue (Inglese / Italiano): italiano sui dispositivi italiani, inglese altrove — scelta automaticamente dalla lingua di sistema.

Il payload dell'RPM va in /home/rootitanium/ (partizione /home), mentre il .desktop, le icone e il launcher ELF vanno nel rootfs sotto /usr. Convenzioni condivise con la famiglia RooT*: pacchetto harbour-rootitanium, versione single-source dallo spec.

Motore, compatibilità e marchi

RooTitanium mostra le pagine con Qt 6 QtWebEngine (Chromium 122), impacchettato come descritto sopra e in NOTICE.md. Per compatibilità con i siti il browser si presenta come Google Chrome tramite un interceptor di Client-Hints / user-agent; è solo identificazione e non lo rende un prodotto Google.

"Chromium" e "Google Chrome" sono marchi di Google LLC, e "Qt" è un marchio di The Qt Company Ltd. RooTitanium è un progetto indipendente, non affiliato, sponsorizzato o approvato da Google LLC o The Qt Company; i nomi sono usati solo a scopo identificativo.

Licenza

GPL-3.0-or-later © 2026 RootGPT. Vedi LICENSE e NOTICE.md per i componenti di terze parti (Qt 6 / QtWebEngine, Chromium) inclusi nell'RPM.

Screenshots: 
Application versions: 
AttachmentSizeDate
File harbour-rootitanium-1.0-2.aarch64.rpm100.25 MB16/07/2026 - 01:13
Changelog: 

Changelog 1.0:
- Some issue with heavy social like X.com;
- No DRM.

Comments

kempertom's picture

It doesn't start on community port for Motorola G7 Power with SFOS 5.0.0.67

frankps's picture

The dev stated: 

Prerequisite: SFOS 5.1.0.11 · aarch64 only

ahjolinna's picture

I tried youtube and it was in italian :D tried changing it but wouldnt pick what I choose (in the cookies popup page)

RootGPT's picture

Ops...

frankps's picture

Just tried it with a few sites. Perfect rendering and very smooth scrolling. Is it possible to get native on-screen keyboard? I need Norwegian keymap (æøå)...

RootGPT's picture

Unfortunately not. The native SFOS keyboard is based on Qt 5 (maybe 5.6, I’m not sure) and Chromium only runs on Qt 6. I had to create an environment suitable for Qt 6, and the native keyboard wouldn’t run in it. Anyway, the Norwegian layout is already present: you need to tap the keyboard’s globe icon and select “Norsk Bokmål”.

If you like my app, I invite you to rate it. I’m asking because there’s someone who enjoys giving 1 star to all my apps no matter what. Probably someone who hates AIs…

frankps's picture

Well, I am not one of them. But I am not sure where I currently standing. I prefer human coded apps, but I admit that AI is the future also for open source projects. Torvald Linus just nailed it: https://www.theregister.com/ai-and-ml/2026/07/15/linus-torvalds-tells-ai...

The important thing for me is: The code should be available, readable, understandable and maintainable. It means that it should follow coding styles of a project or for the platform. That gives me the needed security that there is not a hidden backdoor in the app. I have no idea who you are, and as a enduser, I cannot read your code and most likely no devs will take the time to review your code. This is a lack of trust and not that you have used AI.

Another issue is that I have a feeling that most AI code seems bloated. File sizes are considerably bigger then when humanly coded.

frankps's picture

Any reason for calling it Norsk bokmål? Could it be only called Norsk? Norsk would fit in to the space bar...

windes's picture

On armv7hl is impossible?..

RootGPT's picture

Sorry, but unfortunately not, because Qt6 has dropped the 32-bit platform...

birdzhang's picture

Great job!

Tested with antutu.com/html5 on xiaomi pad 5, rootitanium can get 41526 score, sailfish-browser(sfos 5.2.0.11) only 24540 score.

RootGPT's picture

Thanks for feedback! If you like, vote for it!