A simple desktop application written in Flutter to access and manage your favorite entertainment content.
- Simple and intuitive interface: Zyron is designed to be easy to use and navigate.
- Customizable: You can add your favorite content to the app and access it easily.
- Cross-platform: Zyron is built using Flutter, so it can run on Windows, macOS, and Linux.
- Open-source: Zyron is open-source and free to use.
To use Zyron, you can run the installer or build the application from source.
To install build Zyron from source, you need to have Flutter installed on your system. You can follow the instructions on the official Flutter website to install it. Also, you need to have mpv installed.
- Clone the repository:
git clone https://github.com/aymanfarsi/Zyron.git
- Reinitialize the project directory:
mv Zyron zyron
cd zyron
flutter create .
- Build the project:
flutter build <platform>
Replace with the platform you want to build for (windows, macos, or linux)
-
The binary will be located in the
build/<platform>/
directory. -
You can also run the application using the following command:
flutter run
Add the --release
flag to run the application in release mode.
- You can also run script for building and bundling the app:
./generate_files
to generate the boilerplate code for the Flutter Rust bridge and Freezed classes../build_app
to build the app for your current platform../distribute_app
to build and distribute the app for all platforms.
Add sh
before the script name if you are using Windows.
Contributions are welcome! Feel free to open an issue or submit a pull request if you have any ideas, bug reports, or feature requests.
- Fork the repository and clone it to your local machine.
- Create a new branch for your changes.
- Make your changes and commit them.
- Push the changes.
- Submit a pull request.
Zyron is built using the following technologies:
Zyron is licensed under the MIT License. See the LICENSE file for more information.