Contributing
Daedalus is open source (Apache 2.0) and welcomes contributions from everyone.
Ways to contribute
Section titled “Ways to contribute”- 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
Development setup
Section titled “Development setup”git clone https://github.com/daedalushub/daedalus-platform.gitcd daedalus-framework
# Go API servercd server && go mod tidy && go build -o daedalus ./cmd/daedalus
# Python intelligence servicecd ../intelligence && python3 bridge.py
# Website (this site)cd ../website && npm install && npm run devGuidelines
Section titled “Guidelines”- 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
Community
Section titled “Community”- GitHub: github.com/DaedalusHub
- Discussions: Coming soon
- License: Apache 2.0