Features

Quick Start

git clone https://github.com/vaska94/Kamex.git
cd Kamex

./configure --enable-ssl --with-redis
make && sudo make install

bearerbox /etc/kamex/kamex.conf &
smsbox /etc/kamex/kamex.conf &

curl -X POST http://localhost:13013/cgi-bin/sendsms \
  -H "Content-Type: application/json" \
  -H "X-API-Key: your-api-token" \
  -d '{"from":"Kamex","to":"+1234","text":"Hello"}'

Downloads

RPM packages for EL10 (Rocky Linux 10, RHEL 10) and source RPM available on the releases page.

Tested on: Arch Linux, EL10 (Rocky/RHEL)

Production Use

Kamex powers SENDER.GE - tested on millions of SMS messages in production.

About

Kamex is a fork of Kannel, the open-source SMS gateway. The codebase has been cleaned up, legacy code removed, and optimized for modern libraries.

What's been removed