MeraLabs is an open-source organisation building developer tools, packages, and utilities that are designed to be actively maintained, production-ready, and genuinely useful — not just weekend projects abandoned after the first commit.
Every repo under MeraLabs follows a simple promise:
- Actively maintained — regular updates, not a graveyard
- Built for real use — installable packages, not just demos
- Open to contributions — good first issues, clear docs, welcoming PRs
| Package | What it does | Install | Status |
|---|---|---|---|
| AlphaPIL | Modular async template-based image generation engine built on Pillow. Write simple text templates with $function[args] syntax — AlphaPIL renders them into images. |
pip install alphapil |
More packages are being built. Watch this org to stay updated.
MeraLabs is run by a small team and contributions of any size are welcome — bug reports, docs fixes, new modules, feature ideas.
To get started on any repo:
# 1. Fork the repo on GitHub
# 2. Clone your fork
git clone https://github.com/YOUR_USERNAME/REPO_NAME.git
# 3. Create a branch
git checkout -b feat/your-feature
# 4. Make your changes, then open a Pull RequestLook for issues tagged good first issue in each repo. If you have an idea for a new tool that fits the MeraLabs philosophy, open a Discussion in the relevant repo.
Labs — because every good thing starts as an experiment.
MeraLabs exists to build tools the community actually needs, keep them alive long after the initial excitement fades, and make them easy for anyone to use and extend.
No bloat. No abandonware. Just useful things, kept running.