Repository intent

OpenClaw GitHub Repository: Source Code, Releases & Issues

The canonical OpenClaw source lives at github.com/openclaw/openclaw. Use this guide to navigate the project without confusing the official repository with community skills, plugins, or directories.

Official repository: openclaw/openclaw ↗. The project describes OpenClaw as a personal AI assistant that runs on your devices and connects models, tools, channels, and companion apps through one Gateway.

Clone the official repository

git clone https://github.com/openclaw/openclaw.git
cd openclaw
git remote -v

The final command should show github.com/openclaw/openclaw as the origin. If you are reviewing a community fork, keep the upstream repository visible so you can compare changes.

Repository map

Where to look first

README and install

Start with the root README for supported installation paths, quick-start commands, architecture links, and the source-build workflow.

Read README.md ↗

Releases and tags

Use published releases for version notes and reproducible revisions. A tag is easier to audit than a moving development branch.

Browse releases ↗

Issues and discussions

Search existing reports before opening a bug. Setup questions are usually better directed to the community support channels linked by the project.

Search issues ↗

Security policy

Do not post a vulnerability as a public issue. Follow the official SECURITY.md instructions for responsible disclosure.

Read SECURITY.md ↗

Source checkout or normal installation?

Use caseRecommended path
You want a stable personal assistantUse the official installer ↗.
You want to contribute to coreClone the repository and follow CONTRIBUTING.md ↗.
You are developing an external capabilityPrefer a plugin workflow when the capability does not need a core change.
You want an unreleased fixReview the exact commit, understand the risk, and keep a rollback path.
Next: Follow the source installation guide, or explore GitHub skills and GitHub plugins.

OpenClaw repository FAQ

Where is the official OpenClaw source code? +
The official source code is in the openclaw/openclaw repository on GitHub. Its default development branch is main.
Is OpenClaw open source? +
Yes. The official repository publishes OpenClaw under the MIT license and includes its contribution and security policies.
How do I follow OpenClaw releases on GitHub? +
Use the repository Releases page for published versions and release notes. Watch or star the repository if you want GitHub notifications.