[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-75899":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":16,"stars30d":16,"stars90d":16,"forks30d":16,"starsTrendScore":16,"compositeScore":17,"rankGlobal":10,"rankLanguage":10,"license":18,"archived":19,"fork":19,"defaultBranch":20,"hasWiki":21,"hasPages":19,"topics":22,"createdAt":10,"pushedAt":10,"updatedAt":23,"readmeContent":24,"aiSummary":25,"trendingCount":16,"starSnapshotCount":16,"syncStatus":26,"lastSyncTime":27,"discoverSource":28},75899,"zero","vercel-labs\u002Fzero","vercel-labs","The programming language for agents","https:\u002F\u002Fzerolang.ai",null,"C",2790,172,10,17,0,28.71,"Apache License 2.0",false,"main",true,[],"2026-06-12 02:03:37","# Zero\n\nZero is an experiment in building an agent-first programming language.\n\nThe 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.\n\nZero 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.\n\nSecurity 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.\n\n## What Zero Is Aiming For\n\n- Agent-first learnability: a small, regular language surface that agents can pick up quickly from examples, docs, and compiler feedback.\n- Standard-library depth: common capabilities should live in documented, coherent library APIs instead of scattered dependency stacks.\n- Deterministic tooling: diagnostics, graph facts, size reports, explanations, and fix plans should be structured enough for agents to inspect and act on.\n- Direct developer experience: checking, running, formatting, inspecting, and repairing code should be fast, copyable, and scriptable.\n- 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.\n\n## Quick Start\n\nInstall the latest release:\n\n```bash\ncurl -fsSL https:\u002F\u002Fzerolang.ai\u002Finstall.sh | bash\nexport PATH=\"$HOME\u002F.zero\u002Fbin:$PATH\"\nzero --version\n```\n\nCheck a program:\n\n```bash\nzero check examples\u002Fhello.0\n```\n\nRun a small executable:\n\n```bash\nzero run examples\u002Fadd.0\n```\n\nExpected output:\n\n```text\nmath works\n```\n\n## Common Commands\n\n```bash\nzero check examples\u002Fhello.0\nzero run examples\u002Fadd.0\nzero build --emit exe --target linux-musl-x64 examples\u002Fadd.0 --out .zero\u002Fout\u002Fadd\nzero graph --json examples\u002Fsystems-package\nzero size --json examples\u002Fpoint.0\nzero skills get zero --full\nzero doctor --json\n```\n\n## Validation\n\n```bash\npnpm run docs:test\npnpm run conformance\npnpm run native:test\npnpm run command-contracts\n```\n\nBenchmarks run locally by default:\n\n```bash\npnpm run bench\n```\n","Zero 是一种专为智能体设计的实验性编程语言。它旨在通过简洁且规律的语言表面让智能体能够快速学习，并提供结构化的工具支持调试和修复，同时配备了一个功能全面的标准库来减少对外部依赖的需求。该语言目前处于不稳定阶段，持续进行重大调整以寻找最适合智能体的语言、库及工具模式。适用于探索新型软件开发方式的研究者或开发者，在非生产环境中测试新想法时使用。由于尚存在安全漏洞，不建议在处理敏感信息或关键基础设施上部署。",2,"2026-05-19 02:30:05","CREATED_QUERY"]