Privacy-first communication ecosystem built on the Matrix protocol.
Website: matrix.family
This repository is a monorepo containing developer tools and reference implementations for the MFOS platform.
matrix-family/
├── mfos/ # MFOS Platform Developer Tools
│ ├── app-template/ # Official app starter template
│ └── examples/
│ └── calculator/ # Reference implementation
├── hushme/ # HushMe Ecosystem
│ └── store-apps/ # App submissions for HushMe Store
└── README.md
Tools for building applications on the MFOS platform.
Official starter template for MFOS applications. Includes all required configuration, type definitions, and best practices.
cd mfos/app-template
bun install
bun run devComplete calculator application demonstrating:
- MFOS API integration
- State persistence with
mfos.storage - Localization with
mfos.i18n - UI components from
mfos.ui.components - CSS variables for theming
cd mfos/examples/calculator
bun install
bun run devSubmit your MFOS applications to HushMe Store.
See hushme/store-apps for submission guidelines and requirements.
Full documentation available at mfos.tech.
- Discussions — questions, ideas, community apps
- Issues — bugs and actionable reports
Only MFOS Developer Tools (mfos/) are licensed under the MIT License.
Other parts of the repository may have different licensing terms.