Jerboa
A secure, native, batteries-included language and runtime for building static binaries, network services, tools, and packages.
Built for Programs That Ship
Jerboa has a whole-program binary path, cross-build support, and a standard library shaped for real services.
Native Rust Boundary
Crypto, TLS, HTTP parsing, regex, compression, and selected OS features live behind one audited Rust native backend.
Security First
- rustls HTTPSD
- strict request framing
- Landlock, seccomp, Capsicum, seatbelt
Web and Network Stack
HTTP clients, HTTPS servers, fibers, WebSocket, DNS, SMTP, SSH, S3, gRPC, JSON-RPC, and routing are in-tree.
Tooling and Packages
One command dispatches the REPL, builder, package manager, MCP server, and LSP server.
It Speaks Jerboa
(import (jerboa prelude) (std net httpsd)) (def (main) (displayln "ship it"))