Hi π,
First of all, thank you for maintaining this great, curated list β itβs a handy reference for LLM engineers.
Iβd like to propose adding Llamatik to the toolkit.
Llamatik is an open-source Kotlin Multiplatform library that enables local / on-device LLM inference across:
- Android
- iOS
- Desktop (JVM)
It provides a unified Kotlin API on top of native backends (based on llama.cpp), with a strong focus on:
- Privacy-first, offline inference
- Sustainability (efficient local execution)
- Cross-platform developer experience (single API, multiple targets)
Key features:
- Kotlin Multiplatform (KMP) first-class support
- Native performance via C++ integration
- Works with Compose Multiplatform apps
- MIT licensed
- Suitable for mobile, desktop, and edge use cases
π Repository: https://github.com/ferranpons/llamatik
π Website: https://llamatik.com
If you think it fits the scope of the list, Iβd be happy to submit a PR or adapt the description/category as needed.
Thanks for your time and for curating this resource!
Hi π,
First of all, thank you for maintaining this great, curated list β itβs a handy reference for LLM engineers.
Iβd like to propose adding Llamatik to the toolkit.
Llamatik is an open-source Kotlin Multiplatform library that enables local / on-device LLM inference across:
It provides a unified Kotlin API on top of native backends (based on
llama.cpp), with a strong focus on:Key features:
π Repository: https://github.com/ferranpons/llamatik
π Website: https://llamatik.com
If you think it fits the scope of the list, Iβd be happy to submit a PR or adapt the description/category as needed.
Thanks for your time and for curating this resource!