Skip to content

Contributing

Daedalus is open source (Apache 2.0) and welcomes contributions from everyone.

  • Use it and share feedback — The most valuable contribution is real-world usage
  • Report issues — Found a bug or have a suggestion? Open a GitHub issue
  • Improve documentation — Help make Daedalus more accessible to more people
  • Write code — See the roadmap for what’s being built
  • Build modes — Create domain-specific modes (finance, legal, education, etc.)
  • Host a node — Run a regional Daedalus instance for your community or university
Terminal window
git clone https://github.com/daedalushub/daedalus-platform.git
cd daedalus-framework
# Go API server
cd server && go mod tidy && go build -o daedalus ./cmd/daedalus
# Python intelligence service
cd ../intelligence && python3 bridge.py
# Website (this site)
cd ../website && npm install && npm run dev
  • Follow the specification-first approach — plan before you code
  • Respect the safety architecture — it’s deeply coupled by design
  • AI-assisted contributions are welcome and should be disclosed
  • Quality over quantity — a well-tested small PR beats a large untested one