OrdoKu is an offline-first desktop office suite built with Flutter. It focuses on providing a local, private workspace for document creation and file management without requiring an internet connection.
- Document Writer: A text processor tailored for local document drafting.
- Offline Environment: Data is stored locally using SQLite and Hive, ensuring privacy.
- File Management: Built-in system for navigation, custom file naming, and organization.
- Distraction-Free Mode: Fullscreen support via the F11 key.
- Framework: Flutter
- State Management: Riverpod
- Routing: GoRouter
- Storage: Hive & sqflite
- Editor: Flutter Quill
- Flutter SDK (>= 3.11.4)
- Clone the repository:
git clone https://github.com/arcynith/ordoku.git
- Navigate to the project directory:
cd ordoku - Install dependencies:
flutter pub get
- Run the application:
flutter run
This project is open source and available under the MIT License.
