892 B
892 B
Contributing to Memory OS
We're in active development and value feedback.
Whether you write code, docs, tests, or have ideas — every contribution is welcome.
Ways to contribute
- Code: performance, provider-agnostic features, integrations
- Documentation: tutorials, translations, corrections
- Testing: test on different hardware (8GB RAM, ARM, macOS)
- Icarus Fabric skills: new connectors, usage examples
- Ideas: GitHub Discussions for features and improvements
PR workflow
- Open an issue first (for features) or go directly (for small fixes)
- Fork + branch
- Follow the existing code style
- Test locally
- Open the PR — we respond quickly
Local setup
git clone https://github.com/ClaudioDrews/memory-os.git
cd memory-os
Follow the guide: setup.sh (one command) or setup/install.md (manual)