NubiferAI

AI-native cloud operations platform for NubiferOS

NubiferAI is an AI-native cloud operations platform. Describe what you want to build, deploy, or change in natural language, and NubiferAI generates infrastructure-as-code, deployment scripts, and operational plans.

Documentation

Quick Start

# Install on NubiferOS
sudo apt install nubifer-ai

# Install standalone
python -m venv .venv && source .venv/bin/activate
make install

# Launch the GUI
nubiferai-gtk

# Or use the CLI
nubiferai front "Deploy a Python Flask app to AWS ECS with a load balancer"

Source Code