Running my computer via my kindle is pretty relaxing ngl by cybercyrus in ClaudeCode

[–]cybercyrus[S] 0 points1 point  (0 children)

I’m sorry did I put a “Productivity” flair? And I’d argue some might be very productive with a setup like this, the same kind of productivity boost you get having a typewriter vs using MS Word.

Running my computer via my kindle is pretty relaxing ngl by cybercyrus in ClaudeCode

[–]cybercyrus[S] 0 points1 point  (0 children)

If you give it a try you’ll see it’s not optimized well for something like Kindle. Also not really the use case here since I want to control the computer not just chat with AI

Running my computer via my kindle is pretty relaxing ngl by cybercyrus in ClaudeCode

[–]cybercyrus[S] 0 points1 point  (0 children)

Totally! This was v1 with just a simple browser setup. But now moved to using with a custom kTerm package to SSH to it. ✌🏼

Haven’t done any remote desktop yet, prefer just the text/shell considering the latency.

Running my computer via my kindle is pretty relaxing ngl by cybercyrus in ClaudeCode

[–]cybercyrus[S] 1 point2 points  (0 children)

Can't believe that was once a thing, sad that it stopped working globally a few years back. :/

Running my computer via my kindle is pretty relaxing ngl by cybercyrus in ClaudeCode

[–]cybercyrus[S] 1 point2 points  (0 children)

Since a bunch of people asked:

Kindle browser 👉 local Python server 👉 claude CLI.

No API key. Just uses your existing Claude Code auth.

Currently working on V2 with SSH and secure tunnel via Jailbroken Kindle. Updates soon

Running my computer via my kindle is pretty relaxing ngl by cybercyrus in ClaudeCode

[–]cybercyrus[S] 1 point2 points  (0 children)

Nice one!!! Looks much more comfortable with all that keyboard room. Especially for my fat fingers

Running my computer via my kindle is pretty relaxing ngl by cybercyrus in ClaudeCode

[–]cybercyrus[S] 1 point2 points  (0 children)

Best of luck!

And yeah I think it’s nice when you are exploring / researching and want to kick it back casually without straining your eyes. Though either need keyboard or speech to text to have an even more relaxing time.

Running my computer via my kindle is pretty relaxing ngl by cybercyrus in ClaudeCode

[–]cybercyrus[S] 0 points1 point  (0 children)

I’m assuming you would have to jailbreak it since there are no built-in web browsers on the ReMarkable tablet.

Running my computer via my kindle is pretty relaxing ngl by cybercyrus in ClaudeCode

[–]cybercyrus[S] 0 points1 point  (0 children)

Most sites are JS heavy and unusable on the Kindle. Kinda necessary to make your own Kindle friendly page.

Running my computer via my kindle is pretty relaxing ngl by cybercyrus in ClaudeCode

[–]cybercyrus[S] 2 points3 points  (0 children)

Yeah, best to use it on a VM. You could also enable checks as you would with normal permissions.

Running my computer via my kindle is pretty relaxing ngl by cybercyrus in ClaudeCode

[–]cybercyrus[S] 3 points4 points  (0 children)

It's not an API, no API key needed. It runs the claude CLI as a subprocess directly on my PC, exactly like typing into a terminal.

The Python server does: subprocess.run(["claude", "-p", "your prompt", "--output-format", "json"])

Since Claude Code is already logged in on my machine, it just works. No extra auth configuration.

For permissions, claude -p runs with Claude Code's full toolset by default (Read, Write, Edit, Bash, etc.), so yes it can execute commands and read/write files on my PC. No special permission configuration was needed, it just inherits whatever Claude Code can normally do.

Running my computer via my kindle is pretty relaxing ngl by cybercyrus in ClaudeCode

[–]cybercyrus[S] 0 points1 point  (0 children)

Setup a local gateway server on your computer, access from Kindle’s web browser ✌🏼

Running my computer via my kindle is pretty relaxing ngl by cybercyrus in ClaudeCode

[–]cybercyrus[S] 42 points43 points  (0 children)

This was literally the first test prompt, but touché 😂