# mc-webui for Android A small companion app that opens **your own** mc-webui instance full screen — no address bar, no browser tabs, its own icon in the app drawer. It looks and works like a native app, because underneath it is the same web interface you already use in the browser. The app contains no mesh logic of its own: it asks once for the address of your mc-webui server and displays it. Everything still runs on your server and your MeshCore device. The app is **not distributed through Google Play** — you download the `.apk` file from this repository and install it yourself. That is a normal and supported way to install Android apps, but Android will warn you a few times along the way. The steps below cover those warnings. --- ## What you need - **Android 5.0 (Lollipop) or newer** - A running **mc-webui** instance the phone can reach — either on the same local network (e.g. `http://192.168.1.100:5000`) or published over the internet through a reverse proxy (e.g. `https://mc-webui.example.com`) --- ## Step 1: Download the app | | | |---|---| | **File** | [`android/mc-webui-wrapper.apk`](../android/mc-webui-wrapper.apk) | | **Direct link** | https://github.com/MarekWo/mc-webui/raw/main/android/mc-webui-wrapper.apk | | **Size** | 5.7 MB | | **App version** | 1.0 | | **Package** | `it.wojtaszek.mc.wrapper` | | **SHA-256** | `12e1e388e01a68e0de73672808033a2ff8417df7075a229e3be9eccc6f7ff82c` | Download it directly on the phone, or copy it over from a computer. **Optional — verify the file.** Only worth doing if you got the file from somewhere other than this repository: ```bash # Linux / macOS sha256sum mc-webui-wrapper.apk # Windows (PowerShell) Get-FileHash mc-webui-wrapper.apk -Algorithm SHA256 ``` The result must match the SHA-256 above. --- ## Step 2: Allow installation from unknown sources Android only installs apps from Google Play unless you allow the app that is doing the installing — usually your browser or the Files app — to install others. You grant that permission once, and it applies to that app only. **The easy way** — just start the installation (Step 3). When Android says *"For your security, your phone is not allowed to install unknown apps from this source"*, tap **Settings**, turn on **Allow from this source**, and press back. The installation continues. **Up front, if you prefer** — Settings → **Apps** → **Special app access** → **Install unknown apps** → pick the browser or file manager you will use → **Allow from this source**. The exact wording varies by manufacturer (Samsung, Xiaomi, and others each name it slightly differently). --- ## Step 3: Install 1. Open the downloaded `mc-webui-wrapper.apk` — from the browser's download notification, or from **Files → Downloads** 2. Tap **Install** 3. **Play Protect** may show *"Unsafe app blocked"* or *"App scan recommended"*. This is Google's standard notice for apps that did not come from the Play Store — it is not a detection of anything in the app. Choose **More details → Install anyway** (or **Don't send / Install** if it offers to upload the file for scanning) 4. Tap **Open**, or launch **mc-webui** from the app drawer To remove it later: long-press the icon → **Uninstall**, like any other app. --- ## Step 4: Connect to your instance On the first run the app asks for the address of your server: