{% extends "base.html" %} {% import "partials/icons.html" as ico %} {% block head_title %}Drivers · ImpTune{% endblock %} {% block page_title %}Drivers{% endblock %} {% block content %}

Drivers are shared — everyone sees the same library.

{{ ico.i('upload') }}

Add a driver package

The ZIP must contain the .inf file and every file it references.

Uploading…
{% if web_search_enabled() %}
{{ ico.i('search') }}

Find a driver online

Search for a vendor-wide driver, or for an exact model. ImpTune only shows links — you download the ZIP and upload it above.

{# Two submit buttons, one form: the clicked button's `mode` value is what gets sent, so "generic" and "exact" are one round-trip apart. #}
{% for brand in brands %}
Searching…
{% endif %}

Driver library

{% include "partials/driver_list.html" %} {% endblock %}