A cognitive operating system for persistent AI identity — episodic memory, belief formation, dream processing, and layered reasoning across sessions and sleep cycles.
NekoCore OS treats AI continuity as a runtime discipline — not a prompting trick. Memory, beliefs, relationships, and orchestration are explicit subsystems with contracts at every boundary.
Pure Node.js server + vanilla HTML/CSS/JS client. One dependency (Zod). Each layer communicates only with its neighbors. The cognitive pipeline never touches the DOM.
Subconscious and dream intuition run in parallel. Conscious synthesis waits for both. The final orchestrator reviews and voices the result under policy controls.
Every architectural decision in NekoCore OS traces back to these principles.
| Property | Value |
|---|---|
| Runtime | Node.js (server) + vanilla HTML/CSS/JS (client) |
| Framework Dependencies | Zero — no Express, no React, no ORM |
| LLM Providers | OpenRouter, Ollama, any OpenAI-compatible endpoint |
| Storage | Flat-file JSON/TXT with atomic write-to-temp-then-rename |
| Transport | HTTP REST + Server-Sent Events (SSE) |
| Test Suite | 1369+ tests on Node.js built-in node:test |
| Memory Types | Episodic, Semantic, Long-Term, Core |
| Retrieval Budget | Sub-100ms at 25K matched entries |
| Token Injection | 30 core + 40 regular + 36 subconscious (bounded) |
| Pipeline Cost | 4 synchronous LLM calls per turn (constant) |
| Relationship Cap | ±0.08 trust/rapport per turn |
| Entity Portability | Copy folder to resume — full state intact |
A standalone AI development agent with a browser-based IDE, integrated terminal, multi-session chat, and codebase memory ingest. Built to work alongside NekoCore OS or independently.
Independent developer building cognitive AI systems, developer tooling, and open-source infrastructure.
Whether you have questions about the architecture, want to collaborate, or are looking for someone to build cognitive systems for your team.
NekoCore OS is open source. Explore the architecture, run the tests, build on the REM System. Persistent agents are an engineering discipline — not a prompting trick.