# Install perlnavigator with Homebrew, apt, Nix

Perl language server. Version 0.8.20 via Homebrew; verified 2026-07-11. Also installable with debian: sudo apt install perlnavigator.

## Install

```sh
sudo av install brew:perlnavigator
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install perlnavigator
```

  Evidence: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install perlnavigator
```

  Evidence: Debian stable package indexes: perlnavigator from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#perlnavigator
```

  Evidence: nixpkgs package indexes: pkgs/by-name/pe/perlnavigator/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Package facts

- **Package key:** brew:perlnavigator
- **Package manager:** Homebrew
- **Version:** 0.8.20
- **Source summary:** Perl language server
- **Homepage:** <https://github.com/bscan/PerlNavigator>
- **Last updated:** 2026-07-11T11:05:28Z
- **Generated:** 2026-08-03T19:37:03+00:00

## Executables

- perlnavigator (alias)

## Install behavior

- Bottle: not available

## Freshness

- Page generated: 2026-08-03
- Package-manager version: 0.8.20
## Project history and usage

Perl Navigator is a Perl language server that provides editor features such as syntax checking, autocompletion, Perl::Critic diagnostics, code navigation, hover documentation, formatting, and outline support.

### Project history

The official repository was created in January 2022 and describes Perl Navigator as an LSP server implemented with Microsoft LSP libraries while using Perl for syntax checking and parsing.

The project ships both a VS Code extension workflow and a standalone perlnavigator command for other editors. Its README documents installation via npm, downloadable binaries, and building from source.

### Adoption history

Perl Navigator targets cross-editor adoption: the official README documents VS Code, Sublime Text, Emacs, Vim, Neovim, coc.nvim, Kate, and LiteXL integrations. It also notes that lsp-mode uses Perlnavigator as the default Perl language server when the executable is on PATH.

The input package facts show perlnavigator packaged across Homebrew, Debian, Ubuntu, and Nix, while npm metadata for perlnavigator-server shows the package was published in March 2022.

### How it is used

Typical package-manager usage installs the perlnavigator executable and points an editor LSP client at it, usually with stdio transport or the editor's built-in language-server settings. Project-specific tuning is done through editor settings such as perlnavigator.perlPath, includePaths, perlcriticProfile, perltidyProfile, and related options.

### Why package nerds care

Perl Navigator is notable for package curation because it packages a TypeScript/Node language server together with Perl-aware analysis behavior, optional Perl::Critic, Perl::Tidy, and perlimports integrations, and release binaries for multiple operating systems.

For package maintainers, it is a bridge between npm-style language-server distribution, editor extension ecosystems, and OS package managers that want a standalone perlnavigator executable.

### Timeline

- 2022: GitHub repository was created.
- 2022: npm registry metadata records perlnavigator-server creation.
- 2022: GitHub releases list v0.2.9 as an early public release.
- 2025: GitHub releases list v0.8.20 as the latest release in the official release feed inspected for this batch.

### Related projects

- The official README acknowledges Perl::Critic, PPI, Perl::Tidy, perlimports, Perl, Microsoft LSP libraries, Perl::LanguageServer, and PLS, and points readers interested in Raku to bscan/RakuNavigator.

### Sources

- <https://api.github.com/repos/bscan/PerlNavigator - official GitHub repository metadata for creation date and repository description.>
- <https://api.github.com/repos/bscan/PerlNavigator/releases?per_page=100 - official GitHub release metadata for early and latest inspected releases.>
- <https://github.com/bscan/PerlNavigator - official repository, README, description, install modes, editor integrations, acknowledgments, and releases.>
- <https://registry.npmjs.org/perlnavigator-server - official npm package metadata for package name, description, creation time, and latest version.>
- source_facts.package-manager - supplied input lists Homebrew, Debian, Nix, and Ubuntu packaging.


## Security Notes

No matching local secret-handling manifest was found for perlnavigator. Nucleus package metadata is still published here so future coverage has a stable package URL.


## Other Package-Manager Records

- Debian apt - perlnavigator - 0.6.0~dfsg-3: normalized package name match | Debian stable package indexes: perlnavigator from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Perl Language Server for the Language Server Protocol (LSP) | https://github.com/bscan/PerlNavigator
- Nix - perlnavigator: normalized package name match | nixpkgs package indexes: pkgs/by-name/pe/perlnavigator/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - perlnavigator - 0.6.0~dfsg-2: normalized package name match | Ubuntu 24.04 LTS package indexes: perlnavigator from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Perl Language Server for the Language Server Protocol (LSP) | https://github.com/bscan/PerlNavigator


## Combined YAML source

View the package source record on GitHub. [combined/perlnavigator.yml](https://github.com/mxcl/pkgdb/blob/main/combined/perlnavigator.yml)


## Sources

- pkg.so package database
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
