Live data from Hacker News

Show HN: Shellular – run Claude Code, Codex, Pi from your phone

shellular.dev

31–40 of 43 posts

Re: Show HN: Shellular – run Claude Code, Codex, Pi from your phone

#32
post #9
post #5

Claude Code has a /remote-control command let's you access the session from their phone app or a browser, is this better?

Codex does too. It's the best of them. Lets you connect directly to your mac, and run codex ON your mac.

Ugh, that's not better at at all

Re: Show HN: Shellular – run Claude Code, Codex, Pi from your phone

#33
Will checkout Shellular.

Used paseo.sh which has Mac and iPhone app. Open source and works with many agents.

Also used Codex Relay App. That was nice but only works with one host.

Shellular plan to have a Mac app in the future?

In general, I think a great UI for coding agents that works across devices and remote boxes is god send.

Re: Show HN: Shellular – run Claude Code, Codex, Pi from your phone

#34
post #33

Will checkout Shellular. Used paseo.sh which has Mac and iPhone app. Open source and works with many agents. Also used Codex Relay App. That was nice but only works with one host. Shellular plan to have a Mac app in the future? In general, I think a great UI for coding agents that works across devices and remote boxes is god send.

we're starting with a web app, so you can connect to the same remote VPS from both your phone and desktop.

check https://app.shellular.dev :)

and yes, we'll introduce a Mac app soon.

Re: Show HN: Shellular – run Claude Code, Codex, Pi from your phone

#35

Earlier quoted context omitted.

build from source is also not working? http://github.com/shellular-org/app

Build is failing due to missing build.json, so I just put Pi (DeepSeek v4 Flash) on it. Been a bit but waiting to see how it works out as I've actually never used Pi for anything before. I'm currently waiting for my Claude weekly quota to reset though, so no time like the present.

hey why don't you try dev build?

just connect your phone to your computer, and run `pnpm run dev android` and that should install it :)

Re: Show HN: Shellular – run Claude Code, Codex, Pi from your phone

#36

Earlier quoted context omitted.

remote control is super annoying. you've to explicitly /remote-control a session/folder for it to work. Shellular shows your all your old sessions, and also create new ones if you want to. also what if you wanna use deepseek on opencode to write plan & cc/codex to execute it? or use terminals and run things for yourself? or see how the localhost site looks by accessing it? or js console to see the error logs & debug?…

> you've to explicitly /remote-control a session/folder for it to work. Actually you only have to do it once (or maybe it a config option) and it automatically remotes future sessions (but you still have to actually run each Claude Code instance). The other stuff is pretty cool and very lacking though.

> very lacking tho

Shellular, or Claude Remote Control?

Re: Show HN: Shellular – run Claude Code, Codex, Pi from your phone

#37
post #32
post #9

Earlier quoted context omitted.

Codex does too. It's the best of them. Lets you connect directly to your mac, and run codex ON your mac.

Ugh, that's not better at at all

Curious why you feel that way... Personally I find the feature convenient because I can prompt Codex, running on my mac, with access to everything I've given it access to, directly from my phone. That means all the plugins, the local CLIs, browser control, everything...

Re: Show HN: Shellular – run Claude Code, Codex, Pi from your phone

#38

Just yesterday I needed this and resorted to running the harness in a sprite[0] in a proot distro[1] in termux: while I appreciated the symbolism of recurrence, it was a pain to set up. Will have a look. [0]: https://sprites.dev/ [1]: https://github.com/termux/proot-distro

lmk if you run into any issues while setting up Shellular :)

Re: Show HN: Shellular – run Claude Code, Codex, Pi from your phone

#39

Earlier quoted context omitted.

Build is failing due to missing build.json, so I just put Pi (DeepSeek v4 Flash) on it. Been a bit but waiting to see how it works out as I've actually never used Pi for anything before. I'm currently waiting for my Claude weekly quota to reset though, so no time like the present.

hey why don't you try dev build? just connect your phone to your computer, and run `pnpm run dev android` and that should install it :)

Yeah I never thought of that. I'm mostly a Python person, so little mobile dev exp.

Re: Show HN: Shellular – run Claude Code, Codex, Pi from your phone

#40

Earlier quoted context omitted.

> you've to explicitly /remote-control a session/folder for it to work. Actually you only have to do it once (or maybe it a config option) and it automatically remotes future sessions (but you still have to actually run each Claude Code instance). The other stuff is pretty cool and very lacking though.

> very lacking tho Shellular, or Claude Remote Control?

Stuff in Shellular is cool, very lacking in Claude Remote Control.

After trying Shellular for a bit I have to honestly say though that it's got some sharp edges. Main one that hit me hard is the sessions don't sync: I expect to see the same thing (live and saved) across CC CLI and CRC as in Shellular and vice versa, but that isn't the case.

Post reply on HN