LOCAL BY DEFAULT
Your machine is the runtime.
Sessions, task state, workflow definitions, and long-term memory stay on your device. Connect LM Studio or Ollama and keep the whole loop local.
A local-first workspace for designing, running, and supervising agent pipelines. Connect any model. Shape behavior with visual state machines. Keep the runtime under your control.
macOSWindows desktop builds coming soon
A SYSTEM, NOT A WRAPPER
Local Cognitive gives them state, tools, roles, transitions, and boundaries — then makes the entire process visible to you.
LOCAL BY DEFAULT
Sessions, task state, workflow definitions, and long-term memory stay on your device. Connect LM Studio or Ollama and keep the whole loop local.
MODEL AGNOSTIC
Assign the right provider to every agent without rebuilding your pipeline.
MCP NATIVE
$ npm run mcp:stdio
✓ local_ai_chat
✓ local_ai_code
✓ local_ai_runtime_status
VISUAL ORCHESTRATION
FSMs bring a game-development idea to agent work: explicit states and guarded transitions. Every step can run a model, call a tool, wait for a person, retry, branch, or stop.
ONE RUNTIME, ANY MODEL
Mix private local inference with proprietary endpoints in the same workflow. The orchestration layer stays yours.
Build the strongest version of an idea using a fast local model.
Find weak assumptions with a different provider and context window.
Compare both sides, produce a decision, then route the next state.
ONE COHERENT WORKSPACE
General chat, code mode, and structured hypothesis debates in persistent sessions.
Create, prioritize, and follow work from Todo through In Progress to Done.
Connect filesystem and Notion tools, Telegram access, and local long-term memory.
Expose your local runtime to Codex, OpenCode, and other MCP-compatible clients.
OPEN FROM CORE TO INTERFACE
No opaque orchestration layer. No model lock-in. The runtime, workflows, plugins, and interface are all yours to change.
# clone the open-source runtime
$ git clone https://github.com/Ilyaberdar/local-cognitive-AI-system.git
$ cd local-cognitive-AI-system
$ npm install
$ npm run dev
✓ dashboard running at 127.0.0.1:3000
LOCAL COGNITIVE
Build the system you actually want to run.
Start building on GitHub ↗