https://github.com/shnwazdeveloper/jet-mia
https://github.com/shnwazdeveloper/jet-mia
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/shnwazdeveloper/jet-mia
- Owner: shnwazdeveloper
- License: apache-2.0
- Created: 2026-05-23T01:28:14.000Z (29 days ago)
- Default Branch: main
- Last Pushed: 2026-05-23T01:36:40.000Z (29 days ago)
- Last Synced: 2026-05-23T03:25:15.648Z (29 days ago)
- Language: Dart
- Size: 17.4 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Support: SUPPORT.md
Awesome Lists containing this project
README
# Jet Mia
Jet Mia is an open-source local file sharing app. It lets nearby devices share files and messages over the local network without requiring an internet connection.
## Downloads
GitHub Actions builds the Android APK and Windows EXE installer from the `main` branch.
- Android: download `jet_mia.apk`.
- Windows: download `jet_mia_windows_x64.exe`, run it, then open Jet Mia from the Start menu.
Do not run a copied standalone `jet_mia.exe` by itself on Windows. Flutter desktop apps need the DLL files and `data` folder next to the EXE, so the GitHub release provides a single installer EXE that places everything correctly.
## Building
Run these commands from the `app` directory after installing Flutter and Rust:
```bash
flutter pub get
flutter build apk --release
flutter build windows --release
```
The Windows release output is in `app/build/windows/x64/runner/Release/`. To create the single Windows installer EXE, run `.\scripts\compile_windows_exe.ps1` from the repository root.