Live data from Hacker News

Show HN: Klaus – OpenClaw on a VM, batteries included

klausai.com

21–30 of 104 posts

Re: Show HN: Klaus – OpenClaw on a VM, batteries included

#21
post #4

Does the claw in the VM have proven capability (verified by your team) to track changes it makes to itself and persist across reboots? What about rollback capability?

We allow you to backup to a private Github repo you own so if you want to version control your setup that way you can. Otherwise most changes are tracked in the chat history and the LLM has some ability to repair itself or validate changes before they are made.

Why not use something like Temporal to recover state?

Re: Show HN: Klaus – OpenClaw on a VM, batteries included

#22
What's the best "docker with openclaw" currently available? I have my own computers to run it on (I don't need a server). I want to play around, but containerized to avoid the security risk of MacOS app.

There seem to be about 20 options, and new ones every day. Any consensus on the best few are, and their tradeoffs?

Re: Show HN: Klaus – OpenClaw on a VM, batteries included

#25
post #21

Earlier quoted context omitted.

We allow you to backup to a private Github repo you own so if you want to version control your setup that way you can. Otherwise most changes are tracked in the chat history and the LLM has some ability to repair itself or validate changes before they are made.

Why not use something like Temporal to recover state?

OpenClaw doesn't play well with SDKs like that. It expects to be able to run on a full machine (or container), to execute commands, to write files to disk. If we wanted we could fork and run something like this but we want to stay as close to the OSS as possible.

Re: Show HN: Klaus – OpenClaw on a VM, batteries included

#27
post #22

What's the best "docker with openclaw" currently available? I have my own computers to run it on (I don't need a server). I want to play around, but containerized to avoid the security risk of MacOS app. There seem to be about 20 options, and new ones every day. Any consensus on the best few are, and their tradeoffs?

I'm working on KubeClaw: https://kubeclaw.ai - a bit more sophisticated then all the open source cloud native implementations I found in my research.
Post reply on HN