The Sovereign Tech Fund: Why Owning Your Software Stack Is Now a Security Strategy
Germany is putting millions into unglamorous Linux plumbing like package managers and desktop frameworks. Enterprise IT budgets are placing the same bet.
- 01Germany's Sovereign Tech Fund has invested over €24.6 million in critical open source infrastructure.
- 02A third of open source maintainers are unpaid, creating structural risks for software supply chains.
- 03By 2030, over 75% of non-U.S. enterprises are expected to have a formal digital sovereignty strategy.
- 04A proposed EU-wide Sovereign Tech Fund would require a €350 million budget to secure open source code.

The Sovereign Tech Fund pays open source maintainers to fix the unglamorous infrastructure everyone depends on and almost no one funds. The premise: owning your software supply chain is now a matter of national and corporate security. Since launching in October 2022, it has put over €24.6 million into more than 60 open source projects.1 Enterprises are increasingly making the same bet with their own budgets. Security and resilience come from owning the stack, not renting it.
What Is the Sovereign Tech Fund?
The Sovereign Tech Fund (STF) sits inside the Sovereign Tech Agency, incubated at SPRIND, Germany's federal innovation agency. Its stated mission is to invest globally in the open software components that underpin Germany's and Europe's ability to compete and innovate.2 The reasoning is blunt: far more people use critical open source software than contribute to maintaining it, and that imbalance is a structural risk.2
The fund had an initial 2023 budget of €11.5 million and has scaled from there, funded by the German Ministry for Economic Affairs and Climate Action.3 It doesn't fund apps or products. It funds the layers underneath them: compilers, cryptographic libraries, package managers, testing frameworks. The kind of code that never makes a press release until it breaks.
Where Is STF Putting Its Money? Flatpak, Arch, KDE
The clearest evidence of where STF's priorities sit is its recent run of Linux packaging investments.
- Arch Linux Package Management (ALPM). STF committed €562,800 across 2024 and 2025 to modernize the foundational package management layers with memory-safe, reusable implementations, covering package creation, validation, and verification.4
- Flatpak. Through Modal and Para-Real Ltd., STF is putting €508,640 over two years into Flatpak, the sandboxed packaging format that underpins image-based Linux distributions like Fedora Silverblue, SteamOS, and GNOME OS.5
- KDE. For 2026 and 2027, STF is investing over €1 million to strengthen the reliability and security of KDE's core infrastructure, including Plasma and the KDE Linux distribution.6
- OpenJS Foundation. Back in May 2023, STF's €875,000 investment in OpenJS was the largest one-time government investment ever made in a Linux Foundation project, aimed at hardening JavaScript ecosystem infrastructure.3
None of these are consumer-facing products. They're the plumbing that consumer-facing products run on.
Why Fund Packaging and Infrastructure Instead of Apps?
Package managers, sandboxing formats, and desktop frameworks are leverage points. Fix a vulnerability in a package manager and you fix it for every application distributed through it. Underfund it and you create a single point of failure that touches millions of machines at once.
KDE's own announcement of its STF grant makes the ownership logic explicit. KDE software "can be maintained, adapted, and improved in-house or by local software companies," with no shareholders to satisfy, no subscriptions, and no vendor lock-in.6 That's not marketing language borrowed from enterprise software. It's the same argument enterprise buyers make when they weigh owning infrastructure against renting it, applied to a desktop environment instead of a SaaS contract.
The Security Case: From Log4Shell to the xz Backdoor
The security argument isn't theoretical. In early 2024, a backdoor was discovered in xz-utils, a compression library embedded in nearly all Linux distributions and central to OpenSSH.7 Versions 5.6.0 and 5.6.1 had been deliberately compromised to allow unauthorized remote access. Because xz-utils sits underneath so much of the infrastructure that runs the modern cloud, the potential blast radius was enormous.7
The backdoor was caught before it did widespread damage, but the near-miss made a point security teams had been making quietly for years: critical infrastructure software is often maintained by one or two volunteers with no funding and no backup. The Sovereign Tech Agency's own maintainer survey found that a third of open source maintainers are unpaid despite wanting compensation, and nearly three-quarters of surveyed projects have three maintainers or fewer.8 That's the fragility STF funding is built to patch. It's the same fragility any enterprise inherits the moment it builds on open source without contributing back to it, a risk we've traced before in how AI-generated code security risks compound when nobody owns the review process.
Why Are Enterprises Funding Their Own Ownership?
Governments aren't the only ones recalculating. Gartner surveyed 241 Western European CIOs and IT leaders in November 2025 and found that 61% expect geopolitical factors to increase their reliance on local or regional cloud providers.9 More than half, 55%, said open source technologies will be an important factor in their future cloud strategy.9 Gartner now predicts that by 2030, more than 75% of enterprises outside the U.S. will have a formal digital sovereignty strategy.9
That shift shows up as cloud repatriation, as insistence on auditable open source components instead of black-box vendor code, and as a growing appetite for self-hosting the parts of the stack that used to be assumed to live with a hyperscaler by default. We've covered the cost side of that shift in the API trap driving a return to self-hosting, but the security side is now pulling in the same direction. Owning the software you run, including the open source layers underneath it, is becoming a resilience decision as much as a financial one.
Is There a Push for an EU-Wide Sovereign Tech Fund?
The German model is now being pitched as a template for the whole EU. A feasibility study commissioned by GitHub, with Open Forum Europe, Fraunhofer ISI, and the European University Institute, proposes a European Sovereign Tech Fund backed by a minimum €350 million contribution from the EU's 2028 to 2035 budget.8 Mercedes-Benz's Chief Software Officer has backed the proposal.8 The study estimates the demand-side value of open source software to the global economy at $8.8 trillion, the scale of infrastructure currently resting on underpaid, understaffed maintenance.8
That a car manufacturer's software chief is publicly advocating for this tells you something. Sovereignty concerns aren't confined to government IT anymore. They're a boardroom issue for any company whose products depend on open source components they don't fund or fully understand.
What Does This Mean for Your Software Ownership Strategy?
The practical takeaway isn't that every enterprise needs to fund Linux package managers directly. It's narrower and more actionable than that.
- Know your dependency graph. If you can't name the maintainers behind your critical open source components, you can't assess your real supply chain risk.
- Treat unfunded infrastructure as technical debt. A compression library with one volunteer maintainer is a liability on your balance sheet whether or not it appears there.
- Weigh contribution against consumption. Companies that only consume open source without contributing time, code, or funding are betting their infrastructure on someone else's goodwill.
- Build internal capability to maintain, not just deploy. Owning software means being able to patch and audit it yourself, not just install it.
The Sovereign Tech Fund's bet is that infrastructure funded, audited, and maintainable in-house is safer than infrastructure rented sight unseen. Enterprises are reaching the same conclusion on their own timeline, for their own reasons, and the two trends are reinforcing each other. Owning your software stack, all the way down to the packaging layer, isn't idealism anymore. It's risk management with a budget line attached.
It's a German government program, run by the Sovereign Tech Agency and incubated at SPRIND, that funds maintenance and security work on critical open source infrastructure. It has invested over €24.6 million in more than 60 projects since launching in 2022.
Package managers and sandboxing formats sit underneath huge numbers of applications, so fixing or hardening them has outsized security impact. STF put €562,800 into Arch's package management and €508,640 into Flatpak specifically to modernize these low-level, high-leverage components.
The 2024 xz-utils backdoor showed how a single volunteer-maintained compression library, embedded in nearly all Linux SSH infrastructure, could nearly become a catastrophic supply chain attack. It's cited as a direct justification for funding underresourced open source maintenance.
Both. Gartner's November 2025 survey found 61% of Western European CIOs expect geopolitics to push them toward local cloud providers, and Gartner predicts over 75% of non-U.S. enterprises will have a digital sovereignty strategy by 2030.
Yes. A GitHub-commissioned feasibility study has proposed a European Sovereign Tech Fund with a minimum €350 million contribution from the EU's 2028-2035 budget, with public backing from Mercedes-Benz's Chief Software Officer.
- 1Funding open source: case study on the Sovereign Tech FundEuropean Commission — Interoperable Europe / OSOR
- 2Sovereign Tech FundSovereign Tech Agency
- 3Sovereign Tech Fund invests EUR 875,000 in the OpenJS Foundation to improve open source infrastructure and securityLinux Foundation Europe
- 4Arch Linux Package Management — Sovereign Tech AgencySovereign Tech Agency
- 5Announcing Sovereign Tech Agency Investment in FlatpakModal
- 6Sovereign Tech Fund invests over €1 million in KDE software developmentKDE.org
- 7XZ Utils Supply Chain Puzzle: Binarly Ships Free Scanner for CVE-2024-3094 BackdoorBinarly
- 8We need a European Sovereign Tech FundGitHub Blog
- 9Gartner Survey Reveals Geopolitics Will Drive 61% of CIOs and IT Leaders in Western Europe to Increase Reliance on Local Cloud ProvidersGartner



