AfriScore Developers

Self-hosting

Run the AfriScore engine inside your own infrastructure.

The engine is designed to be containerized for institutions with data-residency requirements — no borrower data has to leave your environment.

docker pull afriscore/engine:latest
docker run -p 8080:8080 --env-file .env afriscore/engine:latest

Full deployment guides are on the roadmap alongside the first pilot integration.