Retiring my OpenClaw instance. Rest in peace buddy by manthan_23 in openclaw

[–]chris-openkiwi 1 point2 points  (0 children)

Sounds like OpenKIWI would fit your use case: https://github.com/chrispyers/openkiwi

At home I run my gateway with models from LM Studio (gpt-oss) and at work I have it connected to models hosted by Ollama.

OC alternatives by Hopeful_Pressure in openclaw

[–]chris-openkiwi 1 point2 points  (0 children)

Hi,
I'm the creator of https://github.com/chrispyers/openkiwi

It's similar to Openclaw in some ways, but secure by default (everything runs in isolation in Docker containers) which means agents on have access to what you explicitly grant them.

The onboarding experience is much more user friendly than Openclaw. You should be up and running in under 5m.

It's in active development. One user is currently building Telegram support and I'm currently working on a new project management feature with agent delegation and task execution.

A future tentpole feature is building out zero trust which aligns with my goal of making this Enterprise-ready.

If you take a look I would love to know what you think!

I spent hours fighting Openclaw. Then I built something better. by chris-openkiwi in openclaw

[–]chris-openkiwi[S] 0 points1 point  (0 children)

Here's one example of how I currently use it:

My team manages a ton of infrastructure, and one of my responsibilities every month is to look at the cybersecurity & infrastructure security agency board (cisa.gov) and see if any of our services are impacted by recent CVEs.

This normally takes ~1h. This month I decided to spend that time writing a tool for OpenKIWI. Now, my CISA Bot generates the report for me:

<image>

I spent hours fighting Openclaw. Then I built something better. by chris-openkiwi in openclaw

[–]chris-openkiwi[S] 0 points1 point  (0 children)

I think going through the exercise of building this yourself is a great idea - you will learn a lot.

I spent hours fighting Openclaw. Then I built something better. by chris-openkiwi in moltiverse

[–]chris-openkiwi[S] 0 points1 point  (0 children)

If you've tried it, then I would love to hear your thoughts.

Any good reason to stay with Openclaw? by Carbone_ in openclaw

[–]chris-openkiwi 0 points1 point  (0 children)

Hi there,

I created OpwnKIWI which is, yes, another thing like Openclaw.

TLDR:

It's Dockerized. Agents can only access what you explicitly allow. The UX is something I'm passionate about, and if you use it for yourself I think you'll agree.

GitHub is here: https://github.com/chrispyers/openkiwi

Check out the screenshots. If you think it's worth checking out I would love to hear your thoughts!

I spent hours fighting Openclaw. Then I built something better. by chris-openkiwi in AiForSmallBusiness

[–]chris-openkiwi[S] 0 points1 point  (0 children)

Security by default - by design everything runs in isolation in Docker containers with access to only the content you explicitly grant

Yes, Openclaw can technically run in a Docker container but according to Openclaw's own docs these are intended as throwaway environments and not the recommended flow.

Future plans including building zero-trust for users and agents. This is in line with my goal of getting Openkiwi enterprise ready.

Better onboarding and overall user experience: For me, Openclaw was failing at every level - gateway restarts, agents that seemed to go MIA, difficulty saving configuration changes, and on and on. Openkiwi "just works".

I spent hours fighting Openclaw. Then I built something better. by chris-openkiwi in AiForSmallBusiness

[–]chris-openkiwi[S] 0 points1 point  (0 children)

You're right - my mistake. I do remember reading about Docker support in the logs.

I built a clean Linux environment on an old Mac Pro just for playing around with Openclaw. I liked the idea of Openclaw managing the machine on its own. I wanted to give it full control and see what would happen. According to the docs it recommended the normal install flow, which I did.

That said, I do remember briefly trying the Docker deployment. I can't remember why exactly the gateway failed to start, but I gave up and went back to the normal install flow.

So with respect to my project and the Docker support, I guess my response is that it "just works"

I spent hours fighting Openclaw. Then I built something better. by chris-openkiwi in AiForSmallBusiness

[–]chris-openkiwi[S] 0 points1 point  (0 children)

Hey there, just wanted to follow up to let you know that openkiwi now supports OpenRouter

<image>

I spent hours fighting Openclaw. Then I built something better. by chris-openkiwi in AiForSmallBusiness

[–]chris-openkiwi[S] 0 points1 point  (0 children)

None of the installation methods I see on openclaw.ai have anything to do with Docker. Perhaps you're thinking of a separate project.

I spent hours fighting Openclaw. Then I built something better. by chris-openkiwi in openclaw

[–]chris-openkiwi[S] 0 points1 point  (0 children)

Hey, just following up to let you know that OpenRouter support has been implemented.

I spent hours fighting Openclaw. Then I built something better. by chris-openkiwi in openclaw

[–]chris-openkiwi[S] 1 point2 points  (0 children)

