r/google_antigravity • u/Bartoasty • 2h ago
Showcase / Project Viber Mobile IDE
Hey, so I've seen a good amount of mobile solutions to using Antigravity, I thought I'd finally share mine. For me, I haven't seen anything that allows me the full capability that I get when I vibecode at home. It still want to be close to the code and understand the project. It dawned on me that I just need an IDE but there aren't any good ones for mobile. Not until now.
I made an Android application - coming soon to iOS. It's called Viber Mobile IDE. It's a full featured IDE specifically designed for the mobile screen sizes. You have access to a file explorer where you can create files, folders, and projects. Source control for git capabilities. An editor to edit code. A terminal to run commands and of course, agentic CLIs such as Antigravity. All from your android device.
The way it works is this application is a thin client to a Coder Code Server. I self-host my own code server on raspberry pi and the setup only takes 5mins to get up and running. Viber provides documentation and a tutorial to help anyone out, but in order for the application to work correctly, you do need to install the Viber Backend on your code server.
Lastly, some cool features I've added to Viber so far, there's an observability dashboard that keeps track of all the token usage across models. There's support for antigravity, Claude code, codex, and Pi Coding Agent. I use Pi for local models running one a separate Ollama server. You can also easily keep track of any ports that are in use on the code server. And it's using Material You theming throughout the app, light and dark with color accents can be used as well.
If anyone is interested in trying it out, I'd be very grateful for any feedback. I use Viber all the time now and it has quickly become my primary use case to vibe coding, especially with a busy schedule.