Last night at 10:57 PM, Apple sent the email every indie dev waits for: "We're pleased to let you know that your app, Banana Code, has been approved for distribution."
Banana Code Cloud is officially live on the iOS App Store. You can download it right now on your iPhone or iPad and start writing code from your couch, your commute, or wherever ideas hit you.
This is a milestone I've been working toward for months, and it feels surreal to finally type those words.
What Is Banana Code Cloud?
Banana Code Cloud is a mobile AI coding app. You connect a GitHub repo, write an instruction in plain English, pick an AI model, and it generates a pull request with working code. No laptop required.
It's part of a larger platform that includes a desktop IDE and a terminal CLI. But Cloud is the one that makes people do a double take. The idea that you can ship real code from your phone still sounds like science fiction to most developers.
It's not. It works. And now it's on the App Store.
The Road Here
Building a mobile coding tool that actually works required solving problems most dev tools never have to think about:
- Server-side execution. You can't run a code agent on an iPhone. Every coding session spins up a Rust-based worker on the server that clones the repo, runs the AI, creates the branch, and opens the PR.
- Model flexibility. I didn't want to lock users into one AI provider. Banana Code Cloud supports Claude, GPT, Gemini, Llama, DeepSeek, and more. You bring your own keys, or use our Monkey Models (three tiers of AI, each tuned for different coding styles).
- GitHub-native workflow. Every output is a real PR on your real repo. No sandboxes, no toy environments. Your CI runs, your reviewers review, and you merge when you're ready.
Why Mobile?
There's a growing movement of people building software who don't come from traditional CS backgrounds. They think in ideas and outcomes, not syntax and build systems. "Vibe coders," as the internet calls them.
These people don't want to configure a dev environment. They don't want to learn git commands. They want to describe what they need and have it built. And they want to do it from the device that's already in their hand.
That's who Banana Code Cloud is for. Not a dumbed-down version of a dev tool. A different kind of tool entirely, built from scratch for a different kind of builder.
What's Next
The App Store approval is the starting line, not the finish. Here's what's coming:
- Android. The codebase is Expo/React Native, so Android is coming soon. If you want early access, join the beta.
- Live session streaming. Watch the AI write code in real-time from your phone, with the ability to pause, redirect, or cancel mid-session.
- Monkey Models v2. Better routing, better personality tuning, and support for more open-source models as backends.
- Team features. Shared repos, team billing, and collaborative sessions are on the roadmap for later this year.
If you've been following the Banana Code journey, thank you. If you're just finding us, welcome. The beta is free, and I read every piece of feedback that comes in.
Download Banana Code Cloud on the App Store, or check out the full platform at bananacode.ai/cloud.
Let's build something.