Skip to content

shellular-org/shellular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Shellular - open-source remote control for your dev env

Remotely access agents, terminals, code editor, localhost ports and browser DevTools from your phone.

You don't move your workflow to your phone. You bring your existing machine as-is — desktop, laptop, Mac Mini, VPS, whatever — and access it from iOS, Android, or the web.

Download on the App Store Get it on Google Play

📦 Source code

Repository What's inside
app iOS / Android / web client
packages shellular CLI host agent + @shellular/protocol
server WebSocket relay server

What it does

  • Access your actual local repos — even with uncommitted changes
  • Run and interact with AI agents — Claude Code, Codex, OpenCode, Pi & GitHub Copilot CLI, in a proper UI (not inside a terminal)
  • Open localhost apps and dev servers running on your laptop or VPS, from your phone
  • Browser DevTools — JS Console, Inspect, Network tab — copy error logs straight to your coding agents to fix
  • Plus terminal access if you need it
  • File browser & editor — browse, edit, and diff files with CodeMirror 6
  • System monitoring — CPU, memory, and battery dashboards
  • Zero-config localhost access — open the dev servers and apps running on your machine straight from the app, no port forwarding or tunnel setup

Get started

  1. Run npx shellular on your dev machine
  2. Scan the QR code in the app (one time thing)
  3. Approve your device in the CLI (one time thing)

That's it.

Security

  • End-to-end encryption — all messages encrypted with libsodium
  • QR code pairing — the key is exchanged out-of-band and never travels over the network
  • Traffic flows via TLS-encrypted WebSockets
  • Device approval required — every unknown client must be approved before it can connect
  • Open-source relay server — it only relays encrypted traffic, it cannot read it

Architecture

┌─────────────┐        ┌──────────────┐        ┌─────────────────┐
│  app        │  E2E   │  server      │  E2E   │  packages/cli   │
│ (phone/web) │◄──────►│ (relay, wss) │◄──────►│ (host agent on  │
│             │        │              │        │  your dev box)  │
└─────────────┘        └──────────────┘        └─────────────────┘

The relay never sees plaintext — it only forwards libsodium-encrypted frames between the two paired endpoints.

Run the CLI host agent

npx shellular

Scan the QR code printed in the terminal with the Shellular app to connect. See the CLI README for daemon mode, client approval, and all available flags.

Links

License

AGPL-3.0-only

About

Remotely run agents, terminals, code editor and access localhost and browser DevTools from your phone.

Resources

License

Stars

42 stars

Watchers

0 watching

Forks

Contributors