HackerTrans
TopNewTrendsCommentsPastAskShowJobs

sherlock-holmes

10 karmajoined há 11 dias
i want to build something that is used and loved by 10+ million people.

currently building <shellular.dev>.

once you eliminate the impossible, whatever remains, however improbable, must be the truth.

Submissions

Meta releases Muse Spark 1.1 for agentic tasks and coding

twitter.com
2 points·by sherlock-holmes·há 4 dias·2 comments

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

shellular.dev
33 points·by sherlock-holmes·há 6 dias·41 comments

Palantir's Manifesto on AI Sovereignty

twitter.com
3 points·by sherlock-holmes·há 11 dias·2 comments

comments

sherlock-holmes
·há 2 horas·discuss
incredible
sherlock-holmes
·há 2 horas·discuss
i wish they had benchmarked it against parakeet-unified-en-0.6b and cohere-transcribe-03-2026. i am using parakeet with https://handy.computer daily and it's amazing.
sherlock-holmes
·há 19 horas·discuss
i was gonna crash out before i read this and realized that it's a joke lol

> Before LARP, growth was constrained by whether customers actually paid us. That's no longer a bottleneck we think about
sherlock-holmes
·há 19 horas·discuss
building https://shellular.dev, an app that let's you use your dev env from anywhere - your agents (Claude Code, Codex. OpenCode, Pi etc.), persistent terminals, local repos and code editor, in-app browser to remotely access localhost:<any-port> and js console for debugging.
sherlock-holmes
·há 4 dias·discuss
if you feel that way, then you will love Shellular :)
sherlock-holmes
·há 4 dias·discuss
firstly, thank you!

now regarding sessions, that's really unexpected. the sessions are on your computer/VPS, so if you start a session in your computer, they should show up in Shellular, and vice-versa.

what's the best place to chat more about this with you?

i am available on: - x.com/biraj21_ - www.linkedin.com/in/biraj21 - [email protected] - our discord server: discord.gg/qmaXbcdQS
sherlock-holmes
·há 4 dias·discuss
ty man
sherlock-holmes
·há 5 dias·discuss
lmk if you run into any issues while setting up Shellular :)
sherlock-holmes
·há 5 dias·discuss
> very lacking tho

Shellular, or Claude Remote Control?
sherlock-holmes
·há 5 dias·discuss
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 :)
sherlock-holmes
·há 5 dias·discuss
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.
sherlock-holmes
·há 6 dias·discuss
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 <session-id>), 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?
sherlock-holmes
·há 6 dias·discuss
ohh will check. thanks man!
sherlock-holmes
·há 6 dias·discuss
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
sherlock-holmes
·há 6 dias·discuss
build from source is also not working?

http://github.com/shellular-org/app
sherlock-holmes
·há 6 dias·discuss
will check, thanks man!
sherlock-holmes
·há 6 dias·discuss
essentially i guess, but also more more than just a chat UI because Shellular also gives you persistent terminals, localhost access, code editor, browser devtools, git UI, etc.

also we're compatible with ACP (https://agentclientprotocol.com/get-started/introduction).

why don't you try the app and check it out on github too at github.com/shellular-org :)
sherlock-holmes
·há 6 dias·discuss
yes, but you can lock it.

and even close the lid by keeping it connected to AC power, and after running

pmset -a disablesleep 1

and with Claude remote control, you've to explicitly /remote-control a session/folder for it to work.

Shellular shows your all your old sessions, let's you continue them, 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?

we give you access to all of it, not just a chat UI :)
sherlock-holmes
·há 6 dias·discuss
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?

we give you access to all of it, not just a chat UI :)
sherlock-holmes
·há 6 dias·discuss
yessir!

at the end of the day, everything lives on your machine (Mac, PC, or VPS), so even you get disconnected from the app, things would still be alive on your machine.

and you can reconnect anytime, as long as Shellular CLI is running.