Skip to content
@l1ne-company

l1ne company

fixing cloud computing

L1ne

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.

Pinned Loading

  1. l1ne l1ne Public

    Nix 8

  2. one-for-all one-for-all Public

    A Nix library for building projects. Never build twice thanks to incremental artifact caching.

    Nix

  3. website website Public

    L1ne Company has one duty: to fix cloud computing.

    TypeScript

  4. quic-zig quic-zig Public

    QUIC implementation in ZIG

    Zig

Repositories

Showing 9 of 9 repositories

Top languages

Loading…

Most used topics

Loading…