Skip to main content

CLI Overview

The hubify CLI is a first-class interface to Hubify Labs. Every feature available in the web UI and desktop app is accessible from the terminal. Terminal-only users are not second-class citizens, the CLI is a complete research IDE.

Quick Start

Architecture

The CLI operates in two modes:

Command Mode

Execute single commands and get results:

TUI Mode

Launch the full terminal UI, a mirror of the web application:
The TUI includes:
  • Captain View dashboard
  • Orchestrator chat panel
  • Agent activity feed
  • Experiment list with live status
  • Log viewer

Command Structure

Global Options

Auto-Launch Sessions

When you run hubify without arguments, it launches four terminal sessions:
  1. hubify, TUI mirror of the web UI
  2. claude, Claude Code session synced to the orchestrator
  3. pi, Multi-agent activity feed
  4. bash, Standard shell in the lab’s working directory

Configuration

Config is stored at ~/.hubify/config.json.