Cybersecurity Zen Koans is an open-source cross-platform mobile app built with Flutter. It blends ancient Zen wisdom with modern cybersecurity principles in the form of short, thought-provoking koans. The app is designed to encourage mindfulness while deepening awareness of secure digital practices.
- 🧘 217 unique cybersecurity-themed Zen koans with technical explanations
- 📱 Cross-platform — runs on both Android and iOS
- 🎨 Built with Flutter and Material Design 3
- 🌙 Clean and minimalist UI with dark mode support
- 📤 Share koans as screenshots
- 🫨 Shake your device to discover a new koan
- 🛡️ Koans focused on digital awareness and ethical behavior
- Flutter 3.35+
- Dart 3.9+
- Material Design 3
- Google Fonts (Noto Sans)
- share_plus, sensors_plus, screenshot, url_launcher
This project is proudly open-source under the MIT License. Contributions, suggestions, and pull requests are welcome!
The Flutter project lives in the src/ directory.
- Flutter SDK 3.35+
- Android SDK (for Android builds)
- Xcode (for iOS builds)
- Git
-
Clone the Repository
git clone https://github.com/KuwaitDevs/cybersecurity_zen_koans_app.git cd cybersecurity_zen_koans_app/src -
Install Dependencies
flutter pub get
-
Run on Android
flutter run
-
Run on iOS
flutter run --device-id <ios-device-or-simulator>
-
Build for Production
# Android APK flutter build apk --release # Android App Bundle flutter build appbundle --release # iOS flutter build ios --release
This project is licensed under the MIT License - see the LICENSE file for details.
Want to help? Contributions are more than welcome! Check out the CONTRIBUTING.md for guidelines.
For questions or ideas, feel free to open an issue or reach out via GitHub Discussions.