This repository is archived and no longer actively maintained.
Unbody started as an open-source project to build the Supabase of the AI era. That vision has evolved.
We now build under Unbody Labs — shipping focused tools and products for the AI world. Our most active and direct continuation of Unbody's mission is Adapt.
→ Adapt
Adapt is a lightweight (< 200KB), provider-agnostic AI memory and learning framework. It gives AI systems the ability to learn, self-organize, and evolve — in the browser or on the server.
Original setup instructions
- Node.js LTS (20 or 22)
- Docker and Docker Compose
- yarn (npm won't install dependencies correctly)
- OpenAI API key
git clone https://github.com/unbody-io/unbody
cd unbody
yarncp .env.example .env.local
vim .env.localdocker compose up -d
yarn startgit clone https://github.com/unbody-io/examples.git
cd examplesyarn unbody-cli source addHead over to the Temporal dashboard at http://localhost:8233/ to see your files being indexed.
- The dashboard needs to be manually refreshed to get the latest state
- Once indexing is complete, follow the README from the examples repository