diff --git a/articles/business-vase-for-managing-linux-devices.md b/articles/business-vase-for-managing-linux-devices.md
new file mode 100644
index 0000000000..fff42dfc4e
--- /dev/null
+++ b/articles/business-vase-for-managing-linux-devices.md
@@ -0,0 +1,80 @@
+# The business case for managing Linux devices
+
+[A previous article](https://fleetdm.com/articles/why-enterprise-linux-is-important-in-2026) established that Linux adoption is accelerating and that unmanaged Linux devices are a liability. The question facing IT leaders is no longer "should we manage Linux?" It is "what do we gain when we do?"
+
+The answer touches every part of IT operations:
+* cost
+* compliance & security
+* talent retention
+* long-term strategy
+
+This article looks at the business value of bringing Linux devices under formal management.
+
+## Reducing tool sprawl
+
+Most organizations manage Mac devices with one tool, Windows devices with another, and Linux devices with a collection of scripts and spreadsheets, if they manage them at all. Each additional tool carries its own licensing cost, training overhead, and renewal cycle. A 2024 Forrester survey found that 77% of U.S. technology decision-makers report moderate to extensive technology sprawl, and 63% planned to pursue consolidation.[1](#footnote1)
+
+The cost of sprawl goes beyond licensing fees. Fragmented tooling produces fragmented visibility. When Linux devices live outside the management perimeter, IT cannot answer basic questions consistently across the fleet. Which machines are running which OS versions? Which devices are encrypted? Where are the unpatched vulnerabilities?
+
+Bringing Linux into the same management framework as Mac and Windows provides a single source of truth. It eliminates parallel processes. It reduces context-switching for IT staff. And it means compliance reporting covers the whole fleet, not just the portion that happens to run a "supported" operating system.
+
+## Strengthening compliance posture
+
+Regulatory frameworks like SOC 2, ISO 27001, HIPAA, and NIST 800-53 do not grant exemptions based on operating system. Every corporate device must be accounted for, patched, encrypted, and policy-compliant. An unmanaged Linux laptop is a gap in the audit trail, and gaps are expensive to explain and harder to remediate after the fact.
+
+Managing Linux devices closes this gap in three ways:
+
+1. **Automated patch management.** Security updates ship on a predictable schedule rather than relying on individual users to run them.
+2. **Centralized configuration enforcement.** Disk encryption, screen lock policies, and firewall rules apply across the fleet and can be verified programmatically.
+3. **A complete audit trail.** Device inventory, policy status, and remediation history live in the same reporting interface used for Mac and Windows.
+
+When auditors ask how you manage your Linux devices, the answer should be the same as for every other platform: "Here's the dashboard."
+
+## Earning trust with technical talent
+
+[The previous article](https://fleetdm.com/articles/why-enterprise-linux-is-important-in-2026) described the people who use Linux: developers, engineers, security researchers, and data scientists. These employees choose Linux deliberately. They value transparency and control over their tools. They notice, and resist, management software that feels opaque or intrusive.
+
+That resistance creates a real tension. IT needs visibility and control. Linux users want autonomy and transparency. The wrong approach, forcing a Windows-centric management tool onto Linux machines, drives these users toward shadow IT. Research shows that 47% of companies allow employees to access resources on unmanaged devices using credentials alone.[2](#footnote2) Gartner estimates that by 2027, 75% of employees will acquire or create technology outside of IT's visibility, up from 41% in 2022\.[3](#footnote3)
+
+A management strategy that respects this culture reduces friction. That means lightweight agents, open-source tooling where possible, and clear communication about what data is collected and why. When Linux users trust the management tooling, they comply with policy rather than work around it. Shadow IT goes down. Security posture goes up.
+
+## Lowering the total cost of ownership
+
+Linux itself does not carry a per-seat licensing fee. But the total cost of ownership for any device goes beyond the OS. It includes the management tooling, the labor to maintain and troubleshoot, and the cost of incidents caused by improperly configured devices.
+
+Formalizing Linux management reduces cost in three areas:
+
+1. **Less manual labor.** Automation handles patch deployment, configuration enforcement, and software distribution. These tasks previously required custom scripts or hands-on intervention.
+2. **Faster incident response.** Managed devices are visible devices. Visible devices receive faster detection and containment, directly reducing breach costs.
+3. **Fewer redundant tools.** Linux joins a unified management platform instead of living in a parallel ecosystem of scripts and spreadsheets.
+
+The cost of inaction compounds. Every hour an IT engineer spends manually auditing a Linux workstation or writing a one-off compliance script is an hour not spent on higher-value work. These costs grow linearly with the fleet. A managed approach scales more efficiently.
+
+## Modernizing IT operations
+
+The practices required to manage Linux well, infrastructure as code, version-controlled configurations, automated policy enforcement, and API-driven tooling are the same practices that define modern IT operations.
+
+Organizations that adopt these approaches for Linux often find the benefits extend to their entire fleet. Configuration-as-code practices that start with Linux can apply to Mac and Windows. Automated compliance checks can standardize reporting across all platforms. The shared language between engineering teams (version control, pull requests, peer review) and IT operations reduces friction between traditionally siloed departments.
+
+Managing Linux devices is not an edge case. It is an opportunity to raise the bar for how your organization manages all of its devices.
+
+The next article will explore how to define a Linux management strategy that fits your organization's specific needs.
+
+---
+
+1. Forrester, "The State of Tech Sprawl in the US, 2024." [https://www.forrester.com/report/the-state-of-tech-sprawl-in-the-us-2024/RES181386](https://www.forrester.com/report/the-state-of-tech-sprawl-in-the-us-2024/RES181386) [↩](#ref1)
+
+2. Kolide / 1Password, "The Shadow IT Report," September 2023\. [https://blog.1password.com/unmanaged-devices-run-rampant/](https://blog.1password.com/unmanaged-devices-run-rampant/) [↩](#ref2)
+
+3. Gartner, "Gartner Unveils Top Eight Cybersecurity Predictions for 2023-2024," March 28, 2023\. [https://www.gartner.com/en/newsroom/press-releases/2023-03-28-gartner-unveils-top-8-cybersecurity-predictions-for-2023-2024.html](https://www.gartner.com/en/newsroom/press-releases/2023-03-28-gartner-unveils-top-8-cybersecurity-predictions-for-2023-2024.html) [↩](#ref3)
+
+
+
+
+
+
+
+
+
+
+