Skip to content

openMF/mifos-gazelle

Repository files navigation

Mifos Gazelle

Mifos

Mifos Gazelle is a Mifos Digital Public Infrastructure as a Solution (DaaS) deployment tool v2.0.0 — March 2026. Deploys MifosX (core banking), Payment Hub EE (payment orchestration), and Mojaloop vNext Beta1 (payment switch) on Kubernetes with a single command.

Quick Start

Latest Stable Release (Ubuntu/Linux):

git clone --branch main https://github.com/openMF/mifos-gazelle.git
cd mifos-gazelle
sudo ./setup-env.sh -e local -u $USER   # one-time: k3s, tools, /etc/hosts
./run.sh -m deploy -a all               # deploy (no sudo needed)

See Deployment Guide for prerequisites and full instructions.

To also deploy OpenG2P (Government-to-Person payments), enable it in config/config.ini and run ./run.sh -m deploy -a openg2p. See OpenG2P for details.

For Latest Development Release (May not be stable):

git clone --branch dev https://github.com/openMF/mifos-gazelle.git
cd mifos-gazelle
sudo ./setup-env.sh -e local -u $USER
./run.sh -m deploy -a all

Documentation

Guide Contents
Deployment Guide Install, configure, test end-to-end payments, FAQ
Bulk Payment Tools Submit/verify G2P batch payments, GovStack mode
GovStack Architecture G2P bulk disbursement design and troubleshooting
OpenG2P Deploy OpenG2P G2P payments (commons, PBMS, social-registry, SPAR, g2p-bridge)
Local Development hostPath mounts for iterating on Payment Hub EE code
vNext Standalone Deploy Mojaloop vNext on its own
Raspberry Pi Ubuntu setup on Raspberry Pi 5
Release Notes v2.0.0 changes and component versions
PHEE Release History reference for PaymentHub EE component versions
Mastercard CBS Cross-border payment connector for Payment Hub EE — overview, integration, and quick start
Mastercard CBS — Operator Guide Full config reference, CR spec, operator lifecycle, and troubleshooting

Companion Tools

  • Demo Creator — TUI to author, manage, and deploy Gazelle demos
  • Demo Runtime — Web UI to run interactive demos against a live Gazelle deployment

Additional Resources

About

Mifos-Gazelle is a DPI as a Service offering a Deployable Package for Mifos X, Payment Hub EE, and VNext. With other DPGs planned

Resources

License

Contributing

Stars

29 stars

Watchers

3 watching

Forks

Packages

 
 
 

Contributors

Generated from openMF/mojafos