Nido is the control plane I built to run everything I do. One Rust binary: a CLI in my terminal and, from the same crates, signed microservices in Kubernetes. Every build, test, deploy and agent task goes through it — including a multi-CLI harness where Claude, Codex, Kimi and Gemini work as parallel coding agents on one shared task board. Nido is a personal project, built on my own time and my own hardware; it is currently being prepared for release under Securanido. The fully open-source slice today is ParkHub.
Full write-up and release countdown: securanido.com.
- Nido — a Rust workspace of 140+ crates where a service is both a local subcommand and a signed Kubernetes microservice. Same code, two runtimes: guarded builds, task board, handoffs, releases, MCP automation. Private home lab in Germany, end to end.
- A multi-CLI agent harness — Claude, Codex, Kimi and Gemini run as parallel coding agents inside the same control plane, coordinating through one shared task board with worktree isolation, a PSI-aware build queue, and per-agent capability guards.
- An AI-first phone OS on a Linux mainline handset — postmarketOS, a Rust-native UI, and an on-device LLM running the same agent runtime as the cluster. The phone is a first-class target of the platform, not a companion app.
- A multi-agent fleet coordinating over an A2A v1.0 bus (NATS JetStream integration in progress) across Anthropic, Google, and local Ollama.
| Project | What | Stack |
|---|---|---|
| parkhub-rust | Self-hosted parking management | Axum · Astro 6 · React 19 · MIT |
| parkhub-php | Same product for shared hosting | Laravel 13 · PHP 8.4 · MIT |
| parkhub-site | ParkHub site | Astro 6 · GitHub Pages |
| nido-output-contract | nido.output.v1 JSON envelope contract |
Rust · Apache-2.0 |
| nido-llm-sdk | Provider-agnostic LLM interface, fallback chains | Rust · Apache-2.0 |
| nido-graphrag / nido-knowledge-graph | Knowledge-graph building + storage seam | Rust · Apache-2.0 |
| legal | GDPR Impressum & Datenschutz | HTML · GitHub Pages |
Both ParkHub editions share one product direction: the Rust build targets single-binary
self-hosting; the PHP build fits conventional shared hosting. The nido-* crates are the
first public pieces of the platform; the rest follows with the Securanido release.
Build, don't consume — Rust-native over npm-glue and SaaS lock-in. Self-hosted by default — bare-metal Kubernetes in Germany, GDPR-compliant, no foreign cloud. Production-grade from day one — mTLS, signed builds, SBOM attestations, not afterthoughts. Multi-vendor AI — Anthropic primary; OpenAI, Google, local Ollama fallback. Clean-room discipline — external tools are studied, then re-implemented natively; releases ship reviewed, license-clean code only.
Rust · TypeScript · PHP · Kubernetes · Cilium · Flux CD · PostgreSQL (CNPG) · Wolfi · Vault · SPIRE · cosign · Kyverno · OpenTelemetry · eBPF



