tvl-depot/tvix/website/landing-en.md
Florian Klink 6015604bd8 docs(tvix) sync readme and website component listing, extend
These existed with slightly similar descriptions in both places, and
castore and nar-bridge and castore were missing entirely.

Change-Id: I4794c18665e25ee1f812975b526ff27ce197d0af
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9453
Reviewed-by: Connor Brewster <cbrewster@hey.com>
Tested-by: BuildkiteCI
Autosubmit: flokli <flokli@flokli.de>
2023-09-24 21:45:13 +00:00

1.7 KiB

A candy bar in different shades of blue that says 'Tvix by TVL' on it


Tvix is a new implementation of Nix, a purely-functional package manager. It aims to have a modular implementation, in which different components can be reused or replaced based on the use-case.

Tvix is developed as a GPLv3-licensed open-source project by TVL, with source code available in the TVL monorepo.

There are several projects within Tvix, such as:

  • //tvix/castore - subtree storage/transfer in a content-addressed fashion
  • //tvix/cli - preliminary REPL & CLI implementation for Tvix
  • //tvix/eval - an implementation of the Nix programming language
  • //tvix/nar-bridge - a HTTP webserver providing a Nix HTTP Binary Cache interface in front of a tvix-store
  • //tvix/nix-compat - a Rust library for compatibility with C++ Nix, features like encodings and hashing schemes and formats
  • //tvix/serde - a Rust library for using the Nix language for app configuration
  • //tvix/store - a "filesystem" linking Nix store paths and metadata with the content-addressed layer
  • ... and a handful others!

The language evaluator can be toyed with in Tvixbolt, and you can check out the Tvix README (GitHub mirror) for additional information on the project and development workflows.

Developer documentation for some parts of Tvix is available online.


Check out the latest Tvix-related blog posts from TVL's website: