descriptionGeneral-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
homepage URLhttps://ziglang.org
repository URLhttps://github.com/ziglang/zig.git
ownerme@lvmn.org
last changeMon, 20 May 2024 21:36:07 +0000 (20 17:36 -0400)
last refreshTue, 21 May 2024 06:45:38 +0000 (21 08:45 +0200)
content tags
add:
README.md

ZIG

A general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.

https://ziglang.org/

Documentation

If you are looking at this README file in a source tree, please refer to the Release Notes, Language Reference, or Standard Library Documentation corresponding to the version of Zig that you are using by following the appropriate link on the download page.

Otherwise, you're looking at a release of Zig, and you can find documentation here:

Installation

A Zig installation is composed of two things:

  1. The Zig executable
  2. The lib/ directory

At runtime, the executable searches up the file system for the lib/ directory, relative to itself:

In other words, you can unpack a release of Zig anywhere, and then begin using it immediately. There is no need to install it globally, although this mechanism supports that use case too (i.e. /usr/bin/zig and /usr/lib/zig/).

Building from Source

Ensure you have the required dependencies:

Then it is the standard CMake build process:

mkdir build
cd build
cmake ..
make install

For more options, tips, and troubleshooting, please see the Building Zig From Source page on the wiki.

Building from Source without LLVM

In this case, the only system dependency is a C compiler.

cc -o bootstrap bootstrap.c
./bootstrap

This produces a zig2 executable in the current working directory. This is a "stage2" build of the compiler, without LLVM extensions, and is therefore lacking these features:

However, a compiler built this way does provide a C backend, which may be useful for creating system packages of Zig projects using the system C toolchain. In such case, LLVM is not needed!

Contributing

Donate monthly.

Zig is Free and Open Source Software. We welcome bug reports and patches from everyone. However, keep in mind that Zig governance is BDFN (Benevolent Dictator For Now) which means that Andrew Kelley has final say on the design and implementation of everything.

One of the best ways you can contribute to Zig is to start using it for an open-source personal project.

This leads to discovering bugs and helps flesh out use cases, which lead to further design iterations of Zig. Importantly, each issue found this way comes with real world motivations, making it straightforward to explain the reasoning behind proposals and feature requests.

You will be taken much more seriously on the issue tracker if you have a personal project that uses Zig.

The issue label Contributor Friendly exists to help you find issues that are limited in scope and/or knowledge of Zig internals.

Please note that issues labeled Proposal but do not also have the Accepted label are still under consideration, and efforts to implement such a proposal have a high risk of being wasted. If you are interested in a proposal which is still under consideration, please express your interest in the issue tracker, providing extra insights and considerations that others have not yet expressed. The most highly regarded argument in such a discussion is a real world use case.

For more tips, please see the Contributing page on the wiki.

Community

The Zig community is decentralized. Anyone is free to start and maintain their own space for Zig users to gather. There is no concept of "official" or "unofficial". Each gathering place has its own moderators and rules. Users are encouraged to be aware of the social structures of the spaces they inhabit, and work purposefully to facilitate spaces that align with their values.

Please see the Community wiki page for a public listing of social spaces.

shortlog
9 hours ago Ridai Govinda... cmake/llvm: Don't unset LLVM_CONFIG_EXEmaster
11 hours ago Andrew Kelleyupdate libcxx and libcxxabi to llvm 18.1.6
15 hours ago Alex Kladovstd: align PriorityQueue and ArrayList API-wise
17 hours ago Veikka TuominenTarget: add OpenHarmonyOS ABI
19 hours ago Andrew KelleyMerge pull request #19969 from BratishkaErik/CMake...
19 hours ago Jacob YoungBuild.Step.Run: fix cache management when there are...
19 hours ago Andrew KelleyMerge pull request #19987 from Frojdholm/fix-gpa-double...
19 hours ago february cozzocreaMinor follow-up improvements to PR #19227 for aro trans...
20 hours ago Wes Koerberfix: incorrect field sizes in std.os.linux.ifmap
2 days ago Hampus Fröjdholmgpa: Fix GeneralPurposeAllocator double free stack...
2 days ago Hampus Fröjdholmgpa: Add helper to calculate size class of empty buckets
5 days ago Eric JoldasovCMake: try to fix CI failures
6 days ago Eric JoldasovCMake: remove `ZIG_USE_CCACHE` option
6 days ago Eric JoldasovCMake: refactor `ZIG_PIE` and `ZIG_BUILD_ARGS`
6 days ago Eric JoldasovCMake: clean `CMAKE_{SOURCE,BUILD}_DIR`
6 days ago Eric JoldasovCMake: remove C/C++ flags override for static executable
...
tags
4 weeks ago 0.12.0 Release 0.12.0
9 months ago 0.11.0 Release 0.11.0
16 months ago 0.10.1 Release 0.10.1
18 months ago 0.10.0 Release 0.10.0
2 years ago 0.9.1 Release 0.9.1
2 years ago 0.9.0 Release 0.9.0
2 years ago 0.8.1 Release 0.8.1
2 years ago 0.8.0 Release 0.8.0
3 years ago 0.7.1 Release 0.7.1
3 years ago 0.7.0 Release 0.7.0
4 years ago 0.6.0 Release 0.6.0
4 years ago 0.5.0 Release 0.5.0
5 years ago 0.4.0 Release 0.4.0
5 years ago 0.3.0 Release 0.3.0
6 years ago 0.2.0 Release 0.2.0
6 years ago 0.1.1 Release 0.1.1
...
heads
9 hours ago master
8 days ago ci-scripts
10 days ago json-diagnostics
2 weeks ago groovebasin
2 weeks ago progress
2 weeks ago 0.12.x
6 weeks ago visionos
2 months ago linux-type-safety
2 months ago more-doctests
3 months ago rework-comptime-mutation
3 months ago 0.11.x
8 months ago ci-perf-comment
10 months ago stage2-async
16 months ago 0.10.x
18 months ago generic-instantiation-failure
20 months ago autofix
...