About page: version, broker access and third-party notices

The About screen of Senzoukria Desktop shows the installed version, the broker-access policy, the publisher copyright, the Rithmic and OMNE notices and the open-source licence inventory. It is the permanent home of the legal text that the chart overlay only unfolds on demand.

Senzoukria · Documentation · Updated September 2026


Where to find it

Where
Menu → About, or Settings → About → About →, or the footer of the Account page
Route
/about (also reachable without a chart open)
Version source
Read from the Tauri runtime at open; shows — outside the desktop runtime
Translated
Section headers only; copyright and licence lines are shown verbatim in English

What it does

The About screen is the legal surface of the desktop application. It reuses the layout of the Account page and stacks three cards: Application, Market data provider, and Third-party notices. Nothing on it is a setting; every row is informational and read-only.

The Application card shows the product name (Senzoukria Desktop), the installed version prefixed with v, the broker-access line and the publisher copyright. The version is read from the application runtime when the screen opens, so it always matches the binary you are running rather than a number typed into the page. If the runtime cannot be reached (for example in a bare browser during tests) the row shows a dash instead of hiding the page: the notices take priority over the version.

The Market data provider card mounts the full Rithmic attribution block: the Market data by Rithmic and Powered by OMNE marks at 22 px, followed by the four copyright lines supplied by Rithmic. These lines are shown exactly as supplied, in English, with the year kept current. They are not translated, shortened or hidden behind a preference, because their display is the contractual counterpart of access to Rithmic systems.

Rows on the screen

Every row of the About screen and what it is read from
RowValue shownSource
ProductSenzoukria DesktopFixed label
Versionv0.25.1 style string, or —Application runtime at open
Broker accessOrder routing available, per connection — off by default, and always off on a Funded account.Dictionary key about.brokerReadOnly
Copyright© 2026 Ryad Bouderga (SENZOUKRIA). All rights reserved.Fixed legal text, not translated
Market data providerRithmic and OMNE marks plus four notice linesRithmicAttribution, variant full
Open sourcePointer to the NOTICE file and LICENSES.md inventoryFixed legal text
MPL-2.0option-ext 0.2.0, linked through tauri → dirs → dirs-sys, unmodified, with source and licence URLsFixed legal text
Apache-2.0 / MITTauri, tokio, serde, rustls, ring, rusqlite/SQLite, React and their dependenciesFixed legal text

Where else the Rithmic notices appear

The same attribution component is mounted in two lighter variants elsewhere. On the footprint chart, the replay chart and the heatmap it is drawn as a 14 px overlay in a free corner of the canvas (bottom-left on the footprint and on replay, top-left on the heatmap). The logos do not capture the mouse, so the chart still drags from that corner; a small ⓘ button is the only interactive element and unfolds the four notice lines in place, with a Menu → About pointer underneath. It closes on Escape or on a click outside.

On account-facing surfaces (positions, orders, P&L, equity, the live band of the journal) a compact strip with the two logos is shown only while the ready connection backend is Rithmic. When you are connected to a bridge or a crypto feed, the strip is not rendered at all. Detached windows mount the compact variant directly because their data source is Rithmic by construction and they have no router to navigate to /about.

The R | API+ mention is intentionally absent: the application uses R | Protocol only, and Rithmic requires notices only for the APIs actually used.

Limits and pitfalls

  • The screen states what the binary can do, not what your account allows. Order routing being available per connection does not mean it is enabled: it is off by default and always off on a Funded account.
  • The version shown is the installed binary. It does not tell you whether an update is pending; see the updates page for that.
  • The open-source rows summarise the inventory. The full list (name, version, licence) lives in LICENSES.md shipped with the application, and the required notices in the NOTICE file.
  • The copyright and licence lines are legal text and stay in English in every interface language.

This page in other languages

Frequently asked questions

Why does the About page show a dash instead of a version number?
The version is read from the desktop runtime when the page opens. Outside that runtime (a browser preview or a test harness) the call fails and the row shows —. Inside the installed application the row always shows the running version.
Can I hide the Rithmic and OMNE logos on the chart?
No. Their display is a condition of access to Rithmic systems, so there is no preference to turn them off. They only appear while the app is connected to a Rithmic deployment; on crypto feeds or bridges they are not rendered.
Where do I find the full open-source licence list?
The About screen names the obligations that matter (the MPL-2.0 component and the Apache/MIT families) and points to LICENSES.md for the complete inventory and to the NOTICE file for reproduced notices.

Keep reading