// get started
Download dumbsms
A keyboard for your flip phone — threads, pictures, and group texts, all
local. No account, no cloud, no telemetry. macOS and Windows include the
desktop app and dumbsms-cli; Linux support is dumbsms-cli only.
v0.1.1
Mac OS
Available nowmacOS 11+ · Apple Silicon recommended, Universal for Intel · includes dumbsms-cli
Windows
Help us QAWindows 10+ · x86_64 · includes dumbsms-cli.exe
Linux
Help us QAx86_64 · CLI only (command line) · .deb or portable tarball
Install on macOS
- Download the main button above — Apple Silicon .pkg on M-series Macs. Hover the ▾ for Universal .pkg (Intel too).
-
Walk through the installer — agree to the license and confirm installation.
It installs the app to
/Applicationsanddumbsms-clito/usr/local/bin. - Open dumbsms from Applications. If macOS blocks an unidentified developer, right-click the app → Open the first time, or allow it in System Settings ▸ Privacy & Security.
- Grant Contacts access when prompted — dumbsms uses it to show names on threads and add numbers locally. Nothing leaves your computer.
- Continue with developer mode on your flip phone, then plug in over USB.
On Intel Macs, pick Universal .pkg from the ▾ menu.
Install on Windows
- Download x86_64 setup.exe (main button). A portable zip is under the ▾ menu.
-
Walk through the installer — agree to the license and confirm installation.
It installs to
Program Files\dumbsmswith a Start Menu entry. -
If SmartScreen warns about an unknown publisher, choose
More info ▸ Run anyway. The optional PATH component adds
dumbsms.exeanddumbsms-cli.exeto your system PATH. - Launch dumbsms from the Start Menu.
- Connecting your phone over USB may require WinUSB / adb drivers. See troubleshooting if the phone isn't detected.
- Continue with developer mode on your flip phone, then plug in over USB.
Prefer not to install? Use Portable .zip from the ▾ menu.
Install on Linux (CLI)
- Linux currently ships the command-line tool only (no desktop GUI yet). Download the amd64 CLI .deb (main button) and install:
sudo dpkg -i dumbsms-*-linux-amd64.deb
sudo apt-get install -f # if dependencies are missing
dumbsms-cli doctor sudo dpkg -i dumbsms-*-linux-amd64.deb
sudo apt-get install -f # if dependencies are missing
dumbsms-cli doctor
Prefer a portable build? Choose Portable CLI .tar.gz from
the ▾ menu, extract it, then run ./dumbsms-cli doctor.
-
The .deb installs
dumbsms-clito/usr/bin. The companion APK is embedded in the binary — usedumbsms-cli app installafter your phone is connected. - Continue with developer mode on your flip phone, then plug in over USB.
dumbsms is free software under GPL-3.0-or-later. Source is available from dumbsms.git on this site.