LOADING...
LOADING...
A locally hosted AI GUI built to explore privacy, agent routing, coding assistance, and memory-aware workflows.
Development on NodeOne is temporarily paused. With the creation of OpenClaw, the lessons learned here โ particularly around agent routing, persistent memory, local tooling, and privacy-first operation โ have been migrated into an in-house OpenClaw infrastructure.
NodeOne remains an important research milestone and a record of the experiments that shaped that system. The project is now being reassessed while its next direction takes shape, rather than actively extended along the original roadmap.
Cloud AIs are powerful โ but they're not private, not always customizable, and not always accessible. NodeOne was built to run entirely on the ForgeCore machine using LLaMA-3, with a flexible GUI that routes between specialized agents, manages persistent tasks, and keeps memory across sessions.
The goal: an AI system that works with you over time โ one that remembers context, routes tasks to the right agent, and operates without a subscription or internet dependency.
Full graphical interface for local AI interaction โ no terminal required. Chat-first with agent routing under the hood.
Delegate tasks between specialized agents: coding assistant, strategy agent, and utility agent โ each with its own context window.
Short-term session memory plus long-term persistent memory stored in SQLite. Context survives across restarts.
All inference runs on-device with LLaMA-3 via Ollama. No data leaves ForgeCore. No API keys, no subscriptions.
Agent logic in Python, GUI in Next.js. Each component is independently extensible โ add new agents or UI panels without touching the core.
Designed with multi-modal expansion in mind โ vision inputs, tool use, and richer agentic workflows are on the roadmap.


Early NodeOne builds retained as a record of the original research direction
The project didn't end here.
NodeOne began as an exploration of a local AI-enabled automation node: persistent services, hardware integration, local control, and a physical interface.
As the surrounding AI-agent ecosystem matured, rebuilding every component independently became increasingly difficult to justify. Development shifted from creating another standalone agent runtime toward designing the command and orchestration layer around these systems.
That work evolved into ForgeCommand.
Continue to ForgeCommand โ