• Stars
    star
    1,583
  • Rank 28,387 (Top 0.6 %)
  • Language
    C++
  • License
    GNU General Publi...
  • Created over 1 year ago
  • Updated about 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Developer environments you can take with you

Developer environments you can take with you

โ€ƒ Discourse โ€ƒ | โ€ƒ Documentation โ€ƒ | โ€ƒ Blog โ€ƒ | โ€ƒ Twitter โ€ƒ | โ€ƒ Slack โ€ƒ

GitHub PRs Welcome flox version

Flox 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) that contains more than 80.000 packages.

With flox you can:
โ†’ Create environments
โ†’ Share your environments with others
โ†’ Build container images
โ†’ ... and much more

โšก๏ธ Quick start

$ 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 and answer your questions! You can always reach out to us directly via the Flox twitter account or chat with us directly on Slack.

๐Ÿค Found a bug? Missing a specific feature?

Feel free to file a 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 first.

๐Ÿชช License

The Flox CLI is licensed under the GPLv2. See LICENSE.