Prerequisites
You need the following before you begin.- A Talos Enterprise Linux entitlement (either an Omni subscription or a standalone Talos Enterprise Linux support contract) with an organization provisioned on Enterprise Image Factory. If you cannot log in, contact support.
jq, cosign, and grype installed on your machine. On macOS or Linux with Homebrew, install all three with:
Standalone Talos Linux
Enterprise Image Factory offers two ways to get an enterprise image: through the browser wizard, or programmatically withcurl. Pick the tab that matches your workflow.
- UI
- CLI
Step 1: Log in to Enterprise Image Factory
The Enterprise Image Factory login screen asks for your work email and routes you to your organization’s identity provider.- Open factory.siderolabs.com in your browser.
- Enter your work email address. Enterprise Image Factory matches your email domain to your organization and redirects you to your identity provider.
- Complete sign-in. Most organizations use Google or a company SSO.
Step 2: Build a schematic and download artifacts
The wizard is identical tofactory.talos.dev. The difference is the Schematic Ready page: in the Enterprise Image Factory, it combines vulnerability scan results, SBOM, and VEX alongside the standard boot assets, all available to download from one screen.- Click through the wizard on the home page. Select your Talos version, CPU architecture, and any system extensions you need.
-
On the Schematic Ready page, download what you need:
- Vulnerability Scan: The scan runs automatically and combines the per-schematic SBOM with Siderolabs’ VEX data, so results are pre-filtered to CVEs that actually apply to your image. Download the full report in JSON, SARIF, CycloneDX, or table format from the links provided.
- Boot assets: This section lists every boot asset for your schematic: ISO, disk image (raw), disk image (qcow2), UKI, and initramfs image. Click the link for the asset type your environment requires.
- SBOM (SPDX): This section contains a direct download link for the per-schematic Software Bill of Materials in SPDX 2.3 format.
- VEX (Vulnerability Exploitability eXchange): This section contains a direct download link for the per-release VEX document.
Step 3: Boot your machine and create a cluster
With your boot asset downloaded, follow the standard Talos Linux setup to boot your machine and create a cluster.See the Getting Started with Talos Linux guide to continue from here.Via Omni
If you use Omni SaaS, enterprise images are handled automatically. No token management or factory setup is required on your part.omnictl media download already queries your Omni instance for the correct factory URL and credentials, so every ISO, disk image, and installer image it downloads is an enterprise build.
Clusters switch to enterprise images on their next upgrade. Any change that triggers a schematic rebuild will do: bumping the Talos version, adding or removing a system extension, or changing a kernel argument. On that upgrade, Omni checks whether an enterprise build exists for the target version (available for Talos 1.13 and later) and pulls it automatically. Until a cluster is upgraded, its machines continue running open-source Talos Linux.
To get started with Omni, follow the Getting Started with Omni guide. To move machines that are already running open-source Talos Linux to Talos Enterprise Linux, see Migrate Clusters to Talos Enterprise Linux.