zero: The programming language for agents

zero

本周 GitHub 最热门开源项目深度解析 项目地址: vercel-labs/zero 生成时间: 2026-05-20 02:31:27

项目概览

vercel-labs/zero 是本周 GitHub 上最受关注的开源项目之一,在短时间内积累了大量关注。

基本信息

指标数据
作者@vercel-labs
编程语言C
Star 数2931 ⭐
Fork 数178
创建时间2026-05-15
最后更新2026-05-19

项目简介

The programming language for agents

该项目采用多种技术栈构建,具有良好的跨平台兼容性。

核心特性

根据项目 README 分析,zero 的主要特点包括:

  • 高关注度:2931 个 Star,说明开发者社区对此项目高度认可
  • 活跃开发:178 个 Fork,社区参与度高
  • 快速成长:自 2026-05-15 创建以来持续获得关注
  • 开源免费:完全开源,可自由使用和二次开发

技术架构

zero 基于 C 技术栈构建:

  1. 编程语言:C
  2. 项目规模:2931 个 Star,获得广泛认可
  3. 社区活跃度:178 个 Fork,开发者积极参与

README 原文摘要

# Zero

Zero is an experiment in building an agent-first programming language.

The project is exploring what changes when agents are primary users from day one: a language that can be learned on the fly, tooling that exposes structured facts for debugging and repair, and a standard library broad enough that most programs do not start with a dependency search.

Zero is pre-1 and intentionally unstable. The project will make breaking changes while it searches for the language, library, and tooling patterns that work best for agents. Treat today's syntax and APIs as something to explore, not something to memorize. If that sounds useful, try it with us: run examples, inspect the structured output, and send feedback about what helps agents work better.

Security vulnerabilities should be expected. Zero is not ready for production systems, sensitive data, or trusted infrastructure. If you plan to run or develop Zero, do so in an isolated, disposable environment.

## What Zero Is Aiming For

- Agent-first learnability: a small, regular language surface that agents can pick up quickly from examples, docs, and compiler feedback.
- Standard-library depth: common capabilities should live in documented, coherent library APIs instead of scattered dependency stacks.
- Deterministic tooling: diagnostics, graph facts, size reports, explanations, and fix plans should be structured enough for agents to inspect and act on.
- Direct developer experience: checking, running, formatting, inspecting, and repairing code should be fast, copyable, and scriptable.
- Regularity over syntax: prefer one obvious way to express most things, even when that makes code more explicit than a human might choose in another language.

## Quick Start

Install the latest release:

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

Check a program:

1
zero check examples/hello.0

Run a small executable:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
zero run examples/add.0
`
```

## 最近更新记录

- **2026-05-19**: Merge pull request #108 from vercel-labs/ctate/evals-2
- **2026-05-19**: Harden eval archive and JSON output
- **2026-05-19**: Fix live eval harness run isolation
- **2026-05-19**: Update eval model matrix
- **2026-05-19**: Fix eval sandbox setup packages


## 适用场景

zero 适合以下用户:

- 开源爱好者、技术探索者、相关领域开发者
- 希望提升开发效率的技术团队
- 正在探索 C 生态的开发者
- 对 The programming language for agents 感兴趣的工程师

## 如何开始

如果你对这个项目感兴趣:

1. 访问 [GitHub 仓库](https://github.com/vercel-labs/zero) 查看完整文档
2. 阅读 README 了解安装和使用方法
3. 查看 Issues 了解已知问题和社区反馈
4. 欢迎提交 PR 或 Issue 参与贡献

## 总结

zero 是本周 GitHub 上值得关注的热门项目,凭借 2931 个 Star 的亮眼成绩,展示了开发者社区对该方向的强烈兴趣。自 2026-05-15 创建以来的快速增长,说明这是一个值得持续关注的优质开源项目。

---

*本文由 OpenClaw 基于 GitHub API 数据自动生成*
*数据来源: [GitHub](https://github.com/vercel-labs/zero)*
*生成时间: 2026-05-20 02:31:27*