Skip to content
@false-systems

False Systems

Infrastructure software built for clarity. CI, observability, delivery, and operations — designed to work together.

False Systems

Infrastructure for answering one question after the fact: what did a non-human actor do, and under whose authority?

A log is a list of things that happened. Claiming that something did not happen needs a further fact — that the list is complete over the interval — and completeness is a property of the observer, not the observed. It is never itself an event, so it is never recorded. Coverage is the half of the record nobody stores.

Attribution has a second gap. Cloud providers issue principals; what acts is an actor, and the two map many-to-many. One shared service account can be five agents. A stolen signing key mints tokens indistinguishable from legitimate ones.

These repos are the parts of a record built to survive being read by someone who does not trust the party that produced it.

The record

repo what it is
ahti Append-only, tamper-evident evidence store. Rust. The substrate everything else writes to.
vartio Reconstructs actors, delegation chains and coverage from stored claims. Elixir.
jälki eBPF producer for process execution and socket activity — evidence that does not depend on a process describing itself.
syvä eBPF LSM enforcement. Experimental.

Useful on their own

Not everything here is part of a product. Some of it solves a problem cleanly enough to stand alone, needs nothing else from this list, and is published for that reason.

repo what it is
rauha Sealed execution zones — container-like isolation enforced in-kernel with eBPF.
sykli CI with an explicit execution-contract boundary.

Status

Early. Interfaces change. Nothing here is stable enough to build on without asking first.

Berlin & Helsinki · false-systems.com

Pinned Loading

  1. sykli-elixir sykli-elixir Public

    The contract layer between AI agents and the work they execute.

    Elixir 10 1

  2. tapio tapio Public

    Opinionated eBPF observer that turns selected Linux kernel failure facts into structured anomaly evidence.

    Rust 11

  3. syva syva Public

    Node-local eBPF enforcement that isolates workload zones with BPF-LSM on the Linux syscall path.

    Rust 11

Repositories

Showing 10 of 12 repositories
  • sykli Public

    Content-addressed evaluator for declared work graphs, with delta selection, caching, and repository-bound receipts.

    false-systems/sykli's past year of commit activity
    Rust 1 MIT 0 3 0 Updated Sep 10, 2026
  • sykli-elixir Public

    The contract layer between AI agents and the work they execute.

    false-systems/sykli-elixir's past year of commit activity
    Elixir 10 MIT 1 11 0 Updated Sep 10, 2026
  • rauha Public

    Agent sandbox runtime for bounded, observable, auditable execution zones on Linux and macOS.

    false-systems/rauha's past year of commit activity
    Rust 28 MIT 0 5 1 Updated Sep 10, 2026
  • kulta Public

    Gateway API-native progressive delivery controller in Rust. Canary rollouts without service mesh.

    false-systems/kulta's past year of commit activity
    Rust 2 0 0 0 Updated Sep 10, 2026
  • rauta Public

    AI-native Kubernetes API gateway. Lock-free Rust proxy with MCP tools, diagnostics engine, and CLI. Part of FALSE Systems.

    false-systems/rauta's past year of commit activity
    Rust 7 Apache-2.0 1 5 12 Updated Sep 10, 2026
  • nopea Public

    AI-native deployment tool with memory — learns from every deploy

    false-systems/nopea's past year of commit activity
    Elixir 5 0 0 1 Updated Sep 10, 2026
  • jalki Public

    Ask the Linux kernel what went wrong: Jälki selects eBPF probes, collects structured events, and interprets the evidence.

    false-systems/jalki's past year of commit activity
    Rust 28 0 1 0 Updated Sep 10, 2026
  • syva Public

    Node-local eBPF enforcement that isolates workload zones with BPF-LSM on the Linux syscall path.

    false-systems/syva's past year of commit activity
    Rust 11 Apache-2.0 0 21 1 Updated Sep 10, 2026
  • tapio Public

    Opinionated eBPF observer that turns selected Linux kernel failure facts into structured anomaly evidence.

    false-systems/tapio's past year of commit activity
    Rust 11 MIT 0 2 1 Updated Aug 30, 2026
  • false-agent-protocol Public

    Versioned runtime contracts for composing False Systems products

    false-systems/false-agent-protocol's past year of commit activity
    Rust 0 0 0 0 Updated Aug 21, 2026

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Rust Elixir