stable · 29 August 2026
Maran 0.1.0 — foundation
The first tagged version — the contract, the Rust agent skeleton, the C# monolith, the Vue shell, and the development environment.
Scaffolding rather than a product you would put in front of hosting customers. It is published as a release anyway, because everything after it is built on the decisions made here.
What it contains
- The contract between the panel and the root agent — the typed operations the two exchange over a unix socket.
- The Rust agent skeleton, including peer credential checks on its socket, so the agent knows which process is asking before it does anything.
- The C# modular monolith that became the panel.
- The Vue shell the interface is built in.
- The development environment and CI.
What it does not contain
Any of the hosting features. Accounts, websites, PHP pools, SSL, databases, file transfer, backups, the firewall and monitoring were all built after this tag and are not part of it. They are on the way to the first feature release; see releases for what is published.