Skip to main content

Documentation Index

Fetch the complete documentation index at: https://www.jetify.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Example Repo

Adding Zig to your Project

devbox add zig, or add the following to your devbox.json
    "packages": [
        "zig@latest"
    ]
This will install the latest version of Zig. You can find other installable versions of Zig by running devbox search zig. You can also view the available versions on Nixhub Edit this page