Murmur BLE Shell
Developer Tools

Murmur BLE Shell

DENYS MALYKHIN · released 27 Jul 2026 · Open in App Store ↗

Revenue 30d not estimated
Downloads 30d not estimated
Rating 5.00 1 reviews

No in-app products collected for this app.

Rating
Canada100%15.00
St. Lucia<1%0
Romania<1%0
Estonia<1%0
Egypt<1%0
Armenia<1%0
Angola<1%0
Argentina<1%0
Austria<1%0
Australia<1%0

The store shows a different set in every country

Description

murmur turns your phone into a remote control for a Raspberry Pi — no Wi-Fi, no network setup, no port forwarding. Just Bluetooth Low Energy (BLE), directly between your phone and the Pi.

HOW IT WORKS

Install the open-source murmur daemon on any Raspberry Pi running Linux, pair your phone with it over Bluetooth, and you get:

Shell mode — a real interactive terminal on the Pi, right from your phone.

Agent mode — describe what you want in plain English ("what's eating my disk space?", "set up a static IP") and an AI agent plans and runs the shell commands for you, showing every command and its output as it goes.

BRING YOUR OWN API KEY

Agent mode is powered by your own Anthropic Claude, OpenAI, or Google Gemini API key — entered once in Settings, stored only in your phone's secure keychain. murmur has no backend server and no account system. The only network calls it makes are the LLM requests you trigger yourself, using your own key.

WORKS OFFLINE ON THE PI SIDE

The Raspberry Pi never needs an internet connection. It just needs Bluetooth and the murmur daemon running. Good for headless boxes, home labs, and devices you'd rather not put on a network at all.

PRIVACY BY DESIGN

Everything murmur stores — the Bluetooth pairing key, your API key, an optional per-device sudo password, and saved agent conversations — stays on your phone in the OS-level secure store. One tap in Settings wipes it all.

OPEN SOURCE

Both the daemon and the app are open source: github.com/nekonihq/murmur