INSTALL

CLI

Full control over your local AI from the terminal.

Install

curl -fsSL tarx.com/install | sh

Commands

tarx chat              # Start a conversation
tarx mcp add claude    # Connect TARX to Claude Desktop
tarx mcp add cc        # Connect TARX to Claude Code
tarx mcp add cursor    # Connect TARX to Cursor
tarx mcp status        # Check MCP config across all clients
tarx spaces create     # Create a new Space
tarx spaces list       # List all Spaces
tarx spaces use        # Switch active Space
tarx skills list       # List available skills
tarx status            # Check TARX Local health
tarx mesh status       # Check SuperComputer network
tarx research          # Run autonomous experiments

Configuration

TARX stores configuration in ~/.tarx/config.json:

{
  "inference_port": 11435,
  "mesh_port": 11436,
  "model_dir": "~/.tarx/models/",
  "default_model": "tarx-qwen2.5-7b-v2"
}