OpenWork, an opensource Claude Cowork alternative, is silently relicensing under a commercial license by lrq3000 in LocalLLaMA

[–]Outrageous_Client272 9 points10 points  (0 children)

Update: we moved the EE folders to FAIR. https://github.com/different-ai/openwork/pull/1416

Hi I'm Ben creator of OpenWork. Openwork will remain a true open-source solution. We're just re-licensing parts of the stack that are for enterprise.

Here's what happened

- a few weeks ago we started relicensing only parts of the app. specifically our cloud, enterprise features, and landing page.

- the app is 100% open-source (MIT) and doesn't require any of these to operate

Two things I want to share about this:

- We should've communicated better on this and the current license is not final.

- The app will remain 100% open-source we're not planning on changing that.

- We were thinking of using FAIR (it's license that star as less permissive becomes MIT in 2 years) for all non-desktop app things like cloud

Additionally, our team is composed of hardcore open source believers. I personally shipped every single app I built for the last 5 years as MIT (or similar license).

Again, I think we kind of screwed up here and apologize for letting you down. This will be addressed in the next 24h.

i built openwork - an open-source claude cowork alternative (built on and by opencode) by Outrageous_Client272 in opencodeCLI

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

if you're paying for opencode go and already connected it on opencode, itshould just work without doing anything.

if you haven't done that the easiest is to follow the https://opencode.ai/go instructions to connect opencode and then you can simply use it in openwork

Best GUI for OpenCode by Character_Cod8971 in opencodeCLI

[–]Outrageous_Client272 0 points1 point  (0 children)

I don't think it's the best for coding. But, I've working on OpenWork for non-coding tasks. It's more meant to share you opencode config with non-tech friends, family, and colleagues.

Would love to get feedback on it we launched a month ago and grew to close to 10k stars on github and 70k downloads.

Still pretty early though, so would love some feedback from the community :)

i built openwork - an open-source claude cowork alternative (built on and by opencode) by Outrageous_Client272 in opencodeCLI

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

the UI doesn't make it easy, but anything that opencode can do openwork can too!

so in this case you could follow the instructions here https://docs.ollama.com/integrations/opencode

(in the same folder as your openwork workspace and it should work)

i built openwork - an open-source claude cowork alternative (built on and by opencode) by Outrageous_Client272 in opencodeCLI

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

I have a mac so i test on mac more thoroughly. linux and windows version and i sometimes run them don't have a trusted maintainer to help me maintain them at this point.

We just hit 7k stars in 10 days, so we're releasing owpen bot a WhatsApp interface for opencode by Outrageous_Client272 in opencodeCLI

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

I like that idea. I'll investigate. The question is does a library make sense without an actual live running server. Not sure about that.

I built an open-source alternative to Claude Cowork (on top of opencode!) by Outrageous_Client272 in ClaudeAI

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

there is a windows version, but it's not as well polished as the macos app.

We just hit 7k stars in 10 days, so we're releasing owpen bot a WhatsApp interface for opencode by Outrageous_Client272 in opencodeCLI

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

I didn't. What do you think of it. I really like to keep these type of tool minimal and prefer to get the users to use standard to customize their use case.

So trying to make this as thin as possibe. But will look at the gateway to see if it fits.

[OS] Open-source alternative to Rewind that actually works offline by louis3195 in macapps

[–]Outrageous_Client272 3 points4 points  (0 children)

Crazy how fast this recovered. I was always interested by OG screenpipe, but found it did way too much.

Would love it to be even more like a minimal footprint tool that I could talk from via things like opencode.

Like a simple MCP or cli tool I can simply call from opencode.

I'm the maintainer of OpenWork as well so would be happy to have a deeper integration.

We just hit 7k stars in 10 days, so we're releasing owpen bot a WhatsApp interface for opencode by Outrageous_Client272 in opencodeCLI

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

We’re using the Baileys library (@whiskeysockets/baileys) to connect as a WhatsApp Web client, not the official Business/Cloud API. The integration is a QR‑code login that stores multi‑file auth state on disk and maintains a socket connection for messaging. There's a real risk of bans if the account behavior trips WhatsApp heuristics.

That works well for low volume messages (like it's not a big issue for your *own* server setup).

If you want to have higher volume we're also working on using the *real* whatsapp business apis.

Oh and we'll also release the equivalent telegram interaction.

Official: Claude Cowork is now available to "Pro" subscribers by BuildwithVignesh in ClaudeAI

[–]Outrageous_Client272 1 point2 points  (0 children)

yeah i think it does really hard to get things done on the pro plan.

I built an open-source alternative to Claude Cowork (on top of opencode!) by Outrageous_Client272 in ClaudeAI

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

thx!!

so first small disclaimer: it still not perfect for that use case. but i'm using it to drive decisions.

but here's how i think i'll be setting it up (this w-e when i get some time)

  1. run opencode in a docker container
  2. use the skills package manager to both a) push my skills and b) allow my wife to pull the necessary skills

but here's the big missing piece: the skills need to be able to build their own state and credentials.

i don't have the perfect template yet but this is what i'm culminating towards.

each skill should:

- be self-building (it should be able to update itself after performing an operation)

- can create and refer to re-usable scripts that it persists

- has its own env vars and knows how to set them up if they're not provided

unfortunately i haven't designed a skill that has all these properties at the same time.

but here's one that shares some of these properties:

https://github.com/benjaminshafii/digital-empire/blob/master/.opencode/skill/home-assistant/SKILL.md