{% extends "base.html" %} {% block title %}Settings ยท OpenBrowse{% endblock %} {% block head %} {% endblock %} {% block content %}
Installed: v{{ version }} {% if update and update.available %} — v{{ update.latest }} is available {% elif update and update.latest %} — up to date (latest release: v{{ update.latest }}) {% elif update and update.error %} — last check failed: {{ update.error }} {% else %} — not checked yet {% endif %}
{% if update and update.available %} {% if update_supported %} {% else %}This copy was installed in a way OpenBrowse cannot upgrade itself ({{ update_method }}). Upgrade it manually, then restart the service.
{% endif %} {% endif %}Detected: {{ hw_summary }}
How much of this machine can OpenBrowse use?
Moving the slider updates MAX_CONCURRENT_SESSIONS below; save to apply.
✓ Lighter browser — enabled: each browser runs without a GPU process and with capped helper processes and JavaScript memory (CHROME_LIGHT_FLAGS below).
● Lighter browser — recommended for this machine: set CHROME_LIGHT_FLAGS to 1 below and save. It skips the GPU process and caps helper processes and JavaScript memory; worth turning off only if an unusually heavy web app misbehaves.
{% if row.state == "ok" %}✓{% elif row.state == "action" %}●{% else %}ⓘ{% endif %} {{ row.label }} — {{ row.detail }}
{% endfor %} {% if hw_tune_button %} {% elif hw_checklist | selectattr("state", "equalto", "action") | list %}Apply the recommended items once from a shell on this machine (this also enables the button for next time):
openbrowse tune --share most{% endif %} {% endif %}