-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Dmitry Olegovich Sorokin (@sorydima) edited this page Mar 30, 2025
·
2 revisions
Welcome to the DelusForAuroraOS Wiki — your comprehensive guide to building and running the Delus client on Aurora OS, an independent Russian mobile OS. This repository is part of the broader REChain Network and Katya® initiatives to create decentralized, privacy-centric, and censorship-resistant systems.
DelusForAuroraOS provides a customized version of the Delus PWA engine optimized for compatibility with Aurora OS, enabling full support for:
- Privacy-first social networking
- Offline-ready and edge-compatible applications
- Secure messaging and distributed file sharing
- Integration with REChain decentralized identity (DID)
DelusForAuroraOS/
├── aurora-adapter/ # Core logic and adaptation layer for Aurora OS
├── assets/ # Static assets and media
├── lib/ # Flutter application source code
├── platform/aurora/ # Platform-specific services, permissions, and APIs
├── test/ # Test cases
└── README.md # Quick start and setup guide
- Aurora OS SDK and device/emulator
- Flutter SDK (3.13 or higher)
- Dart SDK (3.1+)
- REChain CLI (optional but recommended)
git clone https://github.com/sorydima/DelusForAuroraOS.git
cd DelusForAuroraOS
flutter pub get
flutter run -d aurora
flutter build apk --target-platform=android-arm64 --release
Aurora OS is compatible with Android Runtime environments; ensure native dependencies are ported properly.
- Uses end-to-end encryption for messaging
- Local-first storage with REChain IPFS-layer integration
- DID support (Decentralized Identifiers)
- Modular chat engine (XMPP + custom protocol)
- Decentralized news feed
- Secure marketplace integration
- QR code-based login and DID authentication
- Initial Aurora adaptation
- Support for DID
- Voice & video call integration
- Local mesh support via Bluetooth/Wi-Fi
- Full offline-first deployment via REChain edge nodes
We welcome contributions via PRs or issues. Please refer to the CONTRIBUTING.md
once available, or contact @sorydima.
MIT License © 2025 SoryDima