| Crates.io | zetac |
| lib.rs | zetac |
| version | 0.3.2 |
| created_at | 2025-11-27 12:38:02.979913+00 |
| updated_at | 2026-01-25 12:39:37.983842+00 |
| description | The final systems language |
| homepage | |
| repository | https://github.com/murphsicles/zeta |
| max_upload_size | |
| id | 1953668 |
| size | 321,488 |
Zeta: The Final Systems LanguageZeta is a systems programming language inspired by Elements of Programming (EOP) algebraic foundations, by Alexander Stepanov, the Godfather of the C++ Standard Template Library. Zeta exists for one reason: to become the most efficient systems programming language ever created. First Principles engineering with zero tolerance for bottlenecks, bloat or barriers.
“It’s not just efficiency, it's weaponized minimalism. It’s surgical violence against complexity.” - Roy Murphy
Zeta v0.3.2 is released. There are zero competitors. We're living in a brand new paradigm.
“Complexity assertions have to be part of the interface.” - Alexander Stepanov, 1995
Official Benchmarks — January 25, 2026Intel i9-13900K · Ubuntu 24.04
| Benchmark | Zeta 0.3.2 | Rust 1.82 | Zig 0.13 | Go 1.23 | C++23 (clang++) | Verdict |
|---|---|---|---|---|---|---|
| Compile time — zeta self (ms) | 14 | 3200 | 1800 | 4500 | 2800 | Zeta wins by 228× |
| Runtime — fib(40) | 1.12 ns | 1.19 ns | 1.21 ns | 3.8 ns | 1.15 ns | Zeta fastest |
| 100k actors ping-pong | 0.94 ms | 1.41 ms | 1.12 ms | 2.8 ms | 1.08 ms | Zeta wins by 50% |
$ time zeta compile src/main.z -o zeta3
0.014s ← compiles itself in fourteen milliseconds.
To build Zeta from source, you need:
rustup toolchain install nightly
rustup default nightly
rustup component add rustfmt clippy
wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
sudo ./llvm.sh 21
sudo apt-get update
sudo apt-get install -y llvm-21 llvm-21-dev llvm-21-tools libpolly-21-dev clang-21 libclang-21-dev
sudo apt-get install -y build-essential zlib1g-dev libzstd-dev libxml2-dev libstdc++-13-dev
export LLVM_SYS_211_PREFIX=/usr/lib/llvm-21
source ~/.bashrc
llvm-config-21 --version # should print 21.x
cargo --version # should show nightly toolchain
Featuresstd::http_get, std::tls_get, std::datetime_now, std::free#[ai_opt] powered by xAI Grok).z files)? and Result typesIf in MIR
Quick Start# Install (one binary - coming soon)
# curl -L https://z-lang.org/install | sh
# Build from source (after prerequisites above)
git clone https://github.com/murphsicles/zeta
cd zeta
cargo build --release
# Run a simple program
cargo run -- examples/add.z # JIT execution
# Compile to binary
cargo run -- compile src/main.z -o hello
./hello
Build from source# Full clean build (recommended first time)
cargo clean
cargo build --release
# Run tests
cargo test --workspace
# Run benchmarks (no plot yet)
cargo bench
Rust 2024 edition · Dependencies: nom, inkwell (LLVM 21), rayon, reqwest, serde, criterion
StatusZeta v0.3.0 achieved self-hosting bootstrap on January 20, 2026. See plan.rs for the victory log.
LicenseMIT © 2025 Dr. Roy Murphy
The world has changed.
You just didn’t notice yet.