Getting Started
How to install and run Huba on your system.
Installation
Before using Huba, make sure you have Claude Code installed on your system. Then install Huba for your platform:
Launch
After installation, run Huba from the terminal:
hbTo open a specific task list directly, pass the list ID via environment variable:
CLAUDE_CODE_TASK_LIST_ID=a1b2c3d4-e5f6-7890-abcd-ef1234567890 hbOn startup, Huba auto-selects a task list with this priority:
CLAUDE_CODE_TASK_LIST_IDenvironment variable (if set)- Previously selected list (persisted between sessions)
- First available list (newest by creation date)
If no task lists exist, you need to create tasks via Claude Code first.