· via dev.to (home feed)
PrimeVue v4 reported in security-only maintenance as OpenVue fork launches
A dev.to announcement says PrimeVue v4 has stopped active development and entered security-only maintenance, while a community fork called OpenVue continues the library under MIT with a drop-in migration tool.

PrimeVue v4 reported in security-only maintenance
According to an announcement published on dev.to on 29 August 2026, PrimeVue v4 has moved into security-only maintenance mode. The post, written by the team behind a new project called OpenVue, says active feature development on v4 has ended, the version's issue tracker is now read-only, and that new bug fixes and enhancements are being directed to a separate project line rather than v4 itself.
The change, as described, affects any team running PrimeVue v4 in production under the MIT license — especially those that depend on continued component iteration, responsive bug resolution, and long-term ecosystem support rather than security patches alone.
OpenVue positions itself as the continuation
The same announcement introduces OpenVue, described as an independent, community-driven continuation of PrimeVue 4.5.5, which the post calls the final release under open-source governance. The project is maintained under what the post names the OpenVi Foundation and is MIT-licensed, with the announcement emphasizing that it ships without commercial gating or paywalled functionality.
According to the post, OpenVue preserves the PrimeVue v4 architecture across more than 80 core components, keeping parity with existing props, slots, events, and theming systems, while consolidating icon sets and design tooling into a single ecosystem.
Migration framed as a dependency swap
Because OpenVue's API is fully aligned with PrimeVue v4, the team claims migration requires no structural refactoring — only a dependency swap. A CLI utility, npx @openvue/migrate, automates the process.
The tool renames PrimeVue dependencies, rewrites import statements across source files, and reports any references it could not migrate, leaving a single reviewable diff. Component templates, design tokens, and application logic remain untouched, the post says.
OpenVue is currently at version 1.0.0-rc.0. Interactive documentation, component showcases, and API specifications are available at openvue.dev, with source code on GitHub.
Caveats worth weighing
Several points deserve scrutiny before teams act. First, the maintenance-mode claim comes from a single dev.to post authored by the fork's own proponents, so it should be verified against PrimeTek's official channels and release notes. The post itself notes that OpenVue is not affiliated with PrimeTek, the company behind PrimeVue.
Second, OpenVue is a release candidate from a newly announced organization. Adopting it in production means betting on the OpenVi Foundation's longevity and on sustained community contribution — a risk that forks of major libraries have historically struggled to manage.
Third, the announcement does not explain what the "separate project line" for PrimeVue actually entails — a new major version, a commercial tier, or both — so teams should consult PrimeTek's own roadmap before drawing conclusions about their upgrade path.
Why it matters
PrimeVue is one of the more widely used component libraries in the Vue ecosystem, and the moment a UI library stops active development is high-stakes for its users. Applications are assembled from dozens of such components, and a stalled library forces a choice between freezing the UI stack, moving to the vendor's next line, or adopting a fork.
OpenVue's pitch — an identical API plus an automated migration tool — dramatically lowers the cost of the fork path, at least for existing v4 users. But the burden of proof sits with the new project: it must demonstrate a sustained release cadence, timely security responses, and enough community depth to survive its first few years. Teams depending on PrimeVue v4 should confirm the maintenance-mode report from primary sources, test the release candidate against their own component usage, and watch for a stable 1.0 before committing production workloads.
- #vue
- #primevue
- #open-source
- #ui-components
- #javascript