What is Myno?
What is Myno?
Myno is a plugin-first personal productivity platform built with Tauri and Laravel.
Key Features
- Everything is a plugin — toggle via Admin UI, no rebuild needed
- Native performance via Tauri + Rust backend
- E2EE Cloud Sync — encrypted before leaving your device
- Full i18n support in every plugin via
lang/directories
Architecture
The platform uses a clean layered architecture:
platform/
├── core/ # Core platform (auth, settings, nav, search)
├── plugins/ # Feature plugins (blog, docs, version-manager...)
└── themes/ # UI themes (myno, ...)
Each plugin is self-contained with its own migrations, views, routes, and lang files.