Live data from Hacker News

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

shellular.dev

21–30 of 43 posts

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

#22

Hmm I've been working on something fairly similar. Looks like I can shelve/defer it :).

Ah, Android app doesn't work without Google Play services, which I have permanently disabled. Looks like I'm back to working on my own thing.

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

#24

Hmm I've been working on something fairly similar. Looks like I can shelve/defer it :).

Ah, Android app doesn't work without Google Play services, which I have permanently disabled. Looks like I'm back to working on my own thing.

build from source is also not working?

http://github.com/shellular-org/app

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

#25
post #13

The problem is we never know if the next update doesn’t change the security to non existent and suddenly your computer is controlled by someone else.

fair concern, but a few things should help:

- it's open source, so the update itself is auditable, not a black box push. github.com/shellular-org/packages/actions

- it's E2E encrypted end to end, so even if you don't fully trust us, the relay itself never sees your session

- you're running it via npx shellular, so you can pin a version instead of always pulling latest if you want to control exactly when you upgrade

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

#26
post #18

So this is something like https://paseo.sh ? I use that sometimes and like it. Not only mobile but also a web UI. On your homepage you only compare with two proprietary ones. Please consider adding Paseo as well.

ohh will check. thanks man!

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

#27
Looks really promising! I find the claude mobile app a bit lacking ie. slash commands missing (compacting or clearing etc.) Some feedback and questions:

- When I chat via the shellular app, I don't see the messages appear in my terminal. Is that expected? Using cmux fwiw.

- I'm using a Fable agent but the app is showing Opus. Have I been silently downgraded? Both CC and ccstatusline are showing Fable.

- On the home screen it seems to show my agents as well as sub-agents under active sessions whereas under the agents tab I only see what appears to be the main agents. Would be nice for this to be consistent across the screens as well as having a toggle to show/hide sub-agents.

- Loading the sub-agent doesn't bring up any chat history. Would be cool to see how the subagent is working.

- When I re-opened the app after about an hour of having it closed, it wasn't able to reconnect. I did update the mobile app in between so maybe that caused an issue.

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

#28

Looks really promising! I find the claude mobile app a bit lacking ie. slash commands missing (compacting or clearing etc.) Some feedback and questions: - When I chat via the shellular app, I don't see the messages appear in my terminal. Is that expected? Using cmux fwiw. - I'm using a Fable agent but the app is showing Opus. Have I been silently downgraded? Both CC and ccstatusline are showing Fable. - On the home s…

hey thanks for trying and giving detailed feedback :)

- i think that's because claude code doesn't really "watch" it. if you exit and resume the session again in your terminal (claude --resume ), it will show up with new messages.

- maybe a bug on our end, or ACP (https://github.com/agentclientprotocol/claude-agent-acp)... will check. can you click there, and manually change model for the time being?

- ahh i missed that... yeah to start with we should only show main agents

- makes sense, because ACP doesn't support it yet.

- that shouldn't be a problem. what error msg did you see in the app? was Shellular CLI running on your computer/VPS?

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

#29

Earlier quoted context omitted.

Ah, Android app doesn't work without Google Play services, which I have permanently disabled. Looks like I'm back to working on my own thing.

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.

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

#30
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

Post reply on HN