The desktop environment for JappeOS.
The desktop environment for JappeOS. Written in Flutter.
- Window manager via
jappeos_desktop_baseandJDWM - Quick settings (Wi-Fi, Bluetooth, Do-not-disturb, etc.)
- Application launcher
- System search
- Virtual desktops
- Notification menu
- Topbar & dock
The main UI that the users interact with after login.
- Flutter SDK 3.38.0 or later (with desktop support enabled)
- Dart SDK (included with Flutter)
Verify Flutter desktop setup:
$ flutter doctorClone the repository and fetch dependencies:
$ git clone https://github.com/JappeOS/jappeos_desktop.git $ cd jappeos_desktop $ flutter pub get$ flutter build linuxThis produces a binary in:
build/linux/x64/release/bundle/ Run locally:
$ flutter run -d linuxWhile running on Linux is recommended, you can still build and run on other platforms. Just use the above instructions, and replace linux with the platform name (e.g. windows or macos).
debug- default for developmentprofile- performance testingrelease- production build
Example:
$ flutter build linux --releaseIf the build fails after dependency changes:
$ flutter clean $ flutter pub getCheck flutter doctor for missing desktop dependencies.
Contributions of all kinds are welcome and appreciated. You can help the project by:
- ⭐ Starring the repository to show your support
- 💖 Sponsoring the project (if available)
- 🐞 Reporting bugs via GitHub Issues
- 💡 Requesting or discussing new features
For code contributions, please see CONTRIBUTING.md for guidelines.
This repository is part of the JappeOS project and is licensed under the terms described in the LICENSE file.