Get Early Access
SOVEREIGN TERMINAL INTELLIGENCE

Luca for Linux.

The ultimate power tool for operators. Run headless on servers, orchestrate Docker containers, and pipe CLI output directly into your agent's context.

user@luca-node:~$ luca start --headless --port 3000
[INFO] Initializing Cortex Kernel...
[INFO] Loading Memory Graph from /var/lib/luca/graph.db
[INFO] Connecting to Docker socket... Connected.
[SUCCESS] Luca Agent active. Listening on ws://0.0.0.0:3000
user@luca-node:~$ _

Headless Mode

Run Luca as a background service on your servers or Raspberry Pi. Access the agent via WebSocket API or CLI.

Docker Orchestration

First-class integration with Docker engine. Luca can spin up containers, inspect logs, and manage deployments.

Custom Kernels

Swap out the underlying LLM backend. Support for Ollama, Llama.cpp, or vLLM running locally.

Quick Install (cURL)

Install the latest release via our secure script.

curl -fsSL https://get.luca.os/install.sh | sh