| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Your OpenCode server, in your pocket.
OpenCode Mobile brings the full power of your self-hosted OpenCode AI assistant to your Android device. Chat with your models, manage conversations, and stay productive anywhere.
Download the app:
Connect to your server: Open the app and enter your OpenCode server URL (default: http://ip:4096)
Start chatting: Begin conversations with your AI models instantly
Want to build from source or contribute? See the Development section below.
Check out screenshots and more details on the official website.
OpenCode Mobile is built with Expo and React Native.
Clone the repository and install dependencies:
git clone https://github.com/alvarolorentedev/opencode-mobile.git
cd opencode-mobile
npm installStart the development server:
npm run startFor a development client build:
npm run start:dev-clientnpm run lint # Run linter
npm run typecheck # Type checking
npm run test:e2e:web # End-to-end tests
npm run android # Build Android app
npm run ios # Build iOS appBuild a production Android release:
npm run build:androidBuild a development client:
npm run build:development:androidRelease Automation:
Connection settings are configured inside the app. By default, the app expects an OpenCode server at http://127.0.0.1:4096.
Local configuration files (.env, config.json) are gitignored for security.
| Back | FazBrowse Home | New Git URL |