Where work happens
- Code — github.com/Yambr/open-computer-use
- Issues — GitHub Issues
- Chat — Telegram
- Releases — GitHub Releases
Quick contribution ideas
- A new skill — create a
SKILL.mdfor a workflow you repeat, submit underskills/examples/. See Creating skills. - A new integration — MCP client we don’t cover? Write a short guide and land it in
/integrations/. - Bug fixes for known issues — see Known bugs; each has “likely fix” hints.
- Docs — this site lives at github.com/yambr/docs. PRs against Mintlify
.mdxfiles are welcome.
Development setup
See CONTRIBUTING.md in the repo for the canonical process: local dev loop, test expectations, commit style, and PR template. Tests live intests/ and run against a real Docker daemon — no mocks for the sandbox itself. The CI pipeline on GitHub Actions is the authoritative gate.
Licensing
The project ships a tri-license:- BSL 1.1 — production use by operators running the system themselves; converts to Apache-2.0 on the change date
- Apache 2.0 — for patches that get accepted upstream
- MIT — for skills and small utilities that want maximum reuse
