| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-25 | 3.3 kB | |
| v.1.15.0 source code.tar.gz | 2026-08-25 | 5.9 MB | |
| v.1.15.0 source code.zip | 2026-08-25 | 6.5 MB | |
| Totals: 3 Items | 12.4 MB | 0 | |
Features
- Added
hook.on-deactivateto the manifest. Theon-deactivatescript is run in Bash when the lastactivateof an environment exits. flox publishnow detects an already-published build before building the package, so re-publishing an unchanged source and closure returns immediately instead of paying for a full build first.flox servicewas added as an alias forflox services.- Added an
auth_notificationsconfig option. Set it tofalse(viaflox config --set auth_notifications falseorFLOX_AUTH_NOTIFICATIONS=false) to quiet the "You are not logged in to FloxHub" reminder. Commands that require authentication still fail with an explanation, and this does not control warnings about authentication when connecting to the catalog. - Unauthenticated users are now warned that resolving packages will require authentication to FloxHub in an upcoming release. See https://go.flox.dev/auth for more information. The warning appears only when the CLI actually contacts the catalog, and at most once every 8 hours. Use
-qto suppress it.
Fixes
- If an environment variable is set prior to activating an environment with a variable in
[vars], a second activation of that environment still sets the variable from[vars]. Closes https://github.com/flox/flox/issues/3761 - When activating an environment in one shell on top of a second environment but on top of a third environment in another shell, environment variables from the second environment no longer leak into the second shell.
- Experimental plugin scripts can now read variables set in the manifest's
[vars]section: activation sources Flox's own profile.d scripts first, then exports[vars], then sources plugin-provided profile.d scripts. A variable exported by a plugin script takes precedence over a same-named[vars]entry. - Clearer errors and guidance are now provided when packages and package outputs have file collisions.
- Locking a package whose
systemsnames a system missing fromoptions.systemsnow suggests adding that system tooptions.systems. flox pushnow works when temporary editor files are present in.flox/env.- fish and tcsh now honor
$FLOX_PROMPTwhenNO_COLORis set. flox buildnow fails with a source location when a Nix expression cannot be parsed or read, or when it uses the catalog namespace in a way that cannot be analyzed, instead of writing a lock with missing catalog inputs.
Download Links
- DEB (x86_64-linux)
- DEB (aarch64-linux)
- RPM (x86_64-linux)
- RPM (aarch64-linux)
- OSX (x86_64-darwin)
- OSX (aarch64-darwin)
[!NOTE] You can find the SHA256 checksums for Flox 1.15.0 and SHA512 checksums for Flox 1.15.0 online.