{"id":1906973,"date":"2026-04-28T13:00:00","date_gmt":"2026-04-28T10:00:00","guid":{"rendered":"https:\/\/analyse.optim.biz\/?p=1906973"},"modified":"2026-04-28T13:00:00","modified_gmt":"2026-04-28T10:00:00","slug":"red-hats-openclaw-maintainer-just-made-enterprise-claw-deployments-a-lot-safer","status":"publish","type":"post","link":"https:\/\/analyse.optim.biz\/?p=1906973","title":{"rendered":"Red Hat\u2019s OpenClaw maintainer just made enterprise Claw deployments a lot safer"},"content":{"rendered":"<p>[analyse_image type=&#8221;featured&#8221; src=&#8221;https:\/\/techcrunch.com\/wp-content\/uploads\/2026\/04\/Red-Hat-Sally-OMalley.jpg?w=960&#8243;]<\/p>\n<div class=\"entry-content wp-block-post-content is-layout-constrained wp-block-post-content-is-layout-constrained\">\n<p id=\"speakable-summary\" class=\"wp-block-paragraph\">On Tuesday, Red Hat principal software engineer Sally O\u2019Malley released a new open source tool called Tank OS to make it easier to deploy and manage OpenClaw agents more safely.\u00a0\u00a0<\/p>\n<p class=\"wp-block-paragraph\">\u201cThis was a fun project that I put together on the weekend that I knew would be a really good fit for AI and where we\u2019re going,\u201d she told TechCrunch, adding that she wanted to give it \u201cto the masses.\u201d <\/p>\n<p class=\"wp-block-paragraph\">Tank OS is geared toward power users looking to run OpenClaw on their own computers and toward IT pros managing fleets of corporate OpenClaw agents. It makes OpenClaw safer and easier to maintain en masse.<\/p>\n<p class=\"wp-block-paragraph\">Countless people, companies, and startups are already inventing better ways to work with OpenClaw \u2014 the open source project that installs an AI agent on a local computer. There is also a growing number of startups building competing claw alternatives that they say are safer (like NanoClaw).\u00a0<\/p>\n<p class=\"wp-block-paragraph\">What makes O\u2019Malley\u2019s project notable is that she is an OpenClaw maintainer. That means she\u2019s among the select software engineers working with creator Peter Steinberger to decide which features and bugs get worked on. In her case, she focuses on making OpenClaw work better in enterprise use cases, and with Red Hat\u2019s various flavors of the Linux operating system. (While Steinberger was hired by OpenAI, he still leads the independent open source OpenClaw project.)<\/p>\n<p class=\"wp-block-paragraph\">O\u2019Malley joined OpenClaw because she sees it working to \u201cenable everyone to run AI\u00a0in a safe way, that\u2019s open,\u201d she said.\u00a0<\/p>\n<p class=\"wp-block-paragraph\">But she got to thinking about what will happen when OpenClaw invades an enterprise and decided to build a tool for that eventuality. She began with an open source container tool called Podman, created by a colleague at Red Hat. Containers are a way to run apps separately from the underlying computer, with everything the app needs to run, bundled together. They can run a Linux app on a Windows or Mac machine, for instance.\u00a0<\/p>\n<div class=\"wp-block-techcrunch-inline-cta\">\n<div class=\"inline-cta__wrapper\">\n<div class=\"inline-cta__flag\">Techcrunch event<\/div>\n<div class=\"inline-cta__content\">\n<div class=\"inline-cta__header-container\">\n<div class=\"inline-cta__header-container-desktop\">\n<h3 class=\"inline-cta__header has-h-5-font-size\">Meet your next investor or portfolio startup at Disrupt<\/h3>\n<h4 class=\"inline-cta__subheader\">Your next round. Your next hire. Your next breakout opportunity. Find it at TechCrunch Disrupt 2026, where 10,000+ founders, investors, and tech leaders gather for three days of 250+ tactical sessions, powerful introductions, and market-defining innovation. Register now to save up to $410.<\/h4>\n<\/div>\n<div class=\"inline-cta__header-container-mobile\">\n<h3 class=\"inline-cta__header has-h-5-font-size\">Meet your next investor or portfolio startup at Disrupt<\/h3>\n<h4 class=\"inline-cta__subheader\">Your next round. Your next hire. Your next breakout opportunity. Find it at TechCrunch Disrupt 2026, where 10,000+ founders, investors, and tech leaders gather for three days of 250+ tactical sessions, powerful introductions, and market-defining innovation. Register now to save up to $410.<\/h4>\n<\/div>\n<\/div>\n<div class=\"inline-cta__event-info\"><span class=\"inline-cta__location\">San Francisco, CA<\/span><span class=\"inline-cta__separator\">|<\/span><span class=\"inline-cta__date\">October 13-15, 2026<\/span><\/div>\n<div class=\"inline-cta__register-button\">\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\">REGISTER NOW<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p class=\"wp-block-paragraph\">Podman is a particularly secure way to do this because it\u2019s \u201crootless,\u201d meaning it doesn\u2019t give the containers any privileges from the underlying machine, Red Hat says.<\/p>\n<p class=\"wp-block-paragraph\">Tank OS loads OpenClaw onto Red Hat\u2019s Fedora Linux OS in a Podman container and makes that container a bootable image, meaning it will run and launch OpenClaw when you start the computer.\u00a0<\/p>\n<p class=\"wp-block-paragraph\">Her tool includes everything needed to make OpenClaw useful without human oversight, like state (the part that allows it to remember); the ability to store API keys (the credentials for accessing subscriptions and services); and other features.<\/p>\n<p class=\"wp-block-paragraph\">Users can run multiple Tank OS instances on a machine to do different tasks, never sharing passwords or credentials between them, and no OpenClaw instance can gain access to anything else running on the computer.\u00a0<\/p>\n<p class=\"wp-block-paragraph\">While O\u2019Malley knows that the OpenClaw project is working to make the agent safer, she says that \u201cit\u2019s an incredibly powerful application,\u201d but can also be \u201cdangerous\u201d if not configured properly. \u201cIt\u2019s not a tool that you can use easily unless you do have some sort of technical experience,\u201d she said.\u00a0<\/p>\n<p class=\"wp-block-paragraph\">Stories abound, such as the Meta AI security researcher whose Claw started deleting all of her work email, or an agent that downloaded in plain text all of a user\u2019s WhatsApp DMs. There\u2019s also a growing crop of malware aimed at OpenClaw users.\u00a0<\/p>\n<p class=\"wp-block-paragraph\">To be sure, Tank OS isn\u2019t really for techno novices either, she says. You have to be comfortable installing and maintaining software on your computer, she says. Tank OS is also not the only OpenClaw implementation working in containers. NanoClaw, for instance, is doing a similar thing with well-known container company Docker.<\/p>\n<p class=\"wp-block-paragraph\">But Tank OS is intended to be especially useful for IT pros (aka, Red Hat\u2019s main customers) who may one day manage fleets of OpenClaw agents on corporate computers. It allows them to update the agents the same way they already manage other containers.\u00a0<\/p>\n<p class=\"wp-block-paragraph\">\u201cMy role within OpenClaw is really my interest in it,\u201d O\u2019Malley said. \u201cHow it\u2019s going to look scaled out when there are millions of these autonomous agents talking to one another.\u201d\u00a0<\/p>\n<\/div>\n<p>[analyse_source url=&#8221;https:\/\/techcrunch.com\/2026\/04\/28\/red-hats-openclaw-maintainer-just-made-enterprise-claw-deployments-a-lot-safer\/&#8221;]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>[analyse_image type=&#8221;featured&#8221; src=&#8221;https:\/\/techcrunch.com\/wp-content\/uploads\/2026\/04\/Red-Hat-Sally-OMalley.jpg?w=960&#8243;] On Tuesday, Red Hat principal software engineer Sally O\u2019Malley released a new open source tool called Tank OS to make it easier to deploy and manage OpenClaw agents more safely.\u00a0\u00a0 \u201cThis was a fun project that I put together on the weekend that I knew would be a really good fit for [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[226,62],"class_list":["post-1906973","post","type-post","status-publish","format-standard","hentry","category-politics","tag-crawlmanager","tag-techcrunch-com"],"_links":{"self":[{"href":"https:\/\/analyse.optim.biz\/index.php?rest_route=\/wp\/v2\/posts\/1906973","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/analyse.optim.biz\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/analyse.optim.biz\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/analyse.optim.biz\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/analyse.optim.biz\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1906973"}],"version-history":[{"count":0,"href":"https:\/\/analyse.optim.biz\/index.php?rest_route=\/wp\/v2\/posts\/1906973\/revisions"}],"wp:attachment":[{"href":"https:\/\/analyse.optim.biz\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1906973"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/analyse.optim.biz\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1906973"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/analyse.optim.biz\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1906973"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}