A local-first AI runtime.
One brain for your apps, your devices, and your memory.
FERAL runs on your own machine. It sits between your software and your physical devices, keeps long-lived memory, learns what "normal" looks like for you, and executes under explicit policy. You reach it from a browser, a phone, the CLI, or your own integrations.
FERAL is for people who want an agent that actually holds context and actually touches things, without
handing either to a cloud tenant. Inside: 4-layer memory (working, episodic, semantic/graph,
execution history), baseline learning with anomaly and trend detection, policy-gated
execution where approvals, time windows, and daily caps gate every outside action, and
server-driven UI so the brain emits structured surfaces that clients render. It ships as
feral-core (the runtime), feral-client-v2 (web control surface), and
feral-nodes (device and hardware bridges).
Public beta on macOS and Linux, Apache-2.0. Learn more at feral.sh, or read the docs at docs.feral.sh.
curl -sSL https://raw.githubusercontent.com/FERAL-AI/FERAL-AI/main/scripts/install.sh | bash
