> ## Documentation Index
> Fetch the complete documentation index at: https://flox-docs-changelog-migration.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> What's new across the Flox CLI, FloxHub, and extensions

New releases, improvements, and fixes across Flox, in reverse-chronological
order. Subscribe to the [RSS feed](/changelog/rss.xml) to follow along.

<Update label="July 29, 2026" description="v1.14.0" tags={["Flox CLI"]}>
  ## 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](/concepts/auto-activation).

  ## 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](https://github.com/flox/flox/releases/tag/v1.14.0).
</Update>

<Update label="July 27, 2026" description="v1.0.0" tags={["Flox skills"]}>
  ## 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](https://skills.sh) standard. See the
  [v1.0.0 release notes](https://github.com/flox/flox-skills/releases/tag/v1.0.0).
</Update>

<Update label="July 14, 2026" description="v1.13.2" tags={["Flox CLI"]}>
  ## 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](https://github.com/flox/flox/releases/tag/v1.13.2)
  for the full list of fixes.
</Update>

<Update label="June 30, 2026" description="v1.13.1" tags={["Flox CLI"]}>
  ## 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](https://github.com/flox/flox/releases/tag/v1.13.1).
</Update>

<Update label="June 17, 2026" description="v1.13.0" tags={["Flox CLI"]}>
  ## `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](https://github.com/flox/flox/releases/tag/v1.13.0).
</Update>

<Update label="June 2, 2026" description="v1.12.2" tags={["Flox CLI"]}>
  ## 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](https://github.com/flox/flox/releases/tag/v1.12.2).
</Update>

<Update label="May 19, 2026" description="v1.12.1" tags={["Flox CLI"]}>
  ## 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](https://github.com/flox/flox/releases/tag/v1.12.1).
</Update>

<Update label="May 1, 2026" description="v1.12.0" tags={["Flox CLI"]}>
  ## 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](https://github.com/flox/flox/releases/tag/v1.12.0).
</Update>

<Update label="April 7, 2026" tags={["FloxHub"]}>
  ## Package outputs on FloxHub

  Browse and select package outputs on version and build pages on
  [FloxHub](https://hub.flox.dev/packages).
</Update>

<Update label="March 20, 2026" tags={["FloxHub"]}>
  ## Package deprecation notices

  FloxHub shows deprecation info in search results and on
  [package detail pages](https://hub.flox.dev/packages).
</Update>

<Update label="March 15, 2026" tags={["Flox CLI"]}>
  ## Environment SBOMs

  Export SPDX and CycloneDX compliance documents for your environments.
</Update>

<Update label="March 10, 2026" tags={["Flox CLI"]}>
  ## CUDA 12.6 support

  First-class GPU toolkit support in the catalog.
  [Read more](https://flox.dev/blog/deploying-hardened-flox-nvidia-cuda-stacks-in-minutes-not-hours/).
</Update>

<Update label="March 5, 2026" description="v1.10.0" tags={["Flox CLI"]}>
  ## Improved search

  Package search is now 5x faster. See the
  [v1.10.0 release notes](https://github.com/flox/flox/releases/tag/v1.10.0).
</Update>

<Update label="February 15, 2026" description="v1.9.1" tags={["Flox CLI"]}>
  ## Kerberos auth preview

  Enterprise on-prem authentication, in preview. See the
  [v1.9.1 release notes](https://github.com/flox/flox/releases/tag/v1.9.1).
</Update>

<Update label="February 1, 2026" description="v1.9.0" tags={["Flox CLI"]}>
  ## Node version detection

  Flox auto-detects `.node-version` files. See the
  [v1.9.0 release notes](https://github.com/flox/flox/releases/tag/v1.9.0).
</Update>

<Update label="January 30, 2026" tags={["VS Code extension"]}>
  ## VS Code extension

  Manage Flox environments from VS Code.
  [Read more](https://flox.dev/blog/reproducible-dev-environments-in-your-workflow-with-flox-and-vs-code/).
</Update>

<Update label="December 17, 2025" tags={["MCP server"]}>
  ## Flox Agentic MCP server

  AI tool integration for Flox environments.
  [Read more](https://flox.dev/blog/a-turnkey-toolkit-for-agentic-development-with-flox/).
</Update>

<Update label="December 15, 2025" tags={["Flox CLI"]}>
  ## Containerization

  Export environments as Docker/OCI containers.
  [Read more](https://flox.dev/blog/nix-and-containers-why-not-both/).
</Update>

<Update label="November 15, 2025" tags={["Flox CLI"]}>
  ## Package SBOMs

  Software bill of materials for packages.
</Update>

<Update label="October 20, 2025" tags={["FloxHub"]}>
  ## Automated upgrades

  Automatically upgrade packages in FloxHub-managed environments.
</Update>

<Update label="October 15, 2025" tags={["Kubernetes"]}>
  ## Kubernetes support

  Run Flox environments in Kubernetes.
  [Read more](https://flox.dev/blog/with-kubernetes-uncontained-flox-unlocks-faster-more-reproducible-workloads-on-k8s/).
</Update>

<Update label="September 15, 2025" tags={["Flox CLI"]}>
  ## CUDA early access

  NVIDIA CUDA lands in the Flox catalog.
  [Read more](https://flox.dev/blog/the-flox-catalog-now-contains-nvidia-cuda/).
</Update>

<Update label="August 15, 2025" description="v1.7.0" tags={["Flox CLI"]}>
  ## Generations and rollback

  Environment history and rollback. See the
  [v1.7.0 release notes](https://github.com/flox/flox/releases/tag/v1.7.0).
</Update>

<Update label="July 15, 2025" tags={["Flox CLI"]}>
  ## Reproducible builds

  Deterministic builds with Nix and Flox.
  [Read more](https://flox.dev/blog/reproducible-builds-made-simple-with-nix-and-flox/).
</Update>

<Update label="June 15, 2025" tags={["Flox CLI"]}>
  ## Build and publish

  Build packages and publish them to FloxHub.
  [Read more](https://flox.dev/blog/introducing-flox-build-and-publish/).
</Update>

<Update label="April 15, 2025" tags={["Flox CLI"]}>
  ## Environment composition

  Compose environments with `[include]`.
  [Read more](https://flox.dev/blog/layering-and-composing-flox-environments/).
</Update>

<Update label="February 15, 2025" tags={["Flox CLI"]}>
  ## Python virtual environments

  Reproducible Python with Flox.
  [Read more](https://flox.dev/blog/create-and-ship-reproducible-development-environments-for-python-with-flox/).
</Update>

<Update label="October 15, 2024" tags={["Flox CLI"]}>
  ## CI integration

  Consistent CI environments with Flox.
  [Read more](https://flox.dev/blog/integrating-flox-with-ci-for-consistent-reproducible-dev-environments/).
</Update>

<Update label="September 15, 2024" tags={["Flox CLI"]}>
  ## Environment layering

  Stack environments on top of each other.
  [Read more](https://flox.dev/blog/a-very-short-introduction-to-layering-in-flox/).
</Update>

<Update label="August 15, 2024" tags={["Flox CLI"]}>
  ## Service management

  Declarative services in your manifest.
  [Read more](https://flox.dev/blog/flox-1.3-simplified-service-management-with-flox).

  ## Package groups

  Conflict resolution made easy with package groups.
  [Read more](https://flox.dev/blog/conflict-resolution-made-easy-with-package-groups-in-flox/).
</Update>

<Update label="June 15, 2024" description="v1.1.0" tags={["Flox CLI"]}>
  ## Catalog with 100k+ packages

  Time-travel package search across the catalog.
  [Read more](https://flox.dev/blog/flox-1.1-time-travel-across-100k-nix-packages).

  ## Hooks and profiles

  On-activate environment setup. See the
  [v1.1.0 release notes](https://github.com/flox/flox/releases/tag/v1.1.0).
</Update>

<Update label="March 15, 2024" description="v1.0.0" tags={["Flox CLI", "FloxHub"]}>
  ## Flox 1.0 GA

  Manifest-based dev environments. See the
  [v1.0.0 release notes](https://github.com/flox/flox/releases/tag/v1.0.0).

  ## FloxHub launch

  Push, pull, and share environments.
  [Read more](https://flox.dev/blog/write-once-take-anywhere-home-away-from-home-with-floxhub/).
</Update>
