Back to browse
GitHub Repository

Self-hosted, Flutter-first mobile CI and internal app distribution platform.

16 starsRust

Oore CI – self-hosted, Flutter-first mobile CI (public alpha)

by _arykumarjha·Feb 18, 2026·8 points·0 comments

AI Analysis

●●SolidShip ItNiche Gem

Flutter-native CI for teams that need on-prem mobile builds, but macOS-only and very early.

Strengths
  • OIDC auth eliminates local password management, reducing attack surface for self-hosted setups.
  • Monorepo-native tooling with Rust daemon + Bun frontend shows production-grade architecture thinking.
  • Live demo + detailed onboarding guides show author invested in UX friction early.
Weaknesses
  • macOS-only V1 locks out Linux and Windows shops; Android developers won't bite.
  • Public alpha means breaking API changes; no production track record yet.
Target Audience

Mobile developers and teams running Flutter CI on private infrastructure

Similar To

Woodpecker CI · Codemagic · Fastlane (for distribution)

Post Description

Built Oore CI to run mobile CI + internal app distribution on your own infrastructure.

Public alpha is live. It’s early, and I’m looking for practical feedback from people who actually try it.

Start here: - Install guide: https://docs.oore.build/getting-started/install - Alpha onboarding: https://docs.oore.build/getting-started/public-alpha - Known limitations: https://docs.oore.build/getting-started/known-limitations - Live demo: https://demo.oore.build - Repo: https://github.com/devaryakjha/oore.build

Install command (from the guide): curl -fsSL https://oore.build/install | bash

If you try it and something feels rough or unclear, I’d really appreciate a quick issue: https://github.com/devaryakjha/oore.build/issues/new/choose

Similar Projects