{% include "_nav.html" %}

Settings

About

Version{{ version }}
Platform{{ platform }}
Installed via{{ install_method }}
Data folder{{ data_dir }}

Updates

Check for a newer version and install it automatically.

Data

Delete all scraped jobs. Your saved searches and CV are kept. Jobs come back on the next refresh.

Uninstall

{% if install_method == 'binary' %}

To uninstall, just delete the jobhunt file you downloaded. Your job data is in {{ data_dir }} — delete that folder too for a clean removal.

{% elif install_method == 'uv' %}

To uninstall, run this in your terminal:

uv tool uninstall jobhunt-app

Your job data is in {{ data_dir }} — delete that folder too for a clean removal.

{% elif install_method == 'pipx' %}

To uninstall, run this in your terminal:

pipx uninstall jobhunt-app

Your job data is in {{ data_dir }} — delete that folder too for a clean removal.

{% else %}

To uninstall, run this in your terminal:

pip uninstall jobhunt-app

Your job data is in {{ data_dir }} — delete that folder too for a clean removal.

{% endif %}

Links