Bitrise is the leading mobile DevOps platform, empowering over 8,500 brands worldwide including Generali, Shopify, TripAdvisor and BuzzFeed. Bitrise provides a full-stack, vertically integrated mobile DevOps solution that unites the tools, processes and testing frameworks engineering teams need to build best-in-class mobile experiences.
This is the 3rd launch from Bitrise. View more
Bitrise Remote Dev Environments
Launching today
Bitrise RDE gives you cloud Macs & Linux machines that start in seconds, the same machines, stacks and caches as your CI.
Give every agent its machine and run them in parallel via MCP, or attach VS Code, Cursor or Claude Code. Archive when you stop, restore later.




Free Options
Launch Team / Built With




Orbital
Congrats on the launch! How long are the VMs stored, how long can I restore them and work on them?
Bitrise
@djoragui Thank you so much for your support 🎉💛
Bitrise
@djoragui
On the virtual machines being stored, I checked with my team:
VPs can be shored indefinitely, as long as you don't delete it and the stack it was created from is still available on Bitrise. There is no inactivity-based deletion of terminated sessions.
However! Your session's disk holds only your changes on top of that stack image, so it can't be started once the image is gone. Stack removals follow the published stack deprecation and removal policy, with at least four weeks' notice. Upcoming removals are listed on the upcoming stack deprecations page, and you can subscribe to RSS updates to follow them.
Bitrise
@aorcsik Thanks for checking out RDE, Tony 🎉 Great q!
Bitrise
@aorcsik I just checked the docs on this.
Yes, you can run as many in parallel as your subscription/contract allows you to run. Typically, one agent <> one VM is how we use it. We have an orchestrator we call “Kolega” that coordinates these agents, there is an open-source reference code for it on GitHub.
And they all use git/github to collaborate code and changes, just like any software engineer groups. My teammate and RDE maker ✨, @balazsrostas wrote a good guide on this https://bitrise.io/blog/post/how-we-built-a-coding-agent-that-lives-in-slack-and-the-recipe-to-build-your-own
Bitrise
Hey Product Hunt!
Absolutely thrilled to be releasing RDE with you all here! Developers have Macbooks, Agents now have RDE!
If you are building a mobile app, after writing code you would launch the app in a simulator, test and iterate. Bitrise Remote Dev Environments gives Agents the same capability, and they perform better because of it. Not only does agents become more capable, RDE enables fully autonomous agents too. An orchestrator can pick up tasks from Slack or JIRA, spin up an RDE with an agent to do a task, create a PR and then shutdown or archive itself.
Here is a demo of using RDE CLI to update an iOS App for Xcode 27
Bitrise
Hi Product Hunt, I’m Szabi, Distinguished Software Engineer and Tech Lead of Platform at Bitrise. 👋
I loved working on this product. Persistent disks at SSD speed for macOS VMs was one of the hardest problems. Think of it as EBS for EC2 Macs, except it runs at local SSD speed. It's what lets you or an agent work in an RDE for days and have every line of code, every cache, and every dependency still be there next session. Today we get there by accepting some extra startup and shutdown time. We already have a proof of concept with the same disk performance and zero added delay. Stay tuned!
Bitrise
@szabolcs_gelencser Thanks for all your help with RDE 💛 This was such a team effort product :)
Heyday Health
Intriguing, congrats on the launch! Do you have anything preinstalled on VMs?
Bitrise
@flreln Thanks for checking RDE :)
Bitrise
@flreln On your question - Yes, and quite a lot.
The VMs are cloned from the same images our CI fleet runs, so on macOS you get Xcode with your choice of version, the iOS simulators and devices, and the usual tooling (Git, npm, fastlane).
On Linux you get Docker and the standard toolchain.
Caches are shared with Bitrise CI, so dependencies come down warm instead of from scratch. If you need something beyond that, you can customise a session with a few scripts or bake it into a template.
Bitrise
@flreln anything on top of that you might need?
It seems, I don't have to upgrade my laptop anymore. Thank you! :)
Bitrise
@daniel_bodnar91 lol :) you don't have to!
Really exciting product, congrats team! The coolest feature for me is that I can start multiple agents from my 16GB macbook air without launching any iOS simulator on it.
Bitrise
Thanks for the support @ramil_yanbulatov, hope your agents enjoy RDE too!
@ramil_yanbulatov yes, ability to go in parallel with many agents is insane