Current version: 1.0.5+5
Erebrus Drop is a local-first file and text sharing app for nearby devices. A phone can create a temporary Drop Room on the current Wi-Fi network or hotspot, and other devices can join from the mobile app or a browser without an account or cloud upload.
Get Erebrus Drop on Google Play
- Create a local Drop Room over Wi-Fi or hotspot.
- Discover nearby Drop Rooms with mDNS on Android and iOS.
- Share files, folders, text, and streamable media on the local network.
- Receive Android and iOS share-sheet text and files into Smart Send or a live room.
- Join from the app, a QR code, a Drop Link, or the bundled browser client.
- Download selected browser files or folders as ZIP bundles.
- Connect WebDAV clients to a live Drop Room through the
/davendpoint. - Scan Drop Room QR codes with native Android and iOS camera scanners.
- Pull files from a joined room directly into a live hosted room.
- Use optional room passwords and scoped folder access.
- Save received files to the platform-appropriate user-visible location.
- Transfer locally without analytics, tracking, accounts, or cloud relay.
- Home: start or resume the current Drop Room.
- Rooms: discover and join nearby Drop Rooms.
- Library: view, share, and delete hosted files.
- Smart Send: send quick text into a room.
- Settings and About: app details, privacy, terms, and NetSepio ethos.
Current release version:
1.0.5+5
Android release versioning:
- The number after
+is the AndroidversionCode. - Google Play permanently reserves any uploaded
versionCode, even if the draft/release is discarded. - Always increase the
+build number before uploading another AAB.
The Android package id is:
com.erebrus.drop
Android uses two deploy flavors:
| Flavor | Output | Store |
|---|---|---|
playstore |
AAB | Google Play |
dappstore |
APK | Solana dApp Store |
Both signing blocks live in one file:
android/key.properties
Template:
android/key.properties.example
Full signing and publish commands:
docs/solana-dapp-store-release.md
Build commands:
# Debug Android defaults to playstore (no --flavor needed)
flutter run
# Google Play
flutter build appbundle --flavor playstore --release
# Solana dApp Store
flutter build apk --flavor dappstore --releaseErebrus Drop ships on macOS, Windows, and Linux as well: system tray, responsive layout, mDNS room discovery, folder library, and hide-to-tray on close.
Generate brand assets (tray icons, Dock/taskbar launcher icons, macOS About icon, Linux window icon) before a desktop release build:
python3 scripts/generate-desktop-assets.pyThis runs tray icon generation and dart run flutter_launcher_icons for
macOS/Windows/Android/iOS launcher icons from assets/images/erebrus-glossy.png.
Dev:
flutter pub get
python3 scripts/generate-desktop-assets.py # first time or after logo changes
flutter run -d macos # or windows / linuxRelease bundles (writes versioned artifacts under dist/):
./scripts/build-desktop.sh macos
./scripts/build-desktop.sh windows
./scripts/build-desktop.sh linux
./scripts/build-desktop.sh all # macOS host; skips unavailable targetsFull desktop setup, packaging, and CI notes: docs/BUILD.md.
Install dependencies:
flutter pub getRun the app:
flutter runVerify:
flutter analyze
flutter testGitHub Actions:
- CI —
flutter analyzeandflutter teston every PR andmainpush - Release — manual workflow: tags
v{semver}frompubspec.yaml, uploads Android sideload APKs plus macOS.zip, Windows.zip, and Linux.tar.gzdesktop bundles
Release checklist:
- Bump
version:inpubspec.yaml(e.g.1.0.6+6). - Run
python3 scripts/generate-desktop-assets.pyif brand images changed. - Commit and push to
main. - GitHub → Actions → Release → Run workflow.
- Download artifacts from GitHub → Releases when the run finishes.
See docs/BUILD.md.
The app uses its own platform-channel QR scanner instead of a third-party Flutter scanner plugin. Android uses CameraX with ZXing QR decoding. iOS uses AVFoundation QR metadata scanning. The scanner returns the raw Drop Link or Drop Code to Flutter, where the existing join parser validates and opens the room.
Browse for advertised Drop Rooms on macOS:
dns-sd -B _erebrusdrop._tcp localResolve a discovered room:
dns-sd -L "<device name>" _erebrusdrop._tcp localCheck the room API:
curl http://<room-ip>:8787/api/roomErebrus Drop is designed for local device-to-device transfer. NetSepio does not collect analytics, advertising identifiers, contact lists, location history, account profiles, transferred files, pasted text, folder contents, room passwords, or Drop Links.
Erebrus Platform, brand, and apps are products of NetSepio.