This script provides a simple command-line interface for the UltimaX Intelligence CLI. It supports streaming and non-streaming modes. Compatible for Linux/MacOS/Windows (WSL)/Termux.

Installation

Make sure Python 3 is installed and then install the required dependency:


# Download the installer script
wget https://huggingface.co/spaces/umint/cli/raw/main/assets/bin/installer.sh

# Set proper permission
chmod a+x installer.sh

# Run the installer script
./installer.sh
        

Usage


# Streaming (default)
./ai Tell me about yourself.

# Non-streaming mode
./ai Tell me about yourself. --no-stream