GitHunt
DR

drbh/hfjobs-menubar

OSX hfjobs menubar app

hfjobs-menubar logo

Build and Release GitHub tag

hf jobs menubar app


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.app

Installation (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 details

Build

source .env  # Load environment variables
make

Run

open HFJobs.app

Run 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)

running

Change or toggle the update interval

intervals

Get notifcations when jobs change (also toggable)

notifcations

Filter listed jobs by type or timeframe

filterview
drbh/hfjobs-menubar | GitHunt