๐ฏ MISSION: Transform your terminal into a CYBERPUNK AI COMMAND CENTER!
- โก LIVE METRICS - CPU, Memory, Disk usage
- ๐ ANIMATED PROGRESS BARS with color-coded status
- ๐ญ SPINNING INDICATORS and pulse animations
- ๐ AUTO-REFRESH every 2 seconds
- ๐ 256-COLOR TERMINAL eye candy
- ๐ OLLAMA SERVER management
- ๐ OPEN WEBUI container orchestration
- ๐ง DOCKER ENGINE monitoring
- โ๏ธ ONE-CLICK OPERATIONS (start/stop/restart)
- ๐ HEALTH DIAGNOSTICS with detailed reports
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ ๐ค AI CONTROL CENTER - Live Dashboard โ Auto-Refresh: 2s โ
โ Real-time monitoring โข Status updates โข Resource tracking โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ง SERVICE STATUS โก SYSTEM RESOURCES
โค Ollama Service โ
ONLINE CPU Usage: 15.3%
โข PID: 12345 | Port: 11434 [โโโโโโโโโโโโโโโโโโโโ]
โข Status: Ready & Listening Memory: 8.2G/16G (51%)
[โโโโโโโโโโโโโโโโโโโโ]
โค Open WebUI โ
ONLINE Disk (/): 45G/100G (45%)
โข Port: 3210 | Container: Active [โโโโโโโโโโโโโโโโโโโโ]
โข URL: http://localhost:3210 Uptime: 2 days, 14:32
โค Docker Engine โ
RUNNING
โข Version: 24.0.7# 1๏ธโฃ Clone the repository
git clone https://github.com/yourusername/ai-control-center.git
cd ai-control-center
# 2๏ธโฃ Make it executable
chmod +x script.sh
# 3๏ธโฃ LAUNCH THE BEAST! ๐ฅ
./script.sh- โ Bash 4.0+ (The foundation of power)
- โ Docker (Container orchestration magic)
- โ Ollama (AI model serving excellence)
- โ Terminal with 256-color support
- โ Linux/macOS (Windows WSL2 compatible!)
| KEY | ACTION | DESCRIPTION |
|---|---|---|
1 |
๐ข START | Launch all AI services |
2 |
๐ด STOP | Gracefully shutdown services |
3 |
๐ RESTART | Full system refresh |
4 |
๐ LOGS | View detailed system logs |
5 |
๐ฉบ HEALTH | Complete diagnostics report |
6 |
๐ช EXIT | Close dashboard |
# ๐จ Color Customization
OLLAMA_PORT=11434 # Ollama service port
WEBUI_PORT=3210 # Open WebUI port
REFRESH_INTERVAL=2 # Dashboard refresh rate (seconds)
LOG_FILE="/tmp/ai_control_menu.log" # Log file location
# ๐ญ Visual Effects
LOADING_FRAMES=('โ ' 'โ ' 'โ น' 'โ ธ' 'โ ผ' 'โ ด' 'โ ฆ' 'โ ง' 'โ ' 'โ ')
PULSE_FRAMES=('โ' 'โ' 'โ' 'โ')
# ๐ Color Palette (256-color terminal support)
BRIGHT_CYAN='\033[1;96m'
BRIGHT_PURPLE='\033[1;95m'
BRIGHT_GREEN='\033[1;92m'
# ... and 20+ more colors!- CPU Usage Tracking with animated progress bars
- Memory Consumption visualization
- Disk Space monitoring with color-coded alerts
- Process Information (PID, CPU%, Memory%)
- Container Statistics for Docker services
- Background Service Control - Non-blocking operations
- Automatic Health Checks - Verify service availability
- Port Monitoring - Ensure proper network configuration
- Log Aggregation - Centralized logging system
- Status Persistence - Remember last actions
- Animated Loading Spinners - 10 frame animation cycle
- Color-Coded Status - Green=Good, Red=Alert, Yellow=Warning
- Progress Bars - Real-time resource visualization
- Unicode Symbols - Modern terminal aesthetics
- Responsive Layout - Adapts to terminal size
chmod +x script.sh
sudo ./script.sh # If system-level access needed# Install Docker (Ubuntu/Debian)
curl -fsSL https://get.docker.com -o get-docker.sh
sh get-docker.sh
# Add user to docker group
sudo usermod -aG docker $USER
newgrp docker# Manual Ollama installation
curl -fsSL https://ollama.com/install.sh | sh
# Start Ollama manually
ollama serve# Check terminal color support
echo $TERM
export TERM=xterm-256color# ๐ด Fork the repository
# ๐จ Create your feature branch
git checkout -b feature/AmazingFeature
# ๐ Commit your changes
git commit -m 'Add some AmazingFeature'
# ๐ Push to the branch
git push origin feature/AmazingFeature
# ๐ Open a Pull Request- ๐จ Follow the visual style - Keep the cyberpunk aesthetic
- ๐ง Test thoroughly - Ensure compatibility across systems
- ๐ Document features - Update README for new functionality
- ๐ Add color support - Maintain the rainbow terminal experience
MIT License - Because sharing is caring ๐
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ Made with ๐ by developers who believe terminals should be FUN โ
โ โ
โ Special thanks to: โ
โ ๐ค Ollama - For making AI accessible โ
โ ๐ณ Docker - For containerization magic โ
โ ๐ Open WebUI - For beautiful AI interfaces โ
โ ๐ The terminal color gods - For 256-color support โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Transform your boring terminal into a CYBERPUNK AI COMMAND CENTER!
Every great journey begins with a single ./script.sh
๐ซ "The future is now, and it's running in your terminal" ๐ซ
Click to reveal if you dare!
# ๐ญ Hidden Developer Mode
export AI_CONTROL_DEBUG=1
./script.sh
# ๐ Rainbow Mode
export RAINBOW_MODE=1
./script.sh
# ๐ Turbo Refresh (0.5s intervals)
export TURBO_MODE=1
./script.sh
# ๐ต ASCII Art Mode
export ASCII_ART=1
./script.sh"Those who discover the secrets unlock the true power of the AI Control Center" ๐ฎ


