The post reports a 2.9x faster stable cold turn, a 2.5x faster stable warm turn, 7% lower peak RSS, and a 59% smaller published tarball. It also says the installed dependency count fell from 401 to 371, with more optional capabilities being pushed out of core into plugins. The release is framed as a package-shape cleanup rather than a feature splash.
For developers using OpenClaw as an agent runtime, this should reduce startup friction and make iterative workflows feel less heavy. Smaller dependency trees also make security review and local installs easier to reason about. The architectural direction is clear: keep core small, move optional surface area into plugins, and measure the user-visible effects.
If you're on OpenClaw, compare your current install against the latest release notes and technical report before assuming the old package profile still applies. Re-run the flows you care about most, especially cold start and warm turns, so you can see whether the speedup shows up in your environment. If you maintain plugins, this is also a cue to check whether any of your dependencies should be moved out of core.
Read Original Post →