HackerTrans
トップ新着トレンドコメント過去質問紹介求人

sherlock-holmes

10 カルマ登録 11 日前
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.

投稿

Meta releases Muse Spark 1.1 for agentic tasks and coding

twitter.com
2 ポイント·投稿者 sherlock-holmes·4 日前·2 コメント

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

shellular.dev
33 ポイント·投稿者 sherlock-holmes·6 日前·41 コメント

Palantir's Manifesto on AI Sovereignty

twitter.com
3 ポイント·投稿者 sherlock-holmes·11 日前·2 コメント

コメント

sherlock-holmes
·2 時間前·議論
incredible
sherlock-holmes
·2 時間前·議論
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
·19 時間前·議論
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
·19 時間前·議論
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
·4 日前·議論
if you feel that way, then you will love Shellular :)
sherlock-holmes
·4 日前·議論
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
·4 日前·議論
ty man
sherlock-holmes
·5 日前·議論
lmk if you run into any issues while setting up Shellular :)
sherlock-holmes
·5 日前·議論
> very lacking tho

Shellular, or Claude Remote Control?
sherlock-holmes
·5 日前·議論
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
·5 日前·議論
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
·6 日前·議論
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
·6 日前·議論
ohh will check. thanks man!
sherlock-holmes
·6 日前·議論
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
·6 日前·議論
build from source is also not working?

http://github.com/shellular-org/app
sherlock-holmes
·6 日前·議論
will check, thanks man!
sherlock-holmes
·6 日前·議論
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
·6 日前·議論
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
·6 日前·議論
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
·6 日前·議論
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.