# ols mit Homebrew, Nix, pacman installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für ols in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:ols
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install ols
```

  Evidenz: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#ols
```

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

- pacman (92%):

```sh
sudo pacman -S ols
```

  Evidenz: Arch Linux sync databases: ols from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## Paketfakten

- **Paketschlüssel:** brew:ols
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/ols>
- **Version:** 2026-05
- **Quellzusammenfassung:** Language server for The Odin Programming Language
- **Homepage:** <https://github.com/DanielGavin/ols>
- **Repository:** <https://github.com/DanielGavin/ols>
- **Upstream-Dokumentation:** <https://github.com/DanielGavin/ols#readme>
- **Lizenz:** MIT
- **Quellarchiv:** <https://github.com/DanielGavin/ols/archive/refs/tags/dev-2026-05.tar.gz>
- **Zuletzt aktualisiert:** 2026-05-07T10:03:09Z
- **Generiert:** 2026-07-08T18:08:21+00:00

## Executables

- ols (cli)
- ols (Alias)

## Build-Abhängigkeiten

- odin

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Bottle: verfügbar auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version und Aktualität

- Seite generiert: 2026-07-08
- Manager-Version: 2026-05
- Manager aktualisiert: 2026-05-07
- lokale Daten: OK
- Upstream-Repository: https://github.com/DanielGavin/ols
- Info: No cached GitHub release or tag data was available.
## Projektgeschichte und Nutzung

ols is the Odin Language Server, an implementation of Language Server Protocol features for the Odin programming language. It gives editors features such as completion, go-to-definition, symbol lookup, hover/help behavior, and project-aware feedback for Odin codebases.

### Projektgeschichte

The DanielGavin/ols repository was created on 2020-11-03. Its README describes the project as a language server for Odin, notes that it tracks Odin's master branch, and documents setup for multiple editors including VS Code, Sublime, Vim, Neovim, Emacs, Helix, and Micro.

### Adoptionsgeschichte

OLS adoption follows Odin's growth as a systems programming language. The Odin website showcased OLS on 2023-07-02, describing it as a language server for popular editors and emphasizing lookup and go-to-definition as ways to understand Odin codebases faster.

### Wie es verwendet wird

Developers install ols, add an ols.json configuration when needed, and point an editor's LSP client at the ols executable. Because Odin itself is a compiled systems language with a comparatively small ecosystem, editor integration is a high-leverage package: it supplies the interactive code-navigation layer many developers expect from larger language communities.

### Warum Paket-Nerds sich dafür interessieren

For package nerds, ols is a compact example of a language ecosystem maturing through tooling. The package is less famous than Odin itself, but Homebrew, Nix, and pacman packaging make the language server easy to slot into editor setups across platforms.

### Zeitleiste

- 2020-11-03: The DanielGavin/ols repository was created on GitHub.
- 2023-07-02: The Odin website published a showcase page for OLS.
- 2026-07-01: GitHub repository metadata reported 1,048 stars, 163 forks, Odin as the primary language, and MIT licensing.

### Related projects

- Related projects include the Odin compiler and standard library, Odin editor extensions, tree-sitter grammars for Odin, and general LSP clients in editors such as Neovim, Helix, VS Code, Emacs, and Sublime Text.

### Quellen

- <https://api.github.com/repos/DanielGavin/ols>
- <https://formulae.brew.sh/formula/ols>
- <https://github.com/DanielGavin/ols>
- <https://github.com/odin-lang/odin>
- <https://odin-lang.org/showcase/ols/>


## Sicherheitshinweise

Für ols wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.



## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: ols.json
## Details aus der Quelldatenbank

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** ols
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Andere Paketmanager-Einträge

- Nix - ols: normalized package name match | nixpkgs package indexes: pkgs/by-name/ol/ols/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- pacman - ols - dev_2026_05-1: normalized package name match | Arch Linux sync databases: ols from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Language server for Odin | https://github.com/DanielGavin/ols


## Verwandte Links

- [Source-control packages](https://www.automicvault.com/de/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Language runtime packages](https://www.automicvault.com/de/pkg/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [Networking and protocol packages](https://www.automicvault.com/de/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [odin](https://www.automicvault.com/de/pkg/brew/odin/) - Build dependency declared by Homebrew.
- [odinfmt](https://www.automicvault.com/de/pkg/brew/odinfmt/) - Shares the same upstream source repository.
- [dcd](https://www.automicvault.com/de/pkg/brew/dcd/) - Local metadata places this package in an adjacent workflow. Shared terms: language, programming, server.
- [actions-languageserver](https://www.automicvault.com/de/pkg/brew/actions-languageserver/) - Local metadata places this package in an adjacent workflow. Shared terms: language, server.

## Combined YAML source

View the package source record on GitHub. [combined/ols.yml](https://github.com/automic-vault/db/blob/main/combined/ols.yml)


## Quellen

- Nucleus package database
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
