Getting Started with NubiferAI
Installation, first launch, and your first nucleation
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.
# Install (standalone)
pip install nubiferai
# Or via NubiferOS
nubi addon install nubiferai
# Launch the GUI
nubiferai-gtk
# Or use the CLI
nubiferai nucleate "Deploy a Python Flask app to AWS ECS with a load balancer"
| Concept | Description |
|---|---|
| Nucleation | A structured plan of cloud actions generated by AI |
| Seed | An AI persona specialized for a cloud domain (AWS, Terraform, Kubernetes, etc.) |
| Precipitate | Execute a nucleation — run the generated infrastructure changes |
| NubiferTrail | Audit log of all nucleations and executions |
| Safety Classification | Controls what operations are allowed (sandbox/development/staging/production) |
NubiferAI provides two interfaces:
nubiferai-gtk) — GTK4/libadwaita desktop application with visual seed browsing, provider configuration, and live execution outputnubiferai) — Terminal interface with Rich formatting, ideal for scripting and SSH sessionsInstallation, first launch, and your first nucleation
Setting up Claude, OpenAI, Ollama, and AWS Bedrock
Walkthrough of the NubiferAI GTK desktop application
AI personas for different cloud tasks
Using NubiferAI within NubiferOS workspaces