You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your interest in improving Open MobileUI! Bug fixes, new features, documentation, UI/UX polish, performance work, and translations are all welcome.
4
+
5
+
## Ways to contribute
6
+
7
+
- 🐛 **Bug fixes** — help us squash bugs and improve stability
8
+
- ✨ **Features** — propose and build new functionality
- ⚡ **Performance** — optimize rendering and app responsiveness
12
+
- 🌍 **Internationalization** — add translations for new languages
13
+
14
+
## Reporting issues
15
+
16
+
Before opening an issue, please [search existing issues](https://github.com/RonasIT/open-webui-react-native/issues) to avoid duplicates.
17
+
18
+
When [filing a new issue](https://github.com/RonasIT/open-webui-react-native/issues/new/choose), pick the template that fits:
19
+
20
+
- 🐛 **Bug report** — for something that's broken. Fill in what happened vs. what you expected, precise steps to reproduce, the app + Open WebUI versions, your device + OS, and screenshots where relevant.
21
+
- ✨ **Feature request** — for new functionality. Describe the use case and the problem it solves, not just the proposed solution.
1. Download the latest `.apk` file from [GitHub Releases](https://github.com/RonasIT/open-webui-react-native/releases)
104
-
2. Enable "Install from Unknown Sources" in your Android device settings
105
-
3. Install the APK file
106
-
4. Launch the app and enter your Open WebUI instance URL
107
-
108
-
#### iOS
109
-
110
-
iOS builds are available through TestFlight or App Store (coming soon). Check [Releases](https://github.com/RonasIT/open-webui-react-native/releases) for TestFlight links.
111
-
112
-
### Option 2: Build from Source
113
-
114
-
See the [Development](#development) section below for detailed build instructions.
115
-
116
-
### System Requirements
117
-
118
-
-**Open WebUI**: active instance with accessible URL
119
-
-**Android**: Android 8.0 (API level 26) or higher
120
-
-**iOS**: iOS 13 or higher
121
-
122
-
### First-Time Setup
123
-
124
-
1.**Launch the App** – Open the installed application
125
-
2.**Enter Server URL** – Provide your Open WebUI instance URL (e.g., `https://your-instance.com`)
126
-
3.**Authenticate** – Sign in with your Open WebUI credentials (email/password)
127
-
4.**Start Chatting** – You're ready to use your AI assistant on mobile!
89
+
1.**Install the App** – Download Open MobileUI from the [App Store](https://apps.apple.com/us/app/open-mobileui/id6754266176) or [Google Play](https://play.google.com/store/apps/details?id=com.open.web.ui)
90
+
2.**Launch the App** – Open the installed application
91
+
3.**Enter Server URL** – Provide your Open WebUI instance URL (e.g., `https://your-instance.com`)
92
+
4.**Authenticate** – Sign in with your Open WebUI credentials (email/password)
93
+
5.**Start Chatting** – You're ready to use your AI assistant on mobile!
128
94
129
95
## 🛠️ Development
130
96
@@ -147,105 +113,13 @@ The codebase follows a modular, scalable architecture:
For detailed setup instructions — prerequisites, cloning, configuring your own Expo project, and running the app — see the [Contributing guide](CONTRIBUTING.md#development-setup).
222
117
223
118
## 🤝 Contributing
224
119
225
120
We welcome and appreciate contributions from the community! Whether you're fixing bugs, adding features, or improving documentation, your help makes this project better.
226
121
227
-
### How to Contribute
228
-
229
-
1.**Fork the Repository** – Create your own fork of the project
230
-
2.**Create a Branch** – Make your changes in a feature branch
231
-
3.**Follow Guidelines** – Adhere to our code style and commit conventions
232
-
4.**Test Your Changes** – Ensure your changes work correctly
233
-
5.**Submit a Pull Request** – Open a PR with a clear description of your changes
234
-
235
-
### Contribution Areas
236
-
237
-
- 🐛 **Bug Fixes** – Help us squash bugs and improve stability
238
-
- ✨ **New Features** – Propose and implement new functionality
- 🎨 **UI/UX Improvements** – Enhance the user experience
241
-
- ⚡ **Performance** – Optimize code and improve app performance
242
-
- 🌍 **Internationalization** – Add translations for new languages
243
-
244
-
### Getting Help
245
-
246
-
- 📋 **Report Issues** – Use [GitHub Issues](https://github.com/RonasIT/open-webui-react-native/issues) for bug reports
247
-
- 💬 **Discussions** – Join [Open WebUI Discussions](https://github.com/open-webui/open-webui/discussions) for questions
248
-
- 📧 **Contact** – Reach out to [Ronas IT](https://ronasit.com) for enterprise support
122
+
See [CONTRIBUTING.md](CONTRIBUTING.md) for how to report issues, set up your development environment, and submit a pull request.
249
123
250
124
---
251
125
@@ -275,17 +149,11 @@ For businesses requiring professional support, custom development, or enterprise
275
149
### Frequently Asked Questions
276
150
277
151
**Q: Is this app free to use?**
278
-
A: Yes! This is an open-source project released under the GNU General Public License v3 (GPL v3). You are free to use, modify, and distribute it under the terms of the GPL v3.
152
+
A: Yes — it's opensource under GPL v3. Commercial use is allowed; see [License](#-license) for the terms.
279
153
280
154
**Q: Do I need to host my own Open WebUI instance?**
281
155
A: Yes, this app connects to your self-hosted Open WebUI deployment. See [Open WebUI Installation](https://docs.openwebui.com/) for setup instructions.
282
156
283
-
**Q: Is my data secure?**
284
-
A: Absolutely. All connections are encrypted, and your data stays on your self-hosted instance. The app never stores or transmits your conversations to third parties. For detailed information about data handling, see our [Privacy Policy](PRIVACY_POLICY.md).
285
-
286
-
**Q: Can I use this for commercial purposes?**
287
-
A: Yes, GPL v3 allows commercial use. However, if you distribute the software (or modified versions), you must also provide the source code and license your modifications under GPL v3. See the [LICENSE](LICENSE.txt) file for complete terms.
288
-
289
157
**Q: How do I report a security vulnerability?**
290
158
A: Please email security concerns directly to our team through [Ronas IT](https://ronasit.com) rather than opening a public issue.
0 commit comments