<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Max Roma</title>
    <description>The latest articles on DEV Community by Max Roma (@maxim_romaniuc_wp).</description>
    <link>https://dev.to/maxim_romaniuc_wp</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3801573%2F9327fca1-af2b-457d-9bf9-8f3e7115d182.png</url>
      <title>DEV Community: Max Roma</title>
      <link>https://dev.to/maxim_romaniuc_wp</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/maxim_romaniuc_wp"/>
    <language>en</language>
    <item>
      <title>OpenClaw vs. Amazon Quick Suite</title>
      <dc:creator>Max Roma</dc:creator>
      <pubDate>Tue, 31 Mar 2026 12:55:26 +0000</pubDate>
      <link>https://dev.to/maxim_romaniuc_wp/openclaw-vs-amazon-quick-suite-2n1i</link>
      <guid>https://dev.to/maxim_romaniuc_wp/openclaw-vs-amazon-quick-suite-2n1i</guid>
      <description>&lt;h2&gt;
  
  
  Executive Summary
&lt;/h2&gt;

&lt;p&gt;In early 2026, OpenClaw became one of the fastest-growing open-source projects on GitHub, passing&lt;br&gt;
200,000 stars in under three months.&lt;/p&gt;

&lt;p&gt;Built by Austrian developer Peter Steinberger, it introduced a much more operational model for AI:&lt;br&gt;
agents that do not just respond, but autonomously execute multi-step tasks across real systems.&lt;/p&gt;

&lt;p&gt;That adoption wave confirmed a major shift in buyer and developer interest:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Organizations increasingly want AI that acts, not just AI that advises.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;At the same time, OpenClaw's rise also exposed a second reality. Once AI agents move from chat&lt;br&gt;
interfaces into real execution, the hard problems are no longer only about model quality. They are&lt;br&gt;
about security, governance, identity, auditability, and trust boundaries.&lt;/p&gt;

&lt;p&gt;AWS is approaching the same direction from the opposite side.&lt;/p&gt;

&lt;p&gt;Amazon Quick Suite, evolved from QuickSight, pushes toward agentic workspaces and business&lt;br&gt;
automation, but does so inside a more structured enterprise control model.&lt;/p&gt;

&lt;p&gt;The result is a useful contrast: OpenClaw proved demand, while Amazon Quick Suite represents the&lt;br&gt;
kind of operating envelope enterprises are more likely to accept in production.&lt;/p&gt;

&lt;h2&gt;
  
  
  OpenClaw: The Agent That Went Viral
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Architecture and core capabilities
&lt;/h3&gt;

&lt;p&gt;OpenClaw is a locally hosted Node.js gateway that connects large language models to external&lt;br&gt;
systems through a plugin architecture built around skills.&lt;/p&gt;

&lt;p&gt;Its appeal was straightforward:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;multi-step task execution&lt;/li&gt;
&lt;li&gt;messaging-first interaction through tools such as Slack, Discord, and WhatsApp&lt;/li&gt;
&lt;li&gt;scheduled automation through cron jobs&lt;/li&gt;
&lt;li&gt;a large and rapidly growing ecosystem of community-contributed skills&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This combination made OpenClaw feel less like a chatbot and more like an operator.&lt;/p&gt;

&lt;h3&gt;
  
  
  Adoption trajectory
&lt;/h3&gt;

&lt;p&gt;The project's growth curve was unusually steep:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;launched as &lt;em&gt;Clawdbot&lt;/em&gt; in November 2025&lt;/li&gt;
&lt;li&gt;renamed to &lt;em&gt;OpenClaw&lt;/em&gt; in January 2026&lt;/li&gt;
&lt;li&gt;passed 100,000 stars in February 2026&lt;/li&gt;
&lt;li&gt;moved beyond 200,000 stars shortly after&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Whether or not every growth claim remains stable over time, the broader signal was clear:&lt;br&gt;
OpenClaw captured attention faster than most infrastructure or AI tooling projects in recent&lt;br&gt;
memory.&lt;/p&gt;

&lt;h3&gt;
  
  
  The security reality
&lt;/h3&gt;

