Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/flox/flox

Developer environments you can take with you
https://github.com/flox/flox

developer-tools development-environment nix package-manager virtual-environments

Last synced: about 2 months ago
JSON representation

Developer environments you can take with you

Awesome Lists containing this project

README

        






flox logo



Developer environments you can take with you



Discourse
  |  
Documentation
  |  
Blog
  |  
Twitter
  |  
Slack



GitHub


PRs Welcome


flox version


[Flox][website] is a virtual environment and package manager all in one. With Flox you
create environments that layer and replace dependencies just where
it matters, making them portable across the full software lifecycle.

Install packages from [the biggest open source repository
(nixpkgs)][post-nixpkgs] that contains **more than 80.000 packages**.

With `flox` you can:

→ [Create environments](https://flox.dev/docs/tutorials/creating-environments)

→ [Share your environments with others](https://flox.dev/docs/tutorials/sharing-environments)

→ [Build container images](https://flox.dev/docs/tutorials/sharing-environments/#sharing-with-containers)

→ [... and much more][docs]



install flox

## ⚡️ Quick start

``` text
$ flox init # <- Create an environment in current directory ✨.

$ flox search hello # <- Search for a package 🚀.

$ flox install hello # <- Install packages into current directory's environment 🔨.

$ flox activate # <- Enter the current directory's environment 🎆.

flox [my-project] $ hello # <- Have fun 🎉.
Hello world!

flox [my-project] $ exit # <- Exit environment 💃.
```

## ❓ Why

We all build software on top of a dynamic set of tools,
frameworks and packages, allowing us to move quickly and only
build what’s necessary. However, each new wave of dev tooling
innovation results in an entirely new set of dependencies that
need to be managed. What starts as a simple app or microservice
quickly grows complex, and
turns into a expanding and fragmented supply
chain. Flox brings reproducibility and consistency to complex
software development lifecycles.

## 📘 Origins

Flox began its life during the deployment of Nix at
the D. E. Shaw group, where it quickly proved invaluable
by making Nix easier for newcomers and offering centralized
control over packages. As a result, their successful project
became one of the largest, most impactful enterprise deployments
of Nix.

## 📫 Have a question? Want to chat? Ran into a problem?

We are happy to welcome you to our [Discourse forum][discourse] and answer your
questions! You can always reach out to us directly via the [Flox twitter
account][twitter] or chat with us directly on [Slack][slack].

## 🤝 Found a bug? Missing a specific feature?

Feel free to [file a new issue][new-issue] with a respective title and
description on the `flox/flox` repository. If you already found a solution
to your problem, we would love to review your pull request!

## ⭐️ Contribute

We welcome contributions to this project. Please read the [Contributor
guide](./CONTRIBUTING.md) first.

## 🪪 License

The Flox CLI is licensed under the GPLv2. See [LICENSE](./LICENSE).

[website]: https://flox.dev
[discourse]: https://discourse.flox.dev
[nix]: https://nixos.org
[basics]:https://flox.dev/docs
[share-envs]: https://flox.dev/docs/share-environments
[images]: docs/tutorials/sharing-environments/#sharing-with-containers
[docs]: https://flox.dev/docs
[twitter]: https://twitter.com/floxdevelopment
[slack]: https://go.flox.dev/slack
[new-issue]: https://github.com/flox/flox/issues/new/choose
[post-nixpkgs]: https://flox.dev/blog/nixpkgs