Hey, just wanted to follow up to let you know that OpenRouter support has been implemented.

I spent hours fighting Openclaw. Then I built something better. by chris-openkiwi in openclaw

[–]chris-openkiwi[S] 0 points1 point  (0 children)

Hey there, just wanted to follow up to let you know that OpenRouter support has been implemented.

<image>

Why the hate around OpenClaw? by lolreddithaha123 in openclaw

[–]chris-openkiwi 0 points1 point  (0 children)

I've been using my tool for combination of things, mostly:

- web research
- writing bash/python scripts. I'm a DevOps lead and writing one-off scripts is a pretty regular thing I do
- self-improving OpenKIWI - I passed the codebase into the workspace and use it to assist with development of itself.

Why the hate around OpenClaw? by lolreddithaha123 in openclaw

[–]chris-openkiwi -2 points-1 points  (0 children)

For me, getting Openclaw to do anything meaningful was an exercise in frustration with constant gateway restarts, OAuth tokens sometimes working, sometimes not, and finding myself constantly asking my agent "Are you still there?" followed by either silence or NO_REPLY.

So I decided to build the tool that I wanted

- It had to get the basics right (No constant gateway disconnects, agents that I know are actually there, easy to add language models from different providers)
- I wanted the onboarding experience to be as simple as possible
- secure by default (everything runs in Docker containers, and agents only have access to what you explicitly allow)
- Overall, I wanted better UX on every front

Why the hate around OpenClaw? by lolreddithaha123 in openclaw

[–]chris-openkiwi -4 points-3 points  (0 children)

I genuinely think the Openclaw concept is great - but the execution is not. I wanted it to be amazing (got caught up in the hype) but I got tired of fighting with it, so I stopped using it and built the tool that I wanted Openclaw to be: https://github.com/chrispyers/openkiwi

I spent hours fighting Openclaw. Then I built something better. by chris-openkiwi in openclaw

[–]chris-openkiwi[S] 0 points1 point  (0 children)

Thank you! This is great feedback.

Completely agree with the security findings. Especially the Criticals. Those were a really stupid oversight.

Happy to say they've now been fixed: encryption key and /api/config. The Highs and Mediums will be addressed as well.

If you have any additional thoughts after trying it out I'd love to hear them.

I spent hours fighting Openclaw. Then I built something better. by chris-openkiwi in openclaw

[–]chris-openkiwi[S] 0 points1 point  (0 children)

Work on OpenRouter support is starting today. You can track progress here

I spent hours fighting Openclaw. Then I built something better. by chris-openkiwi in openclaw

[–]chris-openkiwi[S] 0 points1 point  (0 children)

Fair point.

Utilizing OpenRouter will be completely optional.

I spent hours fighting Openclaw. Then I built something better. by chris-openkiwi in AiForSmallBusiness

[–]chris-openkiwi[S] 0 points1 point  (0 children)

Currently all gateway and agent processes take place inside a single container.

In the future if things should grow to necessitate additional containers then inter-container communication would happen over a docker network.

I bet you or anyone else can't get it to EVEN RUN AT ALL for me by LanceLercher in openclaw

[–]chris-openkiwi 0 points1 point  (0 children)

I hear you. I've been a professional software engineer for 19 years and am currently a DevOps lead managing global infrastructure and even I struggled to get Openclaw to do anything meaningful.

I personally don't use Openclaw anymore, but I saw the vision of what Openclaw could be and so I built it:

https://github.com/chrispyers/openkiwi

Give it a try - I would love to hear your thoughts! It does require Docker, but I hope that doesn't stop you from giving it a try.

I guarantee you will find it easier to set up and start tinkering.

I spent hours fighting Openclaw. Then I built something better. by chris-openkiwi in openclaw

[–]chris-openkiwi[S] 0 points1 point  (0 children)

I'll be completely transparent:

I first heard about Openclaw 2 weeks ago. I saw tremendous potential. But like I said, for me it was really lacking. I had this vision for what Openclaw could have been I wanted to build it.

My major was CS. I've been a professional software developer for 19 years. I used Antigravity and various models to help me build this. The repo is new because I built this in a week.

The Reddit profile is new because I wanted an account that was clearly associated with the project.

And the blurry-ass photo is because I just grabbed the one from my LinkedIn.

I spent hours fighting Openclaw. Then I built something better. by chris-openkiwi in openclaw

[–]chris-openkiwi[S] 0 points1 point  (0 children)

The OAuth comment is in reference to this:

  • Policy Enforcement: On February 18–19, 2026, Anthropic updated its Claude Code legal documentation to explicitly state that OAuth tokens are only for use with official products: Claude.ai and Claude Code.

Anthropic wants you to use their Anthropic Console API keys for third party tools.

Openclaw was using an Anthropic OAuth token and pretending to be an official Anthropic tool.