Update README
24
README.md
|
|
@ -1,6 +1,8 @@
|
|||
# LibreChat Android
|
||||
|
||||
Native Android client for [LibreChat](https://www.librechat.ai/). Connects to any self-hosted LibreChat server — no backend modifications required.
|
||||
[](https://github.com/danny-avila/LibreChat/releases/tag/v0.8.4)
|
||||
|
||||
A third-party native Android client for [LibreChat](https://www.librechat.ai/). Not affiliated with the official LibreChat project — this is an independent app that connects to any self-hosted LibreChat server, no backend modifications required.
|
||||
|
||||
## Features
|
||||
|
||||
|
|
@ -16,6 +18,26 @@ Native Android client for [LibreChat](https://www.librechat.ai/). Connects to an
|
|||
- **Tablet** — Adaptive dual-pane layout (600dp+) with persistent sidebar
|
||||
- **Accessibility** — Semantic headings, content descriptions, 48dp touch targets, live regions
|
||||
|
||||
## Screenshots
|
||||
|
||||
| Feature | Phone | Tablet / Foldable |
|
||||
|---|---|---|
|
||||
| **Server Connect** — Point the app at any self-hosted LibreChat server | <img src="docs/screenshots/server-url-phone.png" width="280"> | <img src="docs/screenshots/server-url-tablet.png" width="380"> |
|
||||
| **Home Screen** — Clean welcome screen with voice input and quick access | <img src="docs/screenshots/home-phone.png" width="280"> | <img src="docs/screenshots/home-tablet.png" width="380"> |
|
||||
| **Conversations Sidebar** — Swipe to open your chat history with search, tags, and date grouping | <img src="docs/screenshots/sidebar-phone.gif" width="280"> | <img src="docs/screenshots/sidebar-tablet.gif" width="380"> |
|
||||
| **Predictive Back** — Native Android back gesture with peek animation | <img src="docs/screenshots/predictive-back-phone.gif" width="280"> | <img src="docs/screenshots/predictive-back-tablet.gif" width="380"> |
|
||||
| **Mermaid Diagrams** — Interactive flowcharts and diagrams rendered in-chat | <img src="docs/screenshots/mermaid-phone.png" width="280"> | <img src="docs/screenshots/mermaid-tablet.png" width="380"> |
|
||||
| **LaTeX Math** — Beautifully typeset equations and formulas | <img src="docs/screenshots/latex-phone.png" width="280"> | <img src="docs/screenshots/latex-tablet.png" width="380"> |
|
||||
| **Code Blocks** — Syntax-highlighted code with language badge and copy button | <img src="docs/screenshots/code-phone.png" width="280"> | <img src="docs/screenshots/code-tablet.png" width="380"> |
|
||||
| **Tables** — Clean, scrollable data tables | <img src="docs/screenshots/table-phone.png" width="280"> | <img src="docs/screenshots/table-tablet.png" width="380"> |
|
||||
| **Extended Thinking** — See the model's reasoning process | <img src="docs/screenshots/thinking-phone.png" width="280"> | <img src="docs/screenshots/thinking-tablet.png" width="380"> |
|
||||
| **Image Generation** — AI-generated images via agents | <img src="docs/screenshots/imagegen-phone.png" width="280"> | <img src="docs/screenshots/imagegen-tablet.png" width="380"> |
|
||||
| **Chat Options** — Attach files, switch models, toggle tools, and tune parameters | <img src="docs/screenshots/chat-options-phone.png" width="280"> | <img src="docs/screenshots/chat-options-tablet.png" width="380"> |
|
||||
| **Model Selection** — Searchable bottom sheet with models grouped by provider | <img src="docs/screenshots/model-selection-phone.png" width="280"> | <img src="docs/screenshots/model-selection-tablet.png" width="380"> |
|
||||
| **Model Parameters** — Fine-tune temperature, top-p, tokens, and custom instructions | <img src="docs/screenshots/model-params-phone.png" width="280"> | <img src="docs/screenshots/model-params-tablet.png" width="380"> |
|
||||
| **Photo Upload** — Attach images from your gallery or camera | <img src="docs/screenshots/photo-upload-phone.png" width="280"> | <img src="docs/screenshots/photo-upload-tablet.png" width="380"> |
|
||||
| **Settings** — Theme, language, layout, and personalization options | <img src="docs/screenshots/settings-phone.png" width="280"> | <img src="docs/screenshots/settings-tablet.png" width="380"> |
|
||||
|
||||
## Server Setup
|
||||
|
||||
The app works with any standard LibreChat server. During onboarding, you'll enter your server URL (e.g., `https://chat.example.com` or `http://192.168.1.100:3080`).
|
||||
|
|
|
|||
BIN
docs/screenshots/chat-options-phone.png
Normal file
|
After Width: | Height: | Size: 1.2 MiB |
BIN
docs/screenshots/chat-options-tablet.png
Normal file
|
After Width: | Height: | Size: 1.5 MiB |
BIN
docs/screenshots/code-phone.png
Normal file
|
After Width: | Height: | Size: 562 KiB |
BIN
docs/screenshots/code-tablet.png
Normal file
|
After Width: | Height: | Size: 460 KiB |
BIN
docs/screenshots/home-phone.png
Normal file
|
After Width: | Height: | Size: 424 KiB |
BIN
docs/screenshots/home-tablet.png
Normal file
|
After Width: | Height: | Size: 315 KiB |
BIN
docs/screenshots/imagegen-phone.png
Normal file
|
After Width: | Height: | Size: 2.4 MiB |
BIN
docs/screenshots/imagegen-tablet.png
Normal file
|
After Width: | Height: | Size: 4.2 MiB |
BIN
docs/screenshots/latex-phone.png
Normal file
|
After Width: | Height: | Size: 539 KiB |
BIN
docs/screenshots/latex-tablet.png
Normal file
|
After Width: | Height: | Size: 428 KiB |
BIN
docs/screenshots/mermaid-phone.png
Normal file
|
After Width: | Height: | Size: 543 KiB |
BIN
docs/screenshots/mermaid-tablet.png
Normal file
|
After Width: | Height: | Size: 435 KiB |
BIN
docs/screenshots/model-params-phone.png
Normal file
|
After Width: | Height: | Size: 497 KiB |
BIN
docs/screenshots/model-params-tablet.png
Normal file
|
After Width: | Height: | Size: 918 KiB |
BIN
docs/screenshots/model-selection-phone.png
Normal file
|
After Width: | Height: | Size: 1.4 MiB |
BIN
docs/screenshots/model-selection-tablet.png
Normal file
|
After Width: | Height: | Size: 2.3 MiB |
BIN
docs/screenshots/photo-upload-phone.png
Normal file
|
After Width: | Height: | Size: 477 KiB |
BIN
docs/screenshots/photo-upload-tablet.png
Normal file
|
After Width: | Height: | Size: 780 KiB |
BIN
docs/screenshots/predictive-back-phone.gif
Normal file
|
After Width: | Height: | Size: 2.8 MiB |
BIN
docs/screenshots/predictive-back-tablet.gif
Normal file
|
After Width: | Height: | Size: 1.8 MiB |
BIN
docs/screenshots/server-url-phone.png
Normal file
|
After Width: | Height: | Size: 413 KiB |
BIN
docs/screenshots/server-url-tablet.png
Normal file
|
After Width: | Height: | Size: 303 KiB |
BIN
docs/screenshots/settings-phone.png
Normal file
|
After Width: | Height: | Size: 375 KiB |
BIN
docs/screenshots/settings-tablet.png
Normal file
|
After Width: | Height: | Size: 334 KiB |
BIN
docs/screenshots/sidebar-phone.gif
Normal file
|
After Width: | Height: | Size: 2.8 MiB |
BIN
docs/screenshots/sidebar-tablet.gif
Normal file
|
After Width: | Height: | Size: 2.8 MiB |
BIN
docs/screenshots/table-phone.png
Normal file
|
After Width: | Height: | Size: 501 KiB |
BIN
docs/screenshots/table-tablet.png
Normal file
|
After Width: | Height: | Size: 409 KiB |
BIN
docs/screenshots/thinking-phone.png
Normal file
|
After Width: | Height: | Size: 527 KiB |
BIN
docs/screenshots/thinking-tablet.png
Normal file
|
After Width: | Height: | Size: 400 KiB |