Abstract. A reproducible model of software deployment allows systems to scale deterministically without relying on container runtimes or mutable environments, enabling a “build once, run anywhere” model within an agnostic multi-cloud paradigm. Containers simplify packaging but inherit the host kernel, depend on dynamic linking, and fragment reproducibility across platforms. L1ne introduces a containerless orchestration framework that manages workloads directly through systemd on NixOS, using Nix flakes as the single verifiable source of truth for both development and production. The control plane records and applies system state through immutable build artifacts stored in distributed object storage, allowing workloads to scale by reference rather than reconstruction. The prototype demonstrates this model on a single node, establishing the foundation for a distributed architecture that will coordinate through. By unifying build, deployment, integrated SRE, and runtime under one declarative definition, L1ne reduces configuration entropy and eliminates dependence on external orchestration layers. The system defines the basis for a NixOS-based ecosystem where infrastructure is reproducible by design and independent of proprietary cloud control planes.
l1ne company
fixing cloud computing
Pinned Loading
Repositories
Showing 9 of 9 repositories
- l1ne Public
l1ne-company/l1ne’s past year of commit activity - one-for-all Public
A Nix library for building projects. Never build twice thanks to incremental artifact caching.
l1ne-company/one-for-all’s past year of commit activity - .github Public
l1ne-company/.github’s past year of commit activity - sre Public
l1ne-company/sre’s past year of commit activity
Top languages
Loading…
Most used topics
Loading…