# jookies/jasmin

Jasmin - Open source SMS gateway

Repository: https://github.com/jookies/jasmin
Canonical: https://ross.abutalabs.com/products/jasmin
Homepage: http://jasminsms.com
Language: Python
License: NOASSERTION
License Family: other
Topics: python, sms, sms-gateway, smpp, smpp-server, smpp-client, twisted, celery
Last push: 2026-04-26T10:28:48+00:00

## Health v2 (maintenance only)
Score: 58/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 79, release rhythm 8, longevity 100
- inputs: {"age_days": 5031, "days_push": 129, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1199, forks 606 (observed 2026-08-28T04:03:57.889083+00:00)

## What it is
Jasmin is an open-source SMS gateway written in Python on top of the Twisted event-driven networking engine. It supports SMPP client/server and HTTP APIs for sending SMS, with AMQP-based queuing, Redis-backed delivery receipt tracking and billing, and advanced message routing.

## Use cases
- send SMS messages from my application via an API
- run my own SMPP server or client
- set up an SMS gateway with delivery reports
- route SMS messages with failover and round-robin strategies
- send bulk SMS with queuing and store-and-forward
- send unicode or concatenated long SMS
- send binary SMS like WAP push and vCards
- self-host an SMS gateway with billing and rate control

## When to choose
- you need a self-hosted, enterprise-grade SMS gateway with SMPP and HTTP interfaces
- you need high-throughput SMS sending with AMQP-based queuing and store-and-forward
- you need advanced routing such as failover, round-robin, or least-cost routing
- you need DLR tracking and billing built into the gateway

## When to avoid
- you only need to send a few SMS through a hosted provider API like Twilio without running infrastructure
- you need a simple library to embed SMS sending in an app rather than a standalone gateway service
- you require a non-Python stack or a managed cloud SMS service

## Facets
- artifact type: service
- maturity: active
- function: message-queue, http-server, cli, middleware
- domain: backend, self-hosted
- platform: python, self-hosted, cross-platform
- tags: sms-gateway, smpp, sms, amqp, redis, twisted, celery, dlr, messaging-gateway, messaging, telecommunications, linux, docker

## Member repositories
- jookies/jasmin (main) score 58

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:57.889083+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:20:53.726928+00:00, confidence not recorded.
  - readme: https://github.com/jookies/jasmin (fetched 2026-08-28T04:03:57.889083+00:00, sha 5116b8791d0b)
- Data as of 2026-08-30T08:39:29.467469+00:00.
