v1.0 · Open source

Get Squidex

Choose your platform. The bridge CLI connects everything together.

Build status: Build status · Latest release

Android APK

Android

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

iOS

iOS

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

  1. git clone https://github.com/drewsephski/squidex-mobile.git
  2. cd squidex-mobile && npm install
  3. npx expo run:ios
  4. In Xcode, set your team to your free Apple ID (signing & capabilities)
  5. Build to your connected iPhone (7-day certificate)

TestFlight and App Store distribution require an Apple Developer Program membership ($99/year).

CLI Bridge

macOS / Linux / Windows

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.

Source code

GitHub

Browse the source, open issues, or contribute on GitHub. MIT licensed.

View on GitHub

Back to home