Zero: The Programming Language for Agents

0xCAP1 pts0 comments

GitHub - vercel-labs/zero: The programming language for agents · GitHub

/" data-turbo-transient="true" />

Skip to content

Search or jump to...

Search code, repositories, users, issues, pull requests...

-->

Search

Clear

Search syntax tips

Provide feedback

--><br>We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Cancel

Submit feedback

Saved searches

Use saved searches to filter your results more quickly

-->

Name

Query

To see all available qualifiers, see our documentation.

Cancel

Create saved search

Sign in

/;ref_cta:Sign up;ref_loc:header logged out"}"<br>Sign up

Appearance settings

Resetting focus

You signed in with another tab or window. Reload to refresh your session.<br>You signed out in another tab or window. Reload to refresh your session.<br>You switched accounts on another tab or window. Reload to refresh your session.

Dismiss alert

{{ message }}

vercel-labs

zero

Public

Notifications<br>You must be signed in to change notification settings

Fork<br>23

Star<br>527

main

BranchesTags

Go to file

CodeOpen more actions menu

Folders and files<br>NameNameLast commit message<br>Last commit date<br>Latest commit

History<br>23 Commits<br>23 Commits

.github/workflows

.github/workflows

benchmarks/zero

benchmarks/zero

bin

bin

compiler-zero

compiler-zero

conformance

conformance

docs-site

docs-site

examples

examples

extensions/vscode

extensions/vscode

native/zero-c

native/zero-c

scripts

scripts

skill-data

skill-data

skills/zero

skills/zero

tests

tests

.gitignore

.gitignore

AGENTS.md

AGENTS.md

CHANGELOG.md

CHANGELOG.md

README.md

README.md

package-lock.json

package-lock.json

package.json

package.json

View all files

Repository files navigation

Zero

Zero is the programming language for agents: a systems language for small native tools, explicit effects, predictable memory, and structured compiler output.

Zero is experimental and still changing. The compiler, standard library, docs, and examples are useful for trying the language and giving feedback, but the language is not stable yet.

Quick Start

Install the latest release:

curl -fsSL https://zerolang.ai/install.sh | bash<br>export PATH="$HOME/.zero/bin:$PATH"<br>zero --version

Check a program:

zero check examples/hello.0

Run a small executable:

zero run examples/add.0

Expected output:

math works

Learn Zero

docs-site/articles/getting-started.md: build the compiler and run a first program.

docs-site/articles/learn-zero.md: a practical tour of the language.

docs-site/articles/language-reference.md: syntax and behavior reference.

examples/README.md: examples grouped by concept.

Run the docs site locally:

npm run docs:dev

Common Commands

zero check examples/hello.0<br>zero run examples/add.0<br>zero build --emit exe --target linux-musl-x64 examples/add.0 --out .zero/out/add<br>zero graph --json examples/systems-package<br>zero size --json examples/point.0<br>zero routes --json examples/web/hello<br>zero skills get zero --full<br>zero doctor --json

Validation

npm run docs:test<br>npm run conformance<br>npm run native:test<br>npm run command-contracts

Benchmarks run locally by default:

npm run bench

Repository Layout

native/zero-c/: native compiler implementation.

compiler-zero/: Zero-authored compiler sources.

examples/: runnable Zero source examples.

conformance/: language and CLI behavior fixtures.

docs-site/: documentation site.

tests/: TypeScript tests for CLI behavior.

extensions/vscode/: editor syntax highlighting for .0 files.

About

The programming language for agents

zerolang.ai

Resources

Readme

Uh oh!

There was an error while loading. Please reload this page.

Activity

Custom properties

Stars

527<br>stars

Watchers

watching

Forks

23<br>forks

Report repository

Releases

v0.1.1

Latest

May 16, 2026

+ 1 release

Packages

Uh oh!

There was an error while loading. Please reload this page.

Contributors

Uh oh!

There was an error while loading. Please reload this page.

Languages

64.5%

JavaScript<br>28.9%

Shell<br>5.9%

Other<br>0.7%

You can’t perform that action at this time.

zero examples language docs compiler site

Related Articles