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.
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.
Tell us what you want to build at the request page. Every entry is read by a human.
If we can serve you honestly, we reply with the current build and walk you through setup on your machine.
Everything executes on your own hardware. Local-first, no subscription.
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.
abuz8 image "a futuristic city" --style cyberpunk
Generate images with local engines, straight from the terminal.
abuz8 write --topic "AI agents" --tone professional
Draft blog posts, ads, and emails with local models.
abuz8 music --genre "electronic" --mood "energetic"
Generate music by genre and mood.
abuz8 video --prompt "drone shot of mountains" --duration 30
Create video from text or images.
abuz8 agent "customer_support" --query "How do I reset my password?"
Run agent workflows from the ABUZ8 OS agent library.
abuz8 search "AI agents 2026" --max-results 20
Search the web, extract content, summarize.
# 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 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
abuz8 write \
--topic "How to build AI agents" \
--tone "educational" \
--length "long" \
--output ./blog-post.md
abuz8 image \
"modern social media post about AI" \
--style "minimal" \
--width 1200 \
--height 630 \
--output ./social-media.png
abuz8 analyze \
--file ./data.csv \
--type "summary" \
--output ./analysis.md
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.