← back

sääl | wiring up the core
Jan 9, 2026

Quick update on sääl’s engineering progress. I’ve been focused on getting the wire-level core in place first, so there’s a solid, deterministic foundation before anything network-y or storage-y lands.

So far

The repo now has a saal-core crate that’s basically the minimal spec-compliant kernel:

There’s also a draft wire spec (wire-spec-v0.1.md) in the repo that mirrors what the code is doing. The idea is to keep spec and code aligned while the protocol is still fluid.

This is intentionally boring in a good way:

The goal is to keep the cryptographic and serialization layer boringly correct. Everything else can be built on top of that with confidence.

Current limits

This is still v0.1 groundwork:

That’s deliberate. I want the “object = canonical bytes + signature + deterministic ID” story to be rock-solid before the rest of the system starts depending on it.

What’s next

The next steps are about turning the core into something people can run and poke: