
Hello, I wish to use the Appwrite client in my Kotlin multiplatform project, which targets Android, iOS, web, and desktop clients. AFAIK, there is a lack of client SDKs for desktop (Linux, Windows). So, I have two questions:
- Is there a plan to support Linux and Windows clients as well?
- Does it make sense to create such a wrapper?

I'll let appwrite team answer, but I suggest to create a rest wrapper, you can autogenerate it from specs : https://github.com/appwrite/appwrite/tree/master/app/config/specs

The kotlin SDK is meant to be used server side and we won't change that.
I don't think we have the resources to work on creating a kotlin client SDK. You could create a feature request though and if there is a lot of š it would move up on our radar.
You could maybe contribute a kotlin client SDK but it would need to be into the SDK generator repo.
Recommended threads
- Appwrite REST API Docs in LLM-Friendly F...
Is there a version of the Appwrite REST API documentation available in a format suitable for LLM vector embedding? Specifically, Iām referring to the following ...
- OpenAI Whisper on Appwrite Sites
Hey guys, just wondering if I can serve an OpenAI Whisper AI on appwrite / appwrite sites. tiny model is like ~40-50MB
- Google Oauth help
this error pops up (TypeError: (0 , {imported module [project]/src/lib/auth.ts [app-rsc] (ecmascript)}.signIn) is not a function) but cant find a way to solve i...
