Skip to main content
inf dashboard launches a full-screen interactive terminal UI that gives you a live overview of training runs, evaluations, datasets, and inferences in your active project. Alias: inf dash

inf dashboard

Launch the TUI. The dashboard reads your active project from ~/.inf/config.json, or use the global --project <id> flag to target a different project for this session.
inf dashboard

Keyboard Shortcuts

KeyAction
14Switch between tabs directly
Tab / Shift+TabCycle through tabs
j / kNavigate up and down in lists
EnterDrill into the selected item
rRefresh the current view
/Open the command palette
q or Ctrl+CQuit the dashboard

Tabs

The dashboard provides four tabs for navigating your project data:
TabKeyDescription
Training1View training runs with status, progress, and loss
Evals2Browse eval run groups and individual run results
Datasets3List filtered datasets with export status
Inferences4View recent inferences with token counts and latency
Select any item in a list and press Enter to open a detail panel with more information.

Examples

# Launch for the active project
inf dashboard

# Launch for a specific project without changing your stored config
inf dashboard --project proj_789ghi012jkl

# Use the alias
inf dash
The dashboard requires a terminal that supports modern rendering. Most standard terminal emulators (Terminal.app, iTerm2, Alacritty, Windows Terminal) work well.