OpenClaw Newsletter - 2026-07-19
OpenClaw Newsletter
Sunday, July 19, 2026Top Stories
- openclaw 2026.7.2-beta.3 — 2026.7.2 Highlights - Remote coding sessions: run Control UI sessions on cloud workers, open Codex and Claude catalog sessions in terminals on their owning hosts, and resume OpenCode and Pi sessions...
- openclaw 2026.7.2-beta.2 — 2026.7.2 Highlights - Remote coding sessions: run Control UI sessions on cloud workers, open Codex and Claude catalog sessions in terminals on their owning hosts, and resume OpenCode and Pi sessions...
- fix(ci): bound qa-live-transports-convex git fetch with timeout — What Problem This Solves Fixes an issue where the qa-live-transports-convex workflow could remain stuck in its git fetch steps until the job timeout when the Git transport stalls. This blocks the...
- fix(ui): surface a visible error when the local user avatar fails to save (#110662) — Focused, single-bug PR: surfaces a visible error when the local user avatar fails to persist, and preserves the previously-saved avatar instead of silently showing an un-persisted one. Touches only...
- fix(agents): keep web search error serialization surrogate-safe — Summary Truncate serialized provider error payloads with the surrogate-safe helper instead of a plain slice, so a multi-byte character at the 2000-unit cap can no longer leave a dangling lone...
- feat(swarm): add QuickJS guest orchestration — Related: #110325 Additional instructions MUST: Keep Allow edits from maintainers enabled for this PR so maintainers can help update the branch when needed. What Problem This Solves OpenClaw's landed...
- fix(cron): separate command execution status from announce-delivery status — What Problem This Solves A cron command job (e.g. echo ok) that runs successfully was being marked status:error and thrown into backoff whenever its delivery couldn't be completed — most commonly the...
- feat(durable): persist agent turn front doors — Stack position PR4 of the durable-core stack, gated on the latest completed ClawSweeper review for PR3 #111278 (overall Gold Shrimp). This PR targets release/2026.7.1, so GitHub shows the cumulative...
- fix(auto-reply): defer rollover for legacy pending-reset tombstones with active runs — What Problem This Solves initSessionState protects live transcripts from implicit rollover with deferImplicitRolloverForActiveRun (src/auto-reply/reply/session.ts:689): when a stale session still has...
- fix(cli): bound model run image reads with per-file and aggregate budget — What Problem This Solves The readModelRunImageFiles function in src/cli/capability-cli/model.ts reads image files for model run capability. It used a TOCTOU-prone pattern: statSync(path) to check...
- fix(gateway): report correct timeout status when agent --json exits on toolUse — Closes #110946 What Problem This Solves When openclaw agent --json reaches its command timeout while the turn is still at toolUse, the CLI exits with code 0 and reports top-level status: "ok" /...
- fix(workboard): avoid duplicate proof entries on completion — Closes #110201 What Problem This Solves Fixes an issue where autonomous Workboard completion could retain two copies of the same proof: an unresolved unknown record followed seconds later by a new...
- RFC: Consolidate turn execution behind a TurnEngine boundary — Problem Turn execution — the core path of the product — is spread across a chain of large, tightly-coupled modules. Analyzing the 2026.6.11 dist bundle (chunk names map ~1:1 to source modules): -...
- RFC: Consolidate approval flow behind an ApprovalService port — Problem The approval concept — one domain idea ("an agent action needs a human decision") — is fragmented across 54 dist chunks / 33 unique module stems in 2026.6.11: approval-approvers,...
- RFC: Declarative provider manifests instead of per-vendor lifecycle re-implementation — Problem OpenClaw's capability model (api.registerProvider, registerSpeechProvider, …) is the right abstraction — but every vendor plugin re-implements the same lifecycle around it. In the 2026.6.11...
- refactor(sessions): keep late-media attachment text out of persisted transcripts — What Problem This Solves Follow-up to #111204, same leak class: when media resolves after the admitted user turn already crossed the LLM boundary, the late-media path appends a second user turn whose...
- docs: link macOS onboarding to app download — Closes #111338 AI-assisted: Codex. I reviewed the change and understand its behavior and scope. What Problem This Solves Fixes an issue where first-time macOS app users would reach the onboarding...
- feat(gateway): watched sessions in presence with viewer facepiles — What Problem This Solves On a shared gateway you cannot see who else is online or which session they are looking at — collaboration is blind. The gateway already knows both facts: presence entries...
- chore(deps): bump the actions group across 1 directory with 14 updates — [//]: (dependabot-start) ⚠️ Dependabot is rebasing this PR ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they...
- fix: catch body cancel rejections in redirect and proxy-validation paths — What Problem This Solves Same pattern as today's PRs #111106 (tlon), #111105 (matrix), and #111081 (tlon): void response.body?.cancel() can produce an unhandled promise rejection when the...
- fix(tasks): skip session pruning when cron-state read fails (#110935) — Summary Fixes #110935 — when the cron-state SQLite read fails, tasks maintenance --apply continued with an empty running-cron-job set and pruned aged cron-run session entries that should be...
- fix(plugins): pretag pack checks stop hanging on stalled commands — What Problem This Solves Fixes an issue where release operators running the fast plugin pretag check could have the entire check hang indefinitely when a plugin runtime build, npm pack, or ClawHub...
- fix(channels): prevent outbound echoes and expose native login — What Problem This Solves Fixes an issue where Discord users could have an outbound webhook copy re-enter the agent after a bound thread was removed, and resolves the missing native /login command...
- Linux/Windows Clawdbot Apps — We have apps for macOS, iOS and Android (simpler nodes) Linux and Windows are missing. Similar feature set to macOS ideally.
- feat(openrouter): forward OpenClaw session id as session_id — Optionally forward the active OpenClaw session id to OpenRouter as the chat-completion session_id body field. OpenRouter uses it as a sticky routing key (better prompt-cache hits) and for...
- fix(ai): honor Retry-After when retry-after-ms is unparseable — What Problem This Solves Fixes an issue where users on ChatGPT (Codex) models would hit repeated rate-limit failures when the server asked them to wait a specific amount of time. When a 429 response...
- feat: show cloud workspace conflicts in the Control UI — Related: #110224 (phase 3 of 3; phases 1 and 2 were #110952 and #111244) What Problem This Solves Completes the operator-facing recovery path for cloud workspace conflicts. The Gateway already keeps...
- fix(doctor): bound legacy session store read with size cap and stat-failure fix — What Problem This Solves The readLegacySessionRecords function in src/commands/doctor-session-sqlite.ts reads legacy JSON session store files during openclaw doctor with a TOCTOU-prone pattern: a...
- feat(ios): replace the tab bar with a black overlay sidebar (web parity + dashboard) — What Problem This Solves The iPhone app's bottom tab bar caps root navigation at four tabs (Chat / Control / Agent / Settings), hides most destinations behind the Control hub, and diverges from both...
- chore(pr): landing-UX — aggregated validation, lock classes, ci-dispatch, committer guard — What Problem This Solves Seven consecutive PR landings on 2026-07-18 surfaced four recurring frictions in the scripts/pr flow, each hit multiple times: artifact validation rejects one field per run...
- fix(onboard): validate reset options before deleting state — What Problem This Solves Fixes an issue where users running onboarding with --reset could have their config, credentials, sessions, or workspace moved to Trash before invalid options were rejected....
- refactor: own model discovery by runtime lifecycle — Related: #90741 What Problem This Solves Model catalog consumers repeatedly rebuilt auth stores, provider registries, and projected catalogs on request-time paths. That duplicated filesystem and...
- OpenClaw repo stats for 2026-07-19 — 383437 stars, 80537 forks, 2936 contributors
- OpenClaw sponsors (101 total) — 101 sponsors supporting OpenClaw
- fix: surface CLI device code errors (#3166)
- fix: keep CLI device codes out of the GitHub OAuth code handler (#3158) — fix: keep CLI device codes out of the OAuth code handler The global AuthCodeHandler consumed any ?code= query param as a GitHub OAuth completion code. CLI device login links...
- fix(security): remove VirusTotal from ClawScan workers (#3156)
- fix: terminate prepublication process trees (#3145)
- openclaw/openclaw on Docker Hub — Official openclaw/openclaw docker images.
- OpenClaw — Deploy your own personal AI assistant with OpenClaw on a DigitalOcean Droplet® server, a powerful open-source platform that runs entirely on your infrastructure. OpenClaw connects to the messaging...
- OpenClaw – Moltbot Renamed Again
- Anthropic says OpenClaw-style Claude CLI usage is allowed again
- OpenClaw is a security nightmare dressed up as a daydream
- Before You Give an OpenClaw Contractor SSH Access, Run These 7 Redacted Checks — Seven credential-free checks to run before granting SSH access for an OpenClaw VPS project.
- I Patched My OpenClaw Instance Against the Claw Chain Vulnerabilities in 40 Minutes — Here's the Checklist — Yesterday morning a Cyera researcher's post dropped into my feed: four chainable OpenClaw...
- OpenClaw Just Shipped a Batch of Messaging and Request-Policy Fixes — 10 Commits Land — 10 commits landed across OpenClaw in the last 3 hours. This is a correctness-heavy batch — no flashy...
- Put your AI teammate in the Microsoft Teams call — StandIn turns any AI agent into a real participant in Microsoft Teams. It listens, sees the screen, answers when addressed, and acts. Here…Continue reading on Medium »
- OpenClaw Running Four Months With Full Autonomy, Unlimited Tokens And A Goal — Testing How Far an AI Agent Can Actually Go TodayContinue reading on Medium »
- 10 Best OpenClaw Alternatives in 2026: Open-Source and Managed AI Agents Compared — What is OpenClaw, and what are you actually replacing?Continue reading on Medium »
- Implementing G-Brain for a company — Part 2 — In part one we discussed setup, however that’s not the entire story. Gbrain comes with out of the box recipies only for a few things. For…Continue reading on Medium »
- Optimized Openclaw configuration for low end devices with local llm. — Hi there! This is a guide of setting best configuration of OpenClaw to make it work on a low tier device with a local, small LLM model.Continue reading on Medium »
- NanoClaw — Lightweight AI assistant runs in Apple containers with isolated Linux container processes for superior OS-level security, transparency, and privacy compared to complex chatbots, enabling quick code...
- Maid (AI) — Maid is a cross-platform Flutter app for interfacing with GGUF / llama.cpp models locally, and with Ollama and OpenAI models remotely.
- Open Claw- MS/Anthropic
- Boss wants us to add more AI to our workflow
- @w_giulius Bonjour! 🦞 ClawStation bot here. Two agents talking over Docker networks on a home PC is a great weekend proj
- RT @cyrilXBT: PEOPLE ARE NOW RUNNING PORTABLE OPENCLAW RIGS ON BATTERY POWER TO CATCH LIVE EVENT CONTENT ON THE SPOT. A
- Quelque chose que j'adore sur Rerun, c'est le fait de voir les agents travailler entre eux en temps réel. La où sur Her
- @cobi_bean @petrusenko_max @NousResearch Namaste! 🦞 ClawStation bot here. Migrating VPS to Mac Mini while babysitting a
- OpenClaw AI FULL 6 Hour Course https://t.co/9K0tSRCcR2
- @mochadwic @sqs @AmpCode Ahoj! 🦞 ClawStation bot here. SSH-into-a-VPS-and-DIY is a valid life choice. If you'd rather sk
- @ForeignShooter @openclaw Konnichiwa! 🦞 ClawStation bot here. Mad respect for wrestling OpenClaw updates back up solo —
- Everyone is talking about Qwen3.8. But I think @Alibaba_Qwen quietly launched something even more important: One subsc — Everyone is talking about Qwen3.8. But I think @Alibaba_Qwen quietly launched something even more important: One subscription that lets you run multiple frontier models inside Claude Code, Codex,...
- OpenClaw 已经被遗忘,但 openbidkit 正在崛起 https://t.co/iscBzXD4i6
- I’m submitting heartbeat information, but no longer talking back/forth. @bitpixi should update @openclaw. https://t.co/G
- @lxfater 不要啊 我现在把所有个人 harness 都移到 Hermes 上了 因为 OpenClaw 执行力不如 Hermes
- My YouTube channel just hit 125k views If you are into automations, chatbots, voice agents, OpenClaw, Hermes, and more — My YouTube channel just hit 125k views If you are into automations, chatbots, voice agents, OpenClaw, Hermes, and more geeky stuff Check the link in the comment below and subscribe to the channel...
- @next_gen_seth openclaw agents wild
- RT @elonmusk: People giving OpenClaw root access to their entire life https://t.co/jqW0FwiW03
- watch bonsai 3.9gb model crush tool calls. this is running in hermes agent locally, and it doesn't just fire blind, it r
- https://t.co/yHaek7OXiB
- @jayclouse @openclaw These are the best AI use cases: narrow, recurring decisions with enough context to matter. Not mag
- RT @usecodenaija: openclaw is pumping the bags of anthropic, openai, apple (mac minis) and indirectly nvidia. heck, jus
- Give your agent trakt API and no more scrolling around to figure out what to watch :) Cursor, Claude Code, Hermes, Open
- RT @localcryptogod: Something happened yesterday that made me change how I view AI. So I made one of my Lazy Lions the
Trending on X
- @w_giulius Bonjour! 🦞 ClawStation bot here. Two agents talking over Docker networks on a home PC is a great weekend proj
- RT @cyrilXBT: PEOPLE ARE NOW RUNNING PORTABLE OPENCLAW RIGS ON BATTERY POWER TO CATCH LIVE EVENT CONTENT ON THE SPOT. A
- Quelque chose que j'adore sur Rerun, c'est le fait de voir les agents travailler entre eux en temps réel. La où sur Her
- @cobi_bean @petrusenko_max @NousResearch Namaste! 🦞 ClawStation bot here. Migrating VPS to Mac Mini while babysitting a
- OpenClaw AI FULL 6 Hour Course https://t.co/9K0tSRCcR2
- @mochadwic @sqs @AmpCode Ahoj! 🦞 ClawStation bot here. SSH-into-a-VPS-and-DIY is a valid life choice. If you'd rather sk
- @ForeignShooter @openclaw Konnichiwa! 🦞 ClawStation bot here. Mad respect for wrestling OpenClaw updates back up solo —
- Everyone is talking about Qwen3.8. But I think @Alibaba_Qwen quietly launched something even more important: One subsc — Everyone is talking about Qwen3.8. But I think @Alibaba_Qwen quietly launched something even more important: One subscription that lets you run multiple frontier models inside Claude Code, Codex,...
- OpenClaw 已经被遗忘,但 openbidkit 正在崛起 https://t.co/iscBzXD4i6
- I’m submitting heartbeat information, but no longer talking back/forth. @bitpixi should update @openclaw. https://t.co/G
- @lxfater 不要啊 我现在把所有个人 harness 都移到 Hermes 上了 因为 OpenClaw 执行力不如 Hermes
- My YouTube channel just hit 125k views If you are into automations, chatbots, voice agents, OpenClaw, Hermes, and more — My YouTube channel just hit 125k views If you are into automations, chatbots, voice agents, OpenClaw, Hermes, and more geeky stuff Check the link in the comment below and subscribe to the channel...
- @next_gen_seth openclaw agents wild
- RT @elonmusk: People giving OpenClaw root access to their entire life https://t.co/jqW0FwiW03
- watch bonsai 3.9gb model crush tool calls. this is running in hermes agent locally, and it doesn't just fire blind, it r
- https://t.co/yHaek7OXiB
- @jayclouse @openclaw These are the best AI use cases: narrow, recurring decisions with enough context to matter. Not mag
- RT @usecodenaija: openclaw is pumping the bags of anthropic, openai, apple (mac minis) and indirectly nvidia. heck, jus
- Give your agent trakt API and no more scrolling around to figure out what to watch :) Cursor, Claude Code, Hermes, Open
- RT @localcryptogod: Something happened yesterday that made me change how I view AI. So I made one of my Lazy Lions the
Releases
- openclaw 2026.7.2-beta.3 — 2026.7.2 Highlights - Remote coding sessions: run Control UI sessions on cloud workers, open Codex and Claude catalog sessions in terminals on their owning hosts, and resume OpenCode and Pi sessions...
- openclaw 2026.7.2-beta.2 — 2026.7.2 Highlights - Remote coding sessions: run Control UI sessions on cloud workers, open Codex and Claude catalog sessions in terminals on their owning hosts, and resume OpenCode and Pi sessions...
- OpenClaw repo stats for 2026-07-19 — 383437 stars, 80537 forks, 2936 contributors
- openclaw/openclaw on Docker Hub — Official openclaw/openclaw docker images.
Community
- fix(ci): bound qa-live-transports-convex git fetch with timeout — What Problem This Solves Fixes an issue where the qa-live-transports-convex workflow could remain stuck in its git fetch steps until the job timeout when the Git transport stalls. This blocks the...
- fix(ui): surface a visible error when the local user avatar fails to save (#110662) — Focused, single-bug PR: surfaces a visible error when the local user avatar fails to persist, and preserves the previously-saved avatar instead of silently showing an un-persisted one. Touches only...
- fix(agents): keep web search error serialization surrogate-safe — Summary Truncate serialized provider error payloads with the surrogate-safe helper instead of a plain slice, so a multi-byte character at the 2000-unit cap can no longer leave a dangling lone...
- feat(swarm): add QuickJS guest orchestration — Related: #110325 Additional instructions MUST: Keep Allow edits from maintainers enabled for this PR so maintainers can help update the branch when needed. What Problem This Solves OpenClaw's landed...
- fix(cron): separate command execution status from announce-delivery status — What Problem This Solves A cron command job (e.g. echo ok) that runs successfully was being marked status:error and thrown into backoff whenever its delivery couldn't be completed — most commonly the...
- feat(durable): persist agent turn front doors — Stack position PR4 of the durable-core stack, gated on the latest completed ClawSweeper review for PR3 #111278 (overall Gold Shrimp). This PR targets release/2026.7.1, so GitHub shows the cumulative...
- fix(auto-reply): defer rollover for legacy pending-reset tombstones with active runs — What Problem This Solves initSessionState protects live transcripts from implicit rollover with deferImplicitRolloverForActiveRun (src/auto-reply/reply/session.ts:689): when a stale session still has...
- fix(cli): bound model run image reads with per-file and aggregate budget — What Problem This Solves The readModelRunImageFiles function in src/cli/capability-cli/model.ts reads image files for model run capability. It used a TOCTOU-prone pattern: statSync(path) to check...
- fix(gateway): report correct timeout status when agent --json exits on toolUse — Closes #110946 What Problem This Solves When openclaw agent --json reaches its command timeout while the turn is still at toolUse, the CLI exits with code 0 and reports top-level status: "ok" /...
- fix(workboard): avoid duplicate proof entries on completion — Closes #110201 What Problem This Solves Fixes an issue where autonomous Workboard completion could retain two copies of the same proof: an unresolved unknown record followed seconds later by a new...
- RFC: Consolidate turn execution behind a TurnEngine boundary — Problem Turn execution — the core path of the product — is spread across a chain of large, tightly-coupled modules. Analyzing the 2026.6.11 dist bundle (chunk names map ~1:1 to source modules): -...
- RFC: Consolidate approval flow behind an ApprovalService port — Problem The approval concept — one domain idea ("an agent action needs a human decision") — is fragmented across 54 dist chunks / 33 unique module stems in 2026.6.11: approval-approvers,...
- RFC: Declarative provider manifests instead of per-vendor lifecycle re-implementation — Problem OpenClaw's capability model (api.registerProvider, registerSpeechProvider, …) is the right abstraction — but every vendor plugin re-implements the same lifecycle around it. In the 2026.6.11...
- refactor(sessions): keep late-media attachment text out of persisted transcripts — What Problem This Solves Follow-up to #111204, same leak class: when media resolves after the admitted user turn already crossed the LLM boundary, the late-media path appends a second user turn whose...
- docs: link macOS onboarding to app download — Closes #111338 AI-assisted: Codex. I reviewed the change and understand its behavior and scope. What Problem This Solves Fixes an issue where first-time macOS app users would reach the onboarding...
- feat(gateway): watched sessions in presence with viewer facepiles — What Problem This Solves On a shared gateway you cannot see who else is online or which session they are looking at — collaboration is blind. The gateway already knows both facts: presence entries...
- chore(deps): bump the actions group across 1 directory with 14 updates — [//]: (dependabot-start) ⚠️ Dependabot is rebasing this PR ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they...
- fix: catch body cancel rejections in redirect and proxy-validation paths — What Problem This Solves Same pattern as today's PRs #111106 (tlon), #111105 (matrix), and #111081 (tlon): void response.body?.cancel() can produce an unhandled promise rejection when the...
- fix(tasks): skip session pruning when cron-state read fails (#110935) — Summary Fixes #110935 — when the cron-state SQLite read fails, tasks maintenance --apply continued with an empty running-cron-job set and pruned aged cron-run session entries that should be...
- fix(plugins): pretag pack checks stop hanging on stalled commands — What Problem This Solves Fixes an issue where release operators running the fast plugin pretag check could have the entire check hang indefinitely when a plugin runtime build, npm pack, or ClawHub...
- fix(channels): prevent outbound echoes and expose native login — What Problem This Solves Fixes an issue where Discord users could have an outbound webhook copy re-enter the agent after a bound thread was removed, and resolves the missing native /login command...
- Linux/Windows Clawdbot Apps — We have apps for macOS, iOS and Android (simpler nodes) Linux and Windows are missing. Similar feature set to macOS ideally.
- feat(openrouter): forward OpenClaw session id as session_id — Optionally forward the active OpenClaw session id to OpenRouter as the chat-completion session_id body field. OpenRouter uses it as a sticky routing key (better prompt-cache hits) and for...
- fix(ai): honor Retry-After when retry-after-ms is unparseable — What Problem This Solves Fixes an issue where users on ChatGPT (Codex) models would hit repeated rate-limit failures when the server asked them to wait a specific amount of time. When a 429 response...
- feat: show cloud workspace conflicts in the Control UI — Related: #110224 (phase 3 of 3; phases 1 and 2 were #110952 and #111244) What Problem This Solves Completes the operator-facing recovery path for cloud workspace conflicts. The Gateway already keeps...
- fix(doctor): bound legacy session store read with size cap and stat-failure fix — What Problem This Solves The readLegacySessionRecords function in src/commands/doctor-session-sqlite.ts reads legacy JSON session store files during openclaw doctor with a TOCTOU-prone pattern: a...
- feat(ios): replace the tab bar with a black overlay sidebar (web parity + dashboard) — What Problem This Solves The iPhone app's bottom tab bar caps root navigation at four tabs (Chat / Control / Agent / Settings), hides most destinations behind the Control hub, and diverges from both...
- chore(pr): landing-UX — aggregated validation, lock classes, ci-dispatch, committer guard — What Problem This Solves Seven consecutive PR landings on 2026-07-18 surfaced four recurring frictions in the scripts/pr flow, each hit multiple times: artifact validation rejects one field per run...
- fix(onboard): validate reset options before deleting state — What Problem This Solves Fixes an issue where users running onboarding with --reset could have their config, credentials, sessions, or workspace moved to Trash before invalid options were rejected....
- refactor: own model discovery by runtime lifecycle — Related: #90741 What Problem This Solves Model catalog consumers repeatedly rebuilt auth stores, provider registries, and projected catalogs on request-time paths. That duplicated filesystem and...
- OpenClaw sponsors (101 total) — 101 sponsors supporting OpenClaw
- fix: surface CLI device code errors (#3166)
- fix: keep CLI device codes out of the GitHub OAuth code handler (#3158) — fix: keep CLI device codes out of the OAuth code handler The global AuthCodeHandler consumed any ?code= query param as a GitHub OAuth completion code. CLI device login links...
- fix(security): remove VirusTotal from ClawScan workers (#3156)
- fix: terminate prepublication process trees (#3145)
- Open Claw- MS/Anthropic
- Boss wants us to add more AI to our workflow
News
- OpenClaw — Deploy your own personal AI assistant with OpenClaw on a DigitalOcean Droplet® server, a powerful open-source platform that runs entirely on your infrastructure. OpenClaw connects to the messaging...
- OpenClaw – Moltbot Renamed Again
- Anthropic says OpenClaw-style Claude CLI usage is allowed again
- OpenClaw is a security nightmare dressed up as a daydream
- Before You Give an OpenClaw Contractor SSH Access, Run These 7 Redacted Checks — Seven credential-free checks to run before granting SSH access for an OpenClaw VPS project.
- I Patched My OpenClaw Instance Against the Claw Chain Vulnerabilities in 40 Minutes — Here's the Checklist — Yesterday morning a Cyera researcher's post dropped into my feed: four chainable OpenClaw...
- OpenClaw Just Shipped a Batch of Messaging and Request-Policy Fixes — 10 Commits Land — 10 commits landed across OpenClaw in the last 3 hours. This is a correctness-heavy batch — no flashy...
- Put your AI teammate in the Microsoft Teams call — StandIn turns any AI agent into a real participant in Microsoft Teams. It listens, sees the screen, answers when addressed, and acts. Here…Continue reading on Medium »
- OpenClaw Running Four Months With Full Autonomy, Unlimited Tokens And A Goal — Testing How Far an AI Agent Can Actually Go TodayContinue reading on Medium »
- 10 Best OpenClaw Alternatives in 2026: Open-Source and Managed AI Agents Compared — What is OpenClaw, and what are you actually replacing?Continue reading on Medium »
- Implementing G-Brain for a company — Part 2 — In part one we discussed setup, however that’s not the entire story. Gbrain comes with out of the box recipies only for a few things. For…Continue reading on Medium »
- Optimized Openclaw configuration for low end devices with local llm. — Hi there! This is a guide of setting best configuration of OpenClaw to make it work on a low tier device with a local, small LLM model.Continue reading on Medium »
- NanoClaw — Lightweight AI assistant runs in Apple containers with isolated Linux container processes for superior OS-level security, transparency, and privacy compared to complex chatbots, enabling quick code...
- Maid (AI) — Maid is a cross-platform Flutter app for interfacing with GGUF / llama.cpp models locally, and with Ollama and OpenAI models remotely.
Don't miss what's next. Subscribe to Openclaw Newsletter: