Skip to main content
New releases, improvements, and fixes across Flox, in reverse-chronological order. Subscribe to the RSS feed to follow along.
Flox CLI
v1.14.0

Auto-activation

Flox now prompts to auto-activate environments when your shell enters their directory, and deactivates them on the way out — packages, environment variables, shell aliases, and services all load with a single cd. See the auto-activation docs.

FloxHub personal access tokens

flox auth login accepts personal access tokens generated on your FloxHub profile page, supports non-interactive login via --token-file, and now stores credentials in your OS keychain instead of plain text — existing tokens migrate automatically.

Also in this release

  • Trust every environment from an organization at once with flox config --set 'trusted_environments.myorg/*' trust.
  • Packages that ship etc/profile.d scripts have them sourced on activation.
  • flox build update-catalogs is deprecated — catalog inputs for Nix expression builds now resolve and lock automatically during flox build and flox publish.
See the v1.14.0 release notes.
Flox skills
v1.0.0

Flox skills v1.0.0

Expert Flox guidance for your AI coding agent: the flox skill creates and manages reproducible environments, and floxify onboards an existing repo — it detects runtimes, package managers, and services, then writes the manifest so flox activate is the only setup a new developer needs. Works with Claude Code, Codex, and any agent supporting the skills.sh standard. See the v1.0.0 release notes.
Flox CLI
v1.13.2

Auto-activate improvements

Declining the auto-activation prompt is now remembered, re-allowed environments return to their correct position in the activation stack, and the prompt no longer hangs on fish. (Experimental — enable with flox config --set features.auto_activate true.)

Custom catalogs in flox run

flox run -p owner/pkg -- ... now runs packages from custom catalogs using an authenticated download path.See the v1.13.2 release notes for the full list of fixes.
Flox CLI
v1.13.1

Run packages without an environment

flox run -p <package> -- <command> resolves, downloads, and executes a Flox Catalog package in a single step — no environment required. Packages not in the binary cache, such as unfree packages, build from source automatically.

Containerize dev or run directly

flox containerize accepts --mode to containerize the dev or run environment without editing the manifest, and flox build import-nixpkgs gains --stability to select the nixpkgs revision used for the import.See the v1.13.1 release notes.
Flox CLI
v1.13.0

flox deactivate

Leave an active environment and return your shell to its previous state without closing it, plus a new profile.deactivate section for scripts that run on the way out.

Build sandbox levels

Manifest builds add warn and enforce sandbox levels alongside off and pure, with a sandbox-allow list for files outside the build closure.

Faster, clearer environment operations

flox upgrade output now separates version changes from same-version rebuilds, flox activate skips re-locking environments that are already current, and environment creation uses one nix build invocation per build-and-link cycle instead of three.See the v1.13.0 release notes.
Flox CLI
v1.12.2

Flox CLI v1.12.2

Manifest builds can now use git describe to set version strings, flox publish no longer triggers unnecessary rebuilds, and debug output gains color highlighting to make slow operations easier to spot. See the v1.12.2 release notes.
Flox CLI
v1.12.1

Default environment shortcut

The -D/--default flag references your default FloxHub environment in any command that accepts -r/--reference, replacing -r <user>/default.

Smarter install and publish

flox install <package>^<output> now appends outputs to packages that are already installed, and flox publish skips the rebuild and publish when the exact build has already been published.See the v1.12.1 release notes.
Flox CLI
v1.12.0

Services auto-start

Configure services to start automatically on activate.

Build catalog updates

flox build update-catalogs is now public with full docs.See the v1.12.0 release notes.
FloxHub

Package outputs on FloxHub

Browse and select package outputs on version and build pages on FloxHub.
FloxHub

Package deprecation notices

FloxHub shows deprecation info in search results and on package detail pages.
Flox CLI

Environment SBOMs

Export SPDX and CycloneDX compliance documents for your environments.
Flox CLI

CUDA 12.6 support

First-class GPU toolkit support in the catalog. Read more.
Flox CLI
v1.10.0
Package search is now 5x faster. See the v1.10.0 release notes.
Flox CLI
v1.9.1

Kerberos auth preview

Enterprise on-prem authentication, in preview. See the v1.9.1 release notes.
Flox CLI
v1.9.0

Node version detection

Flox auto-detects .node-version files. See the v1.9.0 release notes.
VS Code extension

VS Code extension

Manage Flox environments from VS Code. Read more.
MCP server

Flox Agentic MCP server

AI tool integration for Flox environments. Read more.
Flox CLI

Containerization

Export environments as Docker/OCI containers. Read more.
Flox CLI

Package SBOMs

Software bill of materials for packages.
FloxHub

Automated upgrades

Automatically upgrade packages in FloxHub-managed environments.
Kubernetes

Kubernetes support

Run Flox environments in Kubernetes. Read more.
Flox CLI

CUDA early access

NVIDIA CUDA lands in the Flox catalog. Read more.
Flox CLI
v1.7.0

Generations and rollback

Environment history and rollback. See the v1.7.0 release notes.
Flox CLI

Reproducible builds

Deterministic builds with Nix and Flox. Read more.
Flox CLI

Build and publish

Build packages and publish them to FloxHub. Read more.
Flox CLI

Environment composition

Compose environments with [include]. Read more.
Flox CLI

Python virtual environments

Reproducible Python with Flox. Read more.
Flox CLI

CI integration

Consistent CI environments with Flox. Read more.
Flox CLI

Environment layering

Stack environments on top of each other. Read more.
Flox CLI

Service management

Declarative services in your manifest. Read more.

Package groups

Conflict resolution made easy with package groups. Read more.
Flox CLI
v1.1.0

Catalog with 100k+ packages

Time-travel package search across the catalog. Read more.

Hooks and profiles

On-activate environment setup. See the v1.1.0 release notes.
Flox CLIFloxHub
v1.0.0

Flox 1.0 GA

Manifest-based dev environments. See the v1.0.0 release notes.

FloxHub launch

Push, pull, and share environments. Read more.