by garfiec
Native Android & iOS client for LibreChat, built with Kotlin Multiplatform and Compose Multiplatform
# Add to your Claude Code skills
git clone https://github.com/garfiec/Librechat-MobileGuides for using ai agents skills like Librechat-Mobile.
Last scanned: 9/26/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-09-26T09:10:23.637Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}See how Librechat-Mobile compares with popular alternatives.
Librechat-Mobile is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by garfiec. Native Android & iOS client for LibreChat, built with Kotlin Multiplatform and Compose Multiplatform. It has 100 GitHub stars.
Yes. Librechat-Mobile passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/garfiec/Librechat-Mobile" and add it to your Claude Code skills directory (see the Installation section above).
Librechat-Mobile is primarily written in Kotlin. It is open-source under garfiec on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh Librechat-Mobile against similar tools.
No comments yet. Be the first to share your thoughts!
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
A third-party native mobile client for LibreChat (Android & iOS). Not affiliated with the official LibreChat project — this is an independent app that connects to any self-hosted LibreChat server, no backend modifications required.
Backend compatibility: Tested against LibreChat v0.8.4 – v0.8.8-rc3. Older releases may work but are not guaranteed; newer releases are supported on a best-effort basis until the next sync.
| Feature | Phone | Tablet / Foldable |
|---|---|---|
| Server Connect — Point the app at any self-hosted LibreChat server | ||
| Home Screen — Clean welcome screen with voice input and quick access | ||
| Conversations Sidebar — Swipe to open your chat history with search, tags, and date grouping | ||
| Predictive Back — Native Android back gesture with peek animation | ||
| Mermaid Diagrams — Interactive flowcharts and diagrams rendered in-chat | ||
| LaTeX Math — Beautifully typeset equations and formulas | ||
| Code Blocks — Syntax-highlighted code with language badge and copy button | ||
| Tables — Clean, scrollable data tables | ||
| Extended Thinking — See the model's reasoning process | ||
| Chat Media — Browse all media shared in the current chat in one place | ||
| Chat Options — Attach files, switch models, toggle tools, and tune parameters | ||
| Model Selection — Searchable bottom sheet with models grouped by provider | ||
| Settings — Theme, language, layout, and personalization options |
Pre-built, signed APKs are published on the Releases page. No need to build from source.
Obtainium installs the app straight from GitHub Releases and keeps it updated automatically.
https://github.com/garfiec/Librechat-Mobile).Release-candidate builds (versions like 2026.07.1-rc1) are published as GitHub pre-releases and are ignored unless you enable Include prereleases for the app in Obtainium.
Download the latest switchboard-vYYYY.MM.P.apk from Releases and open it on your device (you may need to allow installs from your browser/file manager).
All releases are signed with the same key, so updates install in place. Verify a downloaded APK matches the published certificate:
apksigner verify --print-certs switchboard-vYYYY.MM.P.apk
# or check the .sha256 checksum attached to each release:
sha256sum -c switchboard-vYYYY.MM.P.apk.sha256
Signing certificate SHA-256:
66:8A:71:96:6A:07:06:14:D1:44:95:5D:83:E7:23:6A:3C:ED:77:F8:64:08:57:C3:FA:84:B0:3C:CD:E4:0E:59
If the signing key ever changed, Android would refuse the update — so this key is permanent. Never install a build signed with a different certificate over an existing install.
Every release APK carries a SLSA build-provenance attestation, signed by GitHub Actions via Sigstore. Unlike the .sha256 — which whoever attaches a release could regenerate — the attestation proves the binary was produced by this repo's release workflow at a specific commit, and cannot be forged outside GitHub's CI. With the GitHub CLI:
gh attestation verify switchboard-vYYYY.MM.P.apk \
--repo garfiec/Librechat-Mobile \
--signer-wo