&lt;p&gt;As adoption accelerated, security concerns surfaced just as quickly.&lt;/p&gt;

&lt;p&gt;The reported issues around OpenClaw included:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;hundreds of vulnerabilities, including critical findings&lt;/li&gt;
&lt;li&gt;a remote code execution exploit&lt;/li&gt;
&lt;li&gt;exposed API keys&lt;/li&gt;
&lt;li&gt;malicious or unverified skills&lt;/li&gt;
&lt;li&gt;prompt injection and memory poisoning scenarios&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The point is not that open-source agent systems are inherently unsafe. The problem is that once an&lt;br&gt;
agent can authenticate, call tools, access memory, and trigger actions, the blast radius expands&lt;br&gt;
dramatically.&lt;/p&gt;

&lt;p&gt;OpenClaw made that risk visible in public.&lt;/p&gt;

&lt;h3&gt;
  
  
  The enterprise identity gap
&lt;/h3&gt;

&lt;p&gt;Traditional enterprise systems assume a mostly human-centered model of action:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Enterprise model&lt;/th&gt;
&lt;th&gt;Agent reality&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Users initiate actions&lt;/td&gt;
&lt;td&gt;Agents may act autonomously&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Permissions are scoped to people or roles&lt;/td&gt;
&lt;td&gt;Permissions can be inherited by software agents&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Audit logs often explain who did what&lt;/td&gt;
&lt;td&gt;Intent can become harder to trace&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Supply chains are formally reviewed&lt;/td&gt;
&lt;td&gt;Community plugins may be unverified&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Identity usually maps to humans or services&lt;/td&gt;
&lt;td&gt;Agent identity can scale quickly and opaquely&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;This is where many agent platforms start to break down in enterprise settings. Execution is easy to&lt;br&gt;
demo. Trust boundaries are much harder to operationalize.&lt;/p&gt;

&lt;h2&gt;
  
  
  Amazon Quick Suite: The Enterprise Answer
&lt;/h2&gt;

&lt;h3&gt;
  
  
  From QuickSight to Quick Suite
&lt;/h3&gt;

&lt;p&gt;Amazon Quick Suite extends QuickSight into a broader agentic workspace that combines analytics,&lt;br&gt;
automation, collaboration, and AI-assisted task execution.&lt;/p&gt;

&lt;p&gt;In practical terms, it signals that AWS sees the future of business intelligence as more than&lt;br&gt;
dashboards. The platform is moving toward systems that can research, automate, coordinate, and&lt;br&gt;
assist inside controlled enterprise environments.&lt;/p&gt;

&lt;h3&gt;
  
  
  Core components
&lt;/h3&gt;

&lt;p&gt;The suite is framed around several capabilities:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Quick Research&lt;/strong&gt; for structured report generation&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Quick Flows&lt;/strong&gt; for workflow creation from natural language&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Quick Automate&lt;/strong&gt; for multi-agent orchestration with approvals&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;QuickSight&lt;/strong&gt; for analytics and dashboards&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Quick Spaces&lt;/strong&gt; for team workspaces&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Quick Chat Agents&lt;/strong&gt; for configurable assistants&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The underlying idea is similar to OpenClaw's vision: reduce the gap between intent and execution.&lt;br&gt;
The delivery model is different.&lt;/p&gt;

&lt;h3&gt;
  
  
  Enterprise integration
&lt;/h3&gt;

&lt;p&gt;Quick Suite is designed around managed integrations rather than a wide-open plugin marketplace.&lt;/p&gt;

&lt;p&gt;Examples include connectors for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Salesforce&lt;/li&gt;
&lt;li&gt;ServiceNow&lt;/li&gt;
&lt;li&gt;Slack&lt;/li&gt;
&lt;li&gt;Gmail&lt;/li&gt;
&lt;li&gt;Exchange&lt;/li&gt;
&lt;li&gt;S3&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That distinction matters.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;OpenClaw scales through community skills&lt;/li&gt;
&lt;li&gt;Quick Suite scales through AWS-managed integrations&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The first model grows faster. The second model is easier to defend in enterprise environments.&lt;/p&gt;

