YantraOS Logo
YantraOS v1.0 — Level 3 AI-Agent OS / Native Arch Linux
Phase 2 Alpha / RC4 Bare-Metal Confirmed

THE WORLD'S FIRST LEVEL 3 AI-AGENT OS. BUILT ON BARE METAL.

The world's first Autonomous Agent Operating System. It does not wait. It does not sleep. It thinks.

kriya_loop_daemon — /run/yantra/ipc.sock BOOTING
DAEMON: CHECKING... PINECONE: CHECKING... PHASE: IDLE VRAM: 0%BUILD: 1.0.0-rc4

The Engine Room

Three invariant subsystems. Purpose-built for deterministic, self-healing AI execution on bare metal.

SYS-01

The Kriya Loop

The persistent background daemon and interactive command router. Exposes a live IPC socket that accepts structured directives to control the daemon in real-time without a restart.

  • IPC: /run/yantra/ipc.sock (UNIX Domain Socket)
  • CMD: pause_loop — suspend the active cycle
  • CMD: resume_loop — re-enter the ANALYZE phase
  • CMD: inject_thought — queue a directive mid-cycle
SYS-02

Ephemeral Sandbox

AI-generated code never touches the host kernel. Each execution is isolated inside an ephemeral Alpine Linux container that is created, used, and destroyed in a single atomic transaction.

  • Isolation: Docker container (Alpine Linux)
  • Hardening: --cap-drop=ALL (zero capabilities)
  • Lifecycle: --rm flag — container destroyed on exit
  • Output: stdout + return code only, piped to Kriya Loop
SYS-03

Atomic Rollback

Before any high-stakes system operation, the pre-transaction Pacman hook fires to clone the live subvolume into an immutable snapshot. Catastrophic failure becomes a boot parameter away from recovery.

  • Hook: 50-yantra-snapshot.hook (Pacman pre-transaction)
  • Storage: BTRFS subvolume snapshot of /@
  • Target: /@snapshots/yantra_pre_exec_<timestamp>
  • Pruning: Auto-purge snapshots older than 7 days
// YANTRA_OS / MANIFESTO

YOUR OS HAS BEEN PASSIVE FOR TOO LONG. Every traditional OS is a hammer — it waits for you to swing it. YantraOS is a mind. It reasons. It remembers. It acts. On its own.

Skill Store

Deployable agent capabilities. Each Skill runs as an atomic unit inside the Kriya Loop.

4/4 SKILLS
automation

Python Environment Architect

Automatically provisions, audits, and repairs Python virtual environments. Resolves dependency conflicts using RAG-retrieved compatibility matrices.

#python#venv#automation
NO GPU
CLOUD|v2.1.0|1.3k
system

Video Render Auto-Pilot

Orchestrates end-to-end video render pipelines. Manages frame queuing, codec selection, and hardware GPU scheduling for local-first processing.

#video#gpu#rendering
12GB VRAMLOCAL ONLY
LOCAL|v1.0.3|437
rag

System Log Optimizer

Ingests and semantically indexes system logs. Detects anomaly patterns via vector similarity, then proposes self-healing patches through the Kriya Loop.

#logs#monitoring#rag
4GB VRAM
HYBRID|v1.4.0|892
rag

Deep Research Agent

Multi-step, web-grounded research synthesiser. Fetches sources, embeds into Pinecone workspace, then delivers a structured intelligence brief.

#research#rag#web
8GB VRAM
HYBRID|v1.0.0|2.1k
> More skills loading via Pinecone index: yantra-skills...

The computer was always capable of thinking. We just never asked it to. — YantraOS