Build status:
·
Latest release
Install directly on any Android device. No Play Store required — just download and sideload. Built automatically from the latest commit.
Download APK
Latest build from main branch · View build status
Or build it yourself:
git clone https://github.com/drewsephski/squidex-mobile.git
cd squidex-mobile
npm install
cd apps/mobile
npx expo prebuild --platform android
cd android && ./gradlew assembleRelease
Build and run on your iPhone using Xcode and a free Apple ID. No paid Developer account needed for device testing.
Prerequisites
macOS with Xcode 16+ installed.
A free Apple ID (no Developer Program membership required).
Build steps
git clone https://github.com/drewsephski/squidex-mobile.git
cd squidex-mobile && npm install
npx expo run:ios
- In Xcode, set your team to your free Apple ID (signing & capabilities)
- Build to your connected iPhone (7-day certificate)
TestFlight and App Store distribution require an Apple Developer Program membership ($99/year).
The bridge is the server-side component that runs on your development machine. Install it globally with npm.
npm install -g squidex-mobile@latest
Then start the bridge:
squidex init
Requires Node.js 20+, and codex, opencode, or cursor-app-server in your PATH.
Browse the source, open issues, or contribute on GitHub. MIT licensed.
View on GitHub
Back to home