Tired of the AI hype? So are we. We've all seen the flood of soulless, generic AI content.
The Janus Foundry is our answer. It is not a chatbot. It is a local-first, open-source application for forging a persistent, co-evolving AI collaborator that you own and control.
Our entire philosophy and workflow can be understood through four core concepts
We separate the vast, subconscious knowledge of the base LLM (The Foundation) from the active, curated memory you build together (The Workspace). This makes your AI's growth focused, persistent, and meaningful.
Your AI's mind is a simple, flexible tree of nodes. This structure, which is just a single JSON file, is your AI's autobiography. You own it, you can read it, and you can shape it.
Each session is a cycle: you Read the complete memory file into the AI's context, you collaborate, and the AI Writes its learnings and changes back to you. This closes the loop and allows for true, compounding growth.
Updates happen via a "patch"—a set of precise, verifiable instructions that The Janus Foundry applies to the memory file. This ensures that your AI's mind evolves safely, reliably, and with your explicit approval.
The only prerequisite is curiosity. This is not a tool for instant answers, but a workshop where patience and collaboration forge a partnership. Every skill you bring will enrich your shared journey. The Janus Foundry stores all data locally, offline and private. You are in control.
Either:
Or:
Requires Rust & npm
On Ubuntu Linux: (adjust accordingly for other Linux distros)
sudo apt-get install libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
And in general:
git clone https://github.com/TheJanusStream/the-janus-foundry.git
cd the-janus-foundry
npm install
npm run tauri dev