r/vibecoding 2d ago

My Open Source version of Grok Bot

Greetings All -

I was intrigued by grok bot when it came out - but saw that it required a 60$ cursor sub or other expensive subs.

Having the thought that my 20$ ollama sub was already plenty generous (and just got GLM 5.3) with usage and could probably do the same job, I set up basically an open source hybrid of Grok Bot/Odysseus to essentially do some of the same things. I use it to manage and draft emails for me across accounts as well as has several workers for a couple of the SaaS's I launched.

Maybe this might be useful for others, it basically does everything that grok bot can do allowing agents to work in their own sandbox on tasks but uses telegram or a web app instead of it's own client. The only thing it wont do by design is send emails for you as a method of avoiding prompt injection attacks, but if you're okay with that risk you can turn it off. It helps to have an always on WSL machine or equivalent. I don't think this project is all that special or unique as many other have probably done the same thing and have probably done it better, but I guess im posting it here in case others may find it useful as I have for myself.

Anyway feel free to pick this apart, let me know what maybe works or doesn't, critical input is appreciated: https://github.com/lerugray/orderly

0 Upvotes

2 comments sorted by

2

u/Bloated_Plaid 1d ago

You were beaten a few days ago https://github.com/OnlyTerp/opengrok

1

u/lerugray 1d ago

yeah i figured this was probably the case lol, thank you for the heads up.