android-sms-gateway

The SMS Gateway for Androidâ„¢ app enables sending and receiving SMS messages through an API that can be accessed directly on the device or via a cloud server when direct device access is not possible. (by capcom6)

Android-sms-gateway Alternatives

Similar projects and alternatives to android-sms-gateway

  1. sms-ie

    SMS Import / Export is a simple Android app that imports and exports SMS and MMS messages, call logs, contacts, and blocked numbers from and to JSON / NDJSON files.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. voipms-sms-client

    Popular Android messaging app for VoIP.ms, a Canadian VoIP provider

  4. otphelper

    open-source application that can copy OTP and codes from notifications automatically for you

  5. QKSMS

    The most beautiful SMS messenger for Android

  6. OneSignal-Android-SDK

    OneSignal makes engaging customers simple and is the fastest, most reliable service to send push notifications, in-app messages, SMS, and emails. This plugin makes it easy to integrate your native Android or Amazon app with OneSignal. https://onesignal.com

  7. SMSHub

    Android SMS Gateway application for sending and receiving SMS via HTTP API in Kotlin

  8. Simple-SMS-Messenger

    An easy and quick way of managing SMS and MMS messages without ads.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better android-sms-gateway alternative or higher similarity.

android-sms-gateway discussion

Log in or Post with

android-sms-gateway reviews and mentions

Posts with mentions or reviews of android-sms-gateway. We have used some of these posts to build our list of alternatives and similar projects.
  • Don't Build Multi-Agents
    1 project | news.ycombinator.com | 1 Sep 2025
    I am in the USA! Although these days that exclamation point doesn't feel great...

    I'm using an old Android phone (Pixel 2 from 2017), a 5$ a month unlimited SMS plan from Tello, and https://github.com/capcom6/android-sms-gateway. For bonus points (I wanted to roll my own security, route messages from different numbers to prod and ppe instances of my backend, and dedup messages) I built a little service in Go that acts as an intermediary between my backend and android-sms-gateway. I deploy this service to my android device using ADB, android-sms-gateway talks to it, and it talks to my backend. I also rooted the android device so I could disable battery management for all apps (don't do this if you want to walk around with the phone of course). It works pretty well!

    I plan to open-source this eventually TM, but first I need to decouple my personal deployment infra from the bits useful to everyone else

  • Show HN: Text an LLM at And61493035885
    1 project | news.ycombinator.com | 16 Mar 2025
    I put together this basic service running on an Android phone with a cheap prepaid SIM that supports "unlimited SMS to 20 countries". I considered alternatives like Twilio and Telnyx, but at ~5c per SMS sent or received in Australia, the SMS costs would rack up faster than the LLM costs! Of course, this comes at the risk the carrier disconnects my service.

    I explain it more in the blog post, but the service is just a basic node server that sends the LLM calls to DeepInfra running Llama 3.1 8B. The node server runs in Termux on the phone receiving the SMS, and is relayed to the node server by SMS Gateway for Android[1].

    Tip: you can text "CLEAR" to clear all your past messages from the database so you can start a new conversation.

    [1] https://github.com/capcom6/android-sms-gateway/

Stats

Basic android-sms-gateway repo stats
2
4,547
8.2
6 days ago

capcom6/android-sms-gateway is an open source project licensed under Apache License 2.0 which is an OSI approved license.

The primary programming language of android-sms-gateway is Kotlin.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that Kotlin is
the 16th most popular programming language
based on number of references?