Icon

ZLS

ZLS is a language server for the Zig programming language, providing IDE features such as goto definition and rename. It is implemented in Zig and supports the Language Server Protocol.
Latest: 0.16.0 Web Scrape
Last checked: Jun 9, 2026 12:10am
Rank: 554/15140
Also monitored via:
GitHub Releases Site Monitor Winget
Follow to track new versions in your feed.
Report

Overview

0
License: MITWinget: Available

Version & Lifecycle

0
Current: 0.16.0 N-2: 0.15.0 Avg cadence: Every 170 days

Top Contributors

Top sitewide contributors:

  1. Anbarasan
  2. nico_k
  3. Bob
  4. Vigneshwaran

Community Notes

Deployment note • June 6, 2026
0

Deployment tip

For large-scale deployments of zls on Windows, distribute the prebuilt binary from the Zigtools site and pair it with a centrally managed zls.json config file, then use the zls env command to programmatically discover and validate the Zig toolchain path for each machine before registering the language server in editors or tooling pipelines.

Release Notes & Updates

0
Avg cadence:
Updates • 0

Help us match vulnerabilities

No vulnerability match yet. Pick the right product:

Looking for matching products…
Don’t see it? Paste a CPE

Also known as

Other names people use for this app — helps search and matching.

zlszigtools zls

Packaging Notes

0

ZLS uses Zig’s builtin package manager to fetch dependencies and compile from source; recommended to specify version string manually if no Git metadata is available

Notes

0

Compatible Zig and ZLS versions should be installed together; nightly builds recommended for latest features; original author of rust-analyzer contributed feedback on rename feature limitations