NubiferAI
AI-native cloud operations platform for NubiferOS
Auto-synced
This documentation is synced from the NubiferAI repository. It refreshes automatically every 30 minutes.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
- Getting Started — Installation, first launch, and your first nucleation
- Providers — Setting up Claude, OpenAI, Ollama, and Bedrock
- GUI Application — Walkthrough of the GTK desktop application
- Seeds — AI personas for different cloud tasks
- NubiferOS Integration — Using NubiferAI within NubiferOS
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"