Software Packs
Software Packs are the apps you install on Nebari. Browse the catalog and pick the capabilities your team needs: dashboards, model serving, chat assistants, document analysis, and more. Every pack plugs into Nebari's single sign-on, routing, and TLS automatically, so users reach them through one secure entry point.
Installing a pack
The exact commands depend on the pack, but every pack follows the same three steps:
- Make sure your Nebari cluster is up and running.
- Follow the pack's install instructions, usually one command that adds it to your cluster.
- Open your cluster's landing page; the new capability appears there once it finishes installing.
Official packs
Packs maintained by OpenTeams and listed in the central Nebari registry.
| Pack | Description | Source |
|---|---|---|
| Chat | A team chat app with customizable AI agents, ready to use behind your Nebari single sign-on. | nebari-chat-pack |
| Data Science | JupyterHub with room to publish interactive apps alongside notebooks, behind your Nebari single sign-on. | nebari-data-science-pack |
| LGTM Observability | A unified observability stack for logs, metrics, traces, and dashboards on your Nebari cluster. | nebari-lgtm-pack |
| LLM Serving | A managed API for running large language models on your cluster, with per-model access control and rate limits. | nebari-llm-serving-pack |
| Longhorn Backup | Automatic snapshots and off-site backups for every volume on your cluster's default storage. | nebari-longhorn-backup-pack |
| MLflow | Experiment tracking and a model registry for your ML team, with Nebari single sign-on. | nebari-mlflow-pack |
| Nebi | Shared, reproducible Python and data science environments managed from a single CLI. | nebari-nebi-pack |
| Pi Coding Agent | AI-assisted coding inside your team's JupyterHub notebook sessions. | nebari-pi-coding-agent-pack |
| Provenance Collector | A compliance scanner that proves what's running on your cluster and where each piece came from. | nebari-provenance-collector-pack |
| Ray Serve | Distributed serving for ML models and Python apps, with autoscaling built in. | nebari-rayserve-pack |
| Superset | BI dashboards and ad-hoc data exploration through a web UI, behind your Nebari single sign-on. | nebari-superset-pack |
All packs above are maintained by nebari-dev and are considered official.
Community packs
A community pack is a Software Pack maintained outside OpenTeams. It follows the same structure as an official pack and can be installed on any Nebari cluster.
Want to share your pack with the Nebari community? See Build your own pack to get started.