&lt;h3&gt;
  
  
  Governance and compliance
&lt;/h3&gt;

&lt;p&gt;Quick Suite is much more explicitly positioned around enterprise controls.&lt;/p&gt;

&lt;p&gt;That includes alignment with frameworks and capabilities such as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;SOC&lt;/li&gt;
&lt;li&gt;HIPAA&lt;/li&gt;
&lt;li&gt;ISO 27001&lt;/li&gt;
&lt;li&gt;ISO 27018&lt;/li&gt;
&lt;li&gt;ISO 9001&lt;/li&gt;
&lt;li&gt;GDPR&lt;/li&gt;
&lt;li&gt;FedRAMP&lt;/li&gt;
&lt;li&gt;role-based access control&lt;/li&gt;
&lt;li&gt;audit logging&lt;/li&gt;
&lt;li&gt;human-in-the-loop workflows&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For enterprise buyers, these controls are not secondary product details. They are often the actual&lt;br&gt;
buying criteria.&lt;/p&gt;

&lt;h2&gt;
  
  
  Feature Comparison
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Capability&lt;/th&gt;
&lt;th&gt;OpenClaw&lt;/th&gt;
&lt;th&gt;Amazon Quick Suite&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Automation&lt;/td&gt;
&lt;td&gt;Community skills and cron-based execution&lt;/td&gt;
&lt;td&gt;Structured workflow automation&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Integration model&lt;/td&gt;
&lt;td&gt;Community-contributed skills&lt;/td&gt;
&lt;td&gt;Managed connectors&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Research workflows&lt;/td&gt;
&lt;td&gt;Depends heavily on model and prompt setup&lt;/td&gt;
&lt;td&gt;Built-in research components&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Knowledge model&lt;/td&gt;
&lt;td&gt;Local or agent-managed memory&lt;/td&gt;
&lt;td&gt;Shared and controlled spaces&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Visualization&lt;/td&gt;
&lt;td&gt;Limited&lt;/td&gt;
&lt;td&gt;Full BI and dashboarding&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Identity integration&lt;/td&gt;
&lt;td&gt;Weak or inconsistent&lt;/td&gt;
&lt;td&gt;IAM-aligned enterprise model&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Auditability&lt;/td&gt;
&lt;td&gt;Limited&lt;/td&gt;
&lt;td&gt;Full logging and traceability&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Approval controls&lt;/td&gt;
&lt;td&gt;Minimal by default&lt;/td&gt;
&lt;td&gt;Built-in approval flows&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Security posture&lt;/td&gt;
&lt;td&gt;High operational risk&lt;/td&gt;
&lt;td&gt;Enterprise-oriented controls&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Governance model&lt;/td&gt;
&lt;td&gt;Open and unstable&lt;/td&gt;
&lt;td&gt;AWS-backed and structured&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  Same Vision, Different Starting Points
&lt;/h2&gt;

&lt;h3&gt;
  
  
  What OpenClaw proved
&lt;/h3&gt;

&lt;p&gt;OpenClaw proved several things very quickly:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;demand for autonomous agents is real&lt;/li&gt;
&lt;li&gt;messaging-first user experience drives adoption&lt;/li&gt;
&lt;li&gt;open ecosystems can scale at extraordinary speed&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It made the future feel immediate.&lt;/p&gt;

&lt;h3&gt;
  
  
  What OpenClaw cannot reliably deliver
&lt;/h3&gt;

&lt;p&gt;For enterprise use, however, OpenClaw also highlighted what is still missing:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;robust access control&lt;/li&gt;
&lt;li&gt;durable auditability&lt;/li&gt;
&lt;li&gt;compliance alignment&lt;/li&gt;
&lt;li&gt;formal governance&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That does not make it unimportant. It makes it a market signal rather than a production template.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;OpenClaw is best understood as proof of demand, not proof of enterprise readiness.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3&gt;
  
  
  Where Quick Suite wins
&lt;/h3&gt;

