Shellular runs full dev stack on phone
- Biraj launched Shellular, a mobile app that turns a phone into a remote console for your own dev machine, bundling terminal, files, Git, ports, and DevTools. - The telling detail is what it does not do: no cloud VM and no SSH setup. You scan a QR code, then control Claude Code, Codex, and localhost. - That matters because phone coding used to mean brittle SSH hacks. Shellular packages the whole remote-dev stack into one mobile workflow.
Shellular is not a phone IDE in the old sense. It is basically a remote cockpit for the computer you already own. The pitch is simple — keep your Mac, desktop, homelab box, or GPU machine running, then use your phone to reach the whole development environment from anywhere. That means terminal, files, Git, forwarded ports, a browser, and even AI coding agents in one app. ### What actually launched? Biraj, the developer behind Shellular, pushed the product live as a public app and website in early May, with Android and iPhone listings already up and the Android app updated on May 4, 2026. The product site says it is in beta and frames the app as “remote development from your phone,” not a local coding environment running fully on-device. ### So is the code running on the phone? No — and that distinction matters. (shellular.dev) Shellular connects your phone to your development computer over an encrypted connection. The heavy lifting still happens on your laptop, desktop, Mac mini, server, or homelab machine. Your phone becomes the control surface. That is less magical than “full stack on phone,” but way more practical, because it means the app can reuse your real machine, real files, and real toolchain. ### What do you get inside the app? The app bundles the pieces developers normally stitch together by hand. There is a full terminal emulator, file browsing and editing, inline Git status, port access for localhost apps, an in-app browser with DevTools, and system monitoring for CPU, memory, disk, uptime, active ports, and processes. In plain English — you can check a bug, inspect a page, restart a service, review an agent’s changes, and verify the fix without opening a laptop. (shellular.dev) ### Why are AI agents such a big part of this? Because terminal-first coding agents changed the shape of remote work. Shellular explicitly supports tools like Claude Code, Codex, OpenCode, Copilot CLI, and Pi from one place. That makes the phone less about typing long stretches of code on glass and more about supervising, approving, inspecting, and nudging an agent that is already working on your machine. Anthropic’s own Claude Code now has mobile remote control too, which shows this is becoming a real category, not a one-off hack. (play.google.com) ### Why is this better than plain SSH? Convenience, mostly. The old way was a pile of parts — SSH, Tailscale, tmux, port forwarding, maybe a separate mobile browser, maybe another app for files. It worked, but it was fragile and annoying on a phone. Shellular’s whole bet is that developers want one QR-based setup and one interface that keeps the remote session, localhost preview, and agent workflow together. (shellular.dev) ### What is the security model? Shellular says the connection is end-to-end encrypted, uses TLS in transit, and requires explicit client approval on the host machine. The docs and GitHub footprint also suggest there is a host agent plus a relay server, which fits the product’s “scan and connect” flow. That does not automatically make it risk-free, but it is clearly aiming to be safer and simpler than exposing raw SSH to the internet. (play.google.com) ### What is the catch? The catch is that this is still remote development on a small screen. Great for triage, bugfixes, deploy checks, and agent supervision. Less great for deep refactors, architecture work, or anything that needs lots of side-by-side context. Even people excited about phone-based Claude Code setups keep coming back to the same limit — six inches is not a lot of workspace. (play.google.com) ### Bottom line? Shellular matters because it packages a messy, increasingly common workflow into a single mobile product. The breakthrough is not “your phone replaced your laptop.” It is that your phone can now act like a decent remote front end for the machine — and the AI agents — that already do the real work. (shellular.dev) (builder.io)