A small macOS menubar app to watch the status of your Hugging Face jobs.
Quick start (on M series Mac)
curl \
-sOL https://github.com/drbh/hfjobs-menubar/releases/download/v0.0.3/HFJobs.zip && \
unzip HFJobs.zip && \
open -a $(pwd)/HFJobs.appInstallation (build it yourself)
Setup Environment Variables
Copy the example environment file and update with your values:
cp .env.example .env
# Edit .env with your signing and notarization detailsBuild
source .env # Load environment variables
makeRun
open HFJobs.appRun a job
export HF_TOKEN=hf_
uvx hf jobs run ubuntu bash -c "for i in {1..10}; do whoami; date; sleep 3; done"Screenshots
See the status of jobs (view is filtered in this case)
Change or toggle the update interval
Get notifcations when jobs change (also toggable)
Filter listed jobs by type or timeframe

On this page
Languages
Swift96.7%Makefile3.3%
Created April 4, 2025
Updated December 31, 2025
