Command Line

ABUZ8 CLI

The terminal interface to ABUZ8 OS — build, run, and manage your local AI stack without leaving the command line. It ships with ABUZ8 OS early access; a public standalone package is on the roadmap.

Early Access Local-first No subscription
Request Early Access Use the Free Browser Tools
Straight talk: the ABUZ8 CLI is not on npm, PyPI, or crates.io today, and there is no public download of ABUZ8 OS. It is early access only — request an invite and we set you up directly. Everything below is the command surface we are building toward, shown so you know exactly what you are requesting. Public packages and repos are tracked on the roadmap.

Installation Early Access

Today the CLI arrives as part of ABUZ8 OS early access — no package manager involved. Public distribution via npm, pip, and cargo is planned but not live; when it ships, the real install commands will be published here and on the roadmap.

  1. Request access

    Tell us what you want to build at the request page. Every entry is read by a human.

  2. Get set up directly

    If we can serve you honestly, we reply with the current build and walk you through setup on your machine.

  3. Run locally

    Everything executes on your own hardware. Local-first, no subscription.

Planned Command Surface Roadmap Preview

These examples show the design of the CLI — what commands are meant to do inside ABUZ8 OS. They are a preview, not a public tool you can run today.

🎨 Generate Image

abuz8 image "a futuristic city" --style cyberpunk

Generate images with local engines, straight from the terminal.

✍️ Write Content

abuz8 write --topic "AI agents" --tone professional

Draft blog posts, ads, and emails with local models.

🎵 Create Music

abuz8 music --genre "electronic" --mood "energetic"

Generate music by genre and mood.

🎬 Create Video

abuz8 video --prompt "drone shot of mountains" --duration 30

Create video from text or images.

🤖 Run Agent

abuz8 agent "customer_support" --query "How do I reset my password?"

Run agent workflows from the ABUZ8 OS agent library.

🔍 Search & Research

abuz8 search "AI agents 2026" --max-results 20

Search the web, extract content, summarize.

Common Commands Roadmap Preview

# List all available tools
abuz8 tools list

# Get help for a specific tool
abuz8 tools help image

# Run a tool with custom parameters
abuz8 tools run image --prompt "a cat" --width 1024 --height 1024

# Generate output to file
abuz8 image "a dog" --output ./output.png

# Monitor progress
abuz8 monitor --watch

# View logs
abuz8 logs --tail 50

# Update CLI
abuz8 update

# Check status
abuz8 status

Configuration Roadmap Preview

Configuration is designed around environment variables or a config file:

# Environment variables
export ABUZ8_API_KEY="your-key"
export ABUZ8_MODEL="default"
export ABUZ8_OUTPUT_DIR="./output"

# Config file (~/.abuz8/config.yaml)
api_key: your-key
model: default
output_dir: ./output
rate_limit: 100

Example Workflows Roadmap Preview

📝 Blog Post Generator

abuz8 write \
  --topic "How to build AI agents" \
  --tone "educational" \
  --length "long" \
  --output ./blog-post.md

🎨 Social Media Graphics

abuz8 image \
  "modern social media post about AI" \
  --style "minimal" \
  --width 1200 \
  --height 630 \
  --output ./social-media.png

📊 Data Analysis

abuz8 analyze \
  --file ./data.csv \
  --type "summary" \
  --output ./analysis.md

Want it real, today?

Two honest paths: over 180 free tools already run in your browser at tools — no install, no signup. And ABUZ8 OS early access is open by request: tell us what you want to build and we reply when we can deliver it honestly.