Easiest way

Just ask Claude Code

You do not have to learn any of this. Describe your app in plain words: your AI assistant writes the code, Odevio builds and signs it on a real Mac, and whatever breaks along the way gets fixed for you. No Mac, no Xcode, no iOS jargon.

Put my app on my iPhone
On it — building on a Mac now. I’ll fix anything that breaks and tell you when it’s ready.

Ready in three lines

Open your terminal and paste these once:

pip install odevio odevio signup odevio skill install

Already have an Odevio account? Use odevio signin instead of signup.

Linux does everything except sign an iOS app

A Linux workstation is a fine place to build a Flutter app. Android builds, desktop builds, web builds and the whole test suite run without complaint. The iOS release is the single exception, because Apple ships the iOS toolchain and the code-signing tools only inside Xcode, and Xcode only runs on macOS.

This tends to bite hardest in teams that standardised on Linux for good reasons. Introducing one Mac to the setup means new hardware to buy, a machine nobody wants to maintain, and a release process that depends on whoever has it running.

Keep Linux, rent the Mac by the build

Odevio runs the iOS build on Apple hardware on your behalf. Your Linux machine sends the project, Odevio provisions a Mac, installs your certificates and provisioning profiles, runs the build and releases the Mac when it is done. You get a signed app back and never install Xcode.

Because it is Apple hardware rather than a virtualised copy of macOS, you are not one Xcode release away from a broken pipeline, and you are not in breach of Apple’s licence terms.

Built to be scripted

The Odevio CLI installs with pip and is designed to be called from anything that can run a command, which makes it a natural fit for Linux-based automation.

  • Linux icon

    CLI first

    Install with pip, authenticate once, then start builds and fetch artifacts from any shell script.

  • Odevio icon

    No macOS runner in your pipeline

    Your CI stays on Linux runners and calls out to Odevio for the iOS step. Preconfigured integrations are published on our GitHub.

  • App Store icon

    Straight to App Store Connect

    A publication build uploads the signed app for you, so a Linux-only team can still ship TestFlight releases.

  • Xcode icon

    Xcode on demand

    When a project needs a real Xcode change, a configuration build gives you a remote desktop on one of our Macs for as long as you need it.

Three commands from your Linux shell

$ pip install odevio

$ odevio signup

$ odevio build start --build-type configuration

There is also a native Odevio desktop app for Linux if you would rather work from a graphical interface.

What Linux developers ask first

On Windows instead? Read the Windows guide

Start building today

Install the CLI, create your account and launch your first iOS build. Every new account starts with a free trial, no Mac and no credit card needed to try it.

$ pip install odevio

Read next