What is Daedalus?
Daedalus is an open source personal AI platform. That’s a lot of words, so let’s break it down.
Personal — Daedalus learns from you. Your communication style, your preferences, your lessons learned, your domain knowledge. Over time, it becomes more useful because it knows you better. This isn’t a generic chatbot that starts from zero every conversation.
AI platform — Daedalus isn’t tied to any single model or provider. It works with local models (free, private), cloud models (more capable), or both. The intelligence comes from the accumulated context and relationship, not from any particular model.
Open source — Apache 2.0 licensed. You can run it, modify it, host it for your community, or contribute to it. No subscription required. No data leaves your control unless you choose to use cloud models.
The core idea
Section titled “The core idea”Most AI tools optimize for the organization or the provider. Daedalus optimizes for you.
When you teach Daedalus something — “I prefer concise responses,” “always use TypeScript strict mode,” “remember that our team uses this naming convention” — that knowledge persists. It’s stored in your personal knowledge database, not in a cloud service you don’t control.
When you switch from Claude to a local model, Daedalus doesn’t forget who you are. The model is just the current “body” — the identity persists.
What can you do with it?
Section titled “What can you do with it?”That depends on who you are:
- Chat and brainstorm — Like any AI assistant, but one that knows your context
- Write and research — Papers, reports, analysis — with progressive learning from your past work
- Build software — Specification-first development with quality gates and multi-session continuity
- Run a local service — Communities can host shared AI infrastructure for local businesses, students, and organizations
What’s next?
Section titled “What’s next?”- Quick Start — Get Daedalus running in 5 minutes
- For Developers — Technical setup and architecture
- For Everyone Else — Using Daedalus without touching a terminal