> ## 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.

# Zig

> Zig projects can be run in Devbox by adding Zig and Nimble to your project.

[**Example Repo**](https://github.com/jetify-com/devbox/tree/main/examples/development/zig/zig-hello-world)

## Adding Zig to your Project[​](#adding-zig-to-your-project "Direct link to Adding Zig to your Project")

`devbox add zig`, or add the following to your `devbox.json`

```json theme={null}
    "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](https://www.nixhub.io/packages/zig)

[Edit this page](https://github.com/jetify-com/docs/tree/main/docs/devbox/devbox-examples/languages/zig/index.mdx)
