Skip to content
This project is under active development. Some features may be incomplete.

Introduction

Oore is a self-hosted Codemagic alternative — a Flutter-focused CI/CD platform that runs on your own Mac hardware (Mac mini, Mac Studio) instead of cloud infrastructure.

Why Oore?

Signing credentials stay local

No uploading certificates or provisioning profiles to third parties.

Dedicated hardware

Faster, predictable builds on Apple Silicon you own.

No per-build costs

Fixed hardware cost vs. pay-per-minute cloud builds.

Full control

Your code never leaves your network.

How It Works

Oore consists of three main components:

  1. oored — The server daemon that receives webhooks, manages builds, and executes pipelines
  2. oore — The CLI client for managing repositories and builds
  3. web — The dashboard for team-friendly build management (coming soon)
┌──────────────────────────────────────────────────────────────┐
│ Your Mac Hardware │
├──────────────────────────────────────────────────────────────┤
│ │
│ GitHub/GitLab ──webhooks──▶ oored ──▶ Build Executor │
│ │ │
│ ▼ │
│ CLI/Dashboard ◀────REST API────┘ │
│ │
└──────────────────────────────────────────────────────────────┘

Current Status

FeatureStatus
Webhook triggers✅ Implemented
Repository management✅ Implemented
Build queue✅ Implemented
Service management✅ Implemented
Build pipelines🔧 In progress
Code signing📋 Planned
Artifact storage📋 Planned
Distribution📋 Planned
Web dashboard📋 Planned

Next Steps