← All stories
● Covered by 1 source · 1 reportLow impact1 neutral

vlt 1.0 Released with Hosted Package Registries and Ecosystem Mirrors

🔄 Updated 1d ago
New to BrevFeed? We gather this story from every outlet covering it into one summary — ranked by real-world impact, not just the latest headline — so you never miss what matters. What is BrevFeed? →

Key points

  • vlt 1.0 client released.
  • Hosted package registries and ecosystem mirrors are now generally available.
  • vlt client is a drop-in replacement for npm.
  • Registry services are backwards compatible with the npm registry API.

vlt 1.0 Client Release

vlt 1.0 has been officially released. The client has evolved into a full-featured, security-first package manager, now supported by its own infrastructure. It includes over 60 graph-native pseudo selectors, with approximately 30 focused on security, such as :malware, :cve, and :unmaintained.

Enhanced Package Management Features

Key features in vlt 1.0 include the :host(local) selector for querying dependencies across all projects on a machine, and the --scope flag to extend selector functionality to commands like run, exec, and publish. Graph Modifiers allow overriding dependencies in vlt.json using CSS-like specificity. Phased installations enable downloading without script execution and selective building, blocking known malware by default. Catalogs help define and reference dependency versions centrally.

OIDC Trusted Publishing

vlt 1.0 introduces OIDC "trusted publishing," allowing publication from CI environments to the npm public registry without long-lived tokens. This feature works out-of-the-box with GitHub Actions and supports GitLab CI and CircleCI when their OIDC tokens are provided.

Hosted Registries and Ecosystem Mirrors

Alongside the client, vlt has made its hosted package registries and ecosystem mirrors generally available. These services are designed to be backwards compatible with the npm registry API, allowing existing tools and workflows to integrate with vlt. The vlt client functions as a drop-in replacement for npm, managing the entire package lifecycle without requiring npm as a fallback or dependency.

✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →

The daily brief

One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.

One email a day. Unsubscribe in one click, any time.

Today's brief

Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.

~7 min · 6 stories · Aug 15

▶ Play today's brief Listen on Spotify

New every morning, and the back catalogue is archived by date.

Primary sources

GitHub vltpkg/vltpkg

Reporting from

vlt 1.0 has been released, alongside the general availability of its hosted package registries and ecosystem mirrors. This update positions vlt as an end-to-end platform for package management, offering a security-focused client and npm-compatible registry services.