&lt;p&gt;Amazon Quick Suite aims at much of the same destination:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;autonomous execution&lt;/li&gt;
&lt;li&gt;cross-system orchestration&lt;/li&gt;
&lt;li&gt;persistent context&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But it starts from the constraints enterprises already care about:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;security&lt;/li&gt;
&lt;li&gt;compliance&lt;/li&gt;
&lt;li&gt;identity control&lt;/li&gt;
&lt;li&gt;governance&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That gives AWS a more credible path into production environments where risk, approvals, and audit&lt;br&gt;
trails are part of the workflow rather than an afterthought.&lt;/p&gt;

&lt;h3&gt;
  
  
  The trade-offs
&lt;/h3&gt;

&lt;p&gt;That does not mean Quick Suite is automatically the better answer in every setting.&lt;/p&gt;

&lt;p&gt;It comes with trade-offs of its own:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;AWS ecosystem lock-in&lt;/li&gt;
&lt;li&gt;a narrower extension model than open-source ecosystems&lt;/li&gt;
&lt;li&gt;subscription and platform cost considerations&lt;/li&gt;
&lt;li&gt;the maturity risks that come with newly evolving product categories&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The difference is that these are enterprise trade-offs, not existential trust-boundary gaps.&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;OpenClaw proved that the market is ready for AI agents that can act.&lt;/p&gt;

&lt;p&gt;It also made visible how fragile open agent systems become when they move into real execution&lt;br&gt;
without strong identity, control, and governance models.&lt;/p&gt;

&lt;p&gt;Amazon Quick Suite represents a more enterprise-safe version of the same broader future.&lt;/p&gt;

&lt;p&gt;The central question is no longer whether AI agents will operate across enterprise systems.&lt;/p&gt;

&lt;p&gt;It is this:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Will they operate inside governance, or outside it?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Sources
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;&lt;a href="https://en.wikipedia.org/wiki/OpenClaw" rel="noopener noreferrer"&gt;OpenClaw - Wikipedia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.kdnuggets.com/openclaw-explained-free-ai-agent-tool-2026" rel="noopener noreferrer"&gt;OpenClaw Explained: The Free AI Agent Tool Going Viral in 2026 (KDnuggets)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.digitalocean.com/resources/articles/openclaw-ai-agent" rel="noopener noreferrer"&gt;What is OpenClaw? Your Open-Source AI Assistant for 2026 (DigitalOcean)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.microsoft.com/security/blog/2026/02/" rel="noopener noreferrer"&gt;Running OpenClaw Safely: Identity, Isolation, and Runtime Risk (Microsoft Security Blog)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://blog.virustotal.com/2026/02/openclaw-malware-skills.html" rel="noopener noreferrer"&gt;From Automation to Infection: How OpenClaw Skills Are Being Weaponized (VirusTotal Blog)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://koisecurity.com/research/openclaw-malicious-skills" rel="noopener noreferrer"&gt;OpenClaw Malicious Skills Analysis (Koi Security)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.lyzr.ai/blog/openclaw-enterprise-risk" rel="noopener noreferrer"&gt;Why OpenClaw Is the #1 Enterprise Wake-Up Call of 2026 (Lyzr AI)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://aws.amazon.com/blogs/business-intelligence/" rel="noopener noreferrer"&gt;Reimagine Business Intelligence: Amazon QuickSight Evolves to Quick Suite (AWS Blog)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://aws.amazon.com/quicksight/" rel="noopener noreferrer"&gt;Amazon QuickSight / Quick Suite Product Page (AWS)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://nvidianews.nvidia.com/news/nemo-openclaw" rel="noopener noreferrer"&gt;NVIDIA Announces NemoClaw for the OpenClaw Community (NVIDIA Newsroom)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://fortune.com/2026/03/openclaw-ai-adoption/" rel="noopener noreferrer"&gt;How OpenClaw Is Transforming AI Adoption (Fortune)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://permiso.io/blog/openclaw-prompt-injection" rel="noopener noreferrer"&gt;Prompt Injection Attacks on OpenClaw Memory Systems (Permiso)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.wiz.io/blog/openclaw-exposed-api-keys" rel="noopener noreferrer"&gt;OpenClaw Exposure: 1.5M API Keys and Security Risks (Wiz Research)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://depthfirst.com/security/advisory/openclaw-rce" rel="noopener noreferrer"&gt;CVE-2026-25253: OpenClaw Remote Code Execution (DepthFirst)&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>webdev</category>
      <category>openclaw</category>
      <category>aws</category>
      <category>ai</category>
    </item>
    <item>
      <title>Cleaning Node.js Build Artifacts with a CLI Tool</title>
      <dc:creator>Max Roma</dc:creator>
      <pubDate>Wed, 04 Mar 2026 12:31:30 +0000</pubDate>
      <link>https://dev.to/maxim_romaniuc_wp/cleaning-nodejs-build-artifacts-with-a-cli-tool-2dmh</link>
      <guid>https://dev.to/maxim_romaniuc_wp/cleaning-nodejs-build-artifacts-with-a-cli-tool-2dmh</guid>
      <description>&lt;p&gt;Modern JavaScript and TypeScript projects generate a lot of build artifacts.&lt;/p&gt;

&lt;p&gt;Directories such as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;node_modules&lt;/li&gt;
&lt;li&gt;.next&lt;/li&gt;
&lt;li&gt;dist&lt;/li&gt;
&lt;li&gt;.cache&lt;/li&gt;
&lt;li&gt;coverage&lt;/li&gt;
&lt;li&gt;.turbo&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;appear across almost every project. When you work across many repositories these folders accumulate quickly and can easily consume tens of gigabytes of disk space.&lt;/p&gt;

&lt;p&gt;Cleaning them manually is tedious.&lt;/p&gt;

&lt;p&gt;So we built a small CLI tool called &lt;strong&gt;Dustoff&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Dustoff Does
&lt;/h2&gt;

&lt;p&gt;Dustoff scans your filesystem for common JavaScript and TypeScript build artifacts and allows you to browse and remove them interactively.&lt;/p&gt;

&lt;p&gt;Instead of manually searching for folders, you get a terminal interface that lets you quickly identify and clean up unused build outputs.&lt;/p&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmfv0bg89ubow06chdln8.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmfv0bg89ubow06chdln8.gif" alt=" "&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Features
&lt;/h2&gt;

&lt;p&gt;Dustoff includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;scanning for common build artifact directories&lt;/li&gt;
&lt;li&gt;sorting artifacts by size, path, or age&lt;/li&gt;
&lt;li&gt;searching and filtering results&lt;/li&gt;
&lt;li&gt;grouping artifacts by directory&lt;/li&gt;
&lt;li&gt;keyboard navigation for selecting multiple items&lt;/li&gt;
&lt;li&gt;safe deletion with confirmation&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The goal was to create something simple that removes friction from a common developer problem.&lt;/p&gt;

&lt;h2&gt;
  
  
  Running Dustoff
&lt;/h2&gt;

&lt;p&gt;You can run it instantly using:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;npx dustoff&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Or install it globally:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;npm install -g dustoff&lt;/code&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Open Source
&lt;/h2&gt;

&lt;p&gt;Dustoff is open source and available on GitHub:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/westpoint-io/dustoff" rel="noopener noreferrer"&gt;https://github.com/westpoint-io/dustoff&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Also, here is the website: &lt;/p&gt;

&lt;p&gt;

&lt;/p&gt;
&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;div class="c-embed__content"&gt;
      &lt;div class="c-embed__body flex items-center justify-between"&gt;
        &lt;a href="https://westpoint-io.github.io/dustoff-landing/" rel="noopener noreferrer" class="c-link fw-bold flex items-center"&gt;
          &lt;span class="mr-2"&gt;westpoint-io.github.io&lt;/span&gt;
          

        &lt;/a&gt;
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;




&lt;p&gt;We originally built it as an internal utility while working across multiple JavaScript projects and decided to share it publicly once it proved useful.&lt;/p&gt;

&lt;p&gt;If you run into similar cleanup issues across projects, curious to hear your feedback.&lt;/p&gt;

&lt;p&gt;Built with love by &lt;a href="https://westpoint.io/" rel="noopener noreferrer"&gt;Westpoint&lt;/a&gt;&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>cli</category>
      <category>node</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
