Get

Download

Get AirCode Ø running
in under a minute.

Free during the current beta — no card required. Paid plans are coming later, and early users who sign in can keep managed Relay included (pricing details).

Native mobile apps

AirCode Ø goes wherever you do.

Launch agents, watch live work, answer attention requests and continue the exact same sessions from Android, iPhone or iPad.

Phone · tablet

Android

your platform

Install the signed APK directly. The same native app is also prepared for Google Play release tracks.

Checking the signed beta channel…

Phone · tablet

iPhone & iPad

your platform

Use the native iOS and iPadOS app through TestFlight while the App Store rollout is prepared.

TestFlight distribution · no public IPA download

AirCode Ø native mobile Dashboard in Vice Sunset Light showing live agent work and compact chat previews

Web app · iPhone, iPad & Android · No app store required

Install on iPhone, iPad & Android.

The installable web app connects directly to your own AirCode Ø instance. It stays available even when a native Store release is unavailable, and it is independent of the signed release manifest on this page.

  • Full responsive workspace and live sessions
  • Home Screen icon, standalone window and Web Push
  • Automatic updates from your instance

Already have an HTTPS instance?

Open its private install page

Checked only in this browser. The address is never submitted to aircodezero.com, stored here or included in analytics.

No HTTPS address yet? Managed Relay gives signed-in accounts a secure generated address. Free includes one online machine; Pro expands Relay capacity and lets you choose the prefix. Compare Relay plans

Linux app

your platform

Desktop app with the full local server embedded. Choose a portable AppImage or a Debian package.

Recent glibc distribution

Checking the signed beta channel…

macOS app

your platform

Desktop app with the full server embedded — local sessions plus remote servers in one window.

macOS 13+ · Developer ID and notarization required

Checking the signed beta channel…

Windows app

your platform

Desktop app with the native server embedded. Run your sessions on this machine, or connect to any remote server.Compare client and server modes.

Get from Microsoft StoreRecommended · verified by Microsoft

Direct installer warning: Windows may display “Windows protected your PC.” Review the illustrated steps before downloading.

Windows 10 1903+ / 11 x64 · no WSL required

Checking the signed beta channel…

Optional execution backend

Docker sandbox preview

Keep AirCode Ø on the host, then run each selected Codex session in its own constrained worker. The Web, Desktop and native mobile launchers all expose the same Local / Docker choice.

  • the selected checkout is mounted read-write
  • the rest of your home and the Docker socket stay out
  • Local sessions remain available in parallel

aircodezero/session-runtime:preview is public for amd64 and arm64.

Docker preview
$ docker pull aircodezero/session-runtime:preview
$ AIRCODE_DOCKER_IMAGE=aircodezero/session-runtime:preview aircode

Integrity

Verify your download

Every release ships .sha256 and .sig files. The command-line installer verifies checksums and Ed25519 signatures automatically; direct desktop downloads are listed in the same signed release manifest. SetAIRCODE_REQUIRE_SIGNATURE=1 to make command-line verification mandatory.

  • sha256 checksum on every artifact
  • Ed25519 signature on every release
  • signed channel manifests — tampering is rejected outright
verify
$ curl -fsSLO https://dl.aircodezero.com/releases/<version>/<file>.sha256
$ sha256sum -c <file>.sha256

Staying current

Updates

Versions install side by side; switching is atomic and--rollback is instant. Running sessions live in tmux — they are never killed by an update.

Details in Updates & channels.

updates
$ aircode update --check     # what's new
$ aircode update             # apply — sessions preserved
$ aircode update --rollback  # instant switch back

Good to know

Download FAQ

Why does the desktop app take up around 1.6 GB?

AirCode Ø is more than a thin desktop shell. It includes the local server, the desktop runtime and several tested native agent CLIs, so local sessions can start without a chain of first-run downloads. That self-contained setup accounts for most of the installed footprint; the exact size varies by platform and release. Provider sign-ins and usage still stay with the accounts you configure.