Automic VaultAutomic Vault

brew

highs mit Homebrew, apt, Nix, pacman, MacPorts, scoop installieren

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

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install highs

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install HiGHS

MacPorts ports tree · math/HiGHS/Portfile · Quelle: api.github.com

Linux

Debian aptverifiziert · 92%
sudo apt install highs

Debian stable package indexes · highs · Quelle: deb.debian.org

Nixverifiziert · 92%
nix profile install nixpkgs#highs

nixpkgs package indexes · pkgs/by-name/hi/highs/package.nix · Quelle: api.github.com

Arch Linux pacmanverifiziert · 92%
sudo pacman -S highs

Arch Linux sync databases · highs · Quelle: geo.mirror.pkgbuild.com

Windows

Scoopverifiziert · 92%
scoop install main/highs

Scoop official bucket manifest trees · bucket/highs.json · Quelle: api.github.com

Überblick

Paketzusammenfassung

Linear optimization software

Verlauf

Projektgeschichte und Nutzung

HiGHS is open-source linear optimization software for large-scale sparse LP, MILP/MIP, and convex QP models. It provides a standalone `highs` executable, a C++ library, and interfaces for C, C#, Fortran, Julia, Python, and other ecosystems.

The project is rooted in the University of Edinburgh optimization group and the ERGO-Code organization. Its README credits solver components to Qi Huangfu, Julian Hall, Lukas Schork, Michael Feldmeier, Leona Gottwald, and Ivet Galabova.

Projektgeschichte

HiGHS grew from high-performance research solvers for linear optimization, especially the dual revised simplex work by Qi Huangfu and Julian Hall. The official site describes the codebase as C++11 software with no required third-party utilities for source builds.

The README describes a solver suite rather than a single algorithm: primal and dual revised simplex solvers, an LP interior-point solver, a QP active-set solver, and a MIP branch-and-cut solver. The documentation adds PDLP first-order LP support and explains the executable/library split.

The public tag line shows 1.x releases starting in 2021, then steady expansion through Python packaging, NuGet packaging, interface documentation, MIP work, GPU/PDLP-related development, and HiPO-related builds.

Adoptionsgeschichte

HiGHS gained a major scientific-Python adoption point when SciPy 1.6.0 added HiGHS methods to `scipy.optimize.linprog` for large sparse problems. SciPy 1.9.0 then made `method='highs'` the default for `linprog` and added mixed-integer linear programming support.

The JuMP ecosystem documents `HiGHS.jl` as a wrapper around the HiGHS solver with both a thin C API wrapper and a MathOptInterface implementation. That gives Julia modelers access to the same solver family through JuMP models.

Packaging now spans both system package managers and language package channels. The README badges and text point to PyPI `highspy`, NuGet `Highs.Native`, release binaries, and source builds, while the input package map shows Homebrew, Debian, MacPorts, Nix, Arch, and Scoop packaging.

Wie es verwendet wird

From the command line, HiGHS reads MPS and CPLEX LP files and solves them with options such as presolve, solver choice, parallel mode, thread count, time limit, and output solution/basis files. A minimal run is `highs model.mps`.

As a library, users can build, modify, solve, and inspect optimization models through the native C++ API or through language bindings. Python users often meet HiGHS through SciPy's `linprog` and `milp` APIs or through the `highspy` wrapper; Julia users commonly meet it through JuMP and HiGHS.jl.

Warum Paket-Nerds sich dafür interessieren

HiGHS matters to package nerds because it is a serious permissively licensed optimization solver with no required third-party dependencies for the core build. That makes it unusually friendly to distributions compared with solver stacks that depend on proprietary binaries or complex external libraries.

It also sits at an important boundary between command-line packages and language ecosystems: the same solver is shipped as a Unix executable, a C/C++ library, a Python package, a Julia solver backend, and a NuGet package.

Zeitleiste

  • 2018: The dual revised simplex work by Huangfu and Hall appears as the key citation used by HiGHS documentation.
  • 2021: v1.1.1 appears in the public tag line.
  • 2021: SciPy 1.6.0 documents HiGHS methods for `linprog`.
  • 2022: SciPy 1.9.0 makes `method='highs'` the default for `linprog` and adds MILP support.
  • 2024: HiGHS workshops begin appearing on the official site as community events.
  • 2025: v1.10.0 appears in the public tag line during continued solver/interface development.
  • 2026: v1.15.0 appears in the public tag line.

Related projects

  • SciPy is a major downstream consumer through `scipy.optimize.linprog` and `scipy.optimize.milp`.
  • JuMP and MathOptInterface use HiGHS through HiGHS.jl.
  • COIN-OR Clp, GLPK, commercial solvers, and other LP/MIP solvers are common benchmark and package-set neighbors.

Quellen

  • Documentation: https://ergo-code.github.io/HiGHS/dev/
  • JuMP HiGHS.jl docs: https://jump.dev/JuMP.jl/stable/packages/HiGHS/
  • Project site: https://highs.dev/
  • README: https://github.com/ERGO-Code/HiGHS#readme
  • Repository tags: https://github.com/ERGO-Code/HiGHS/tags
  • SciPy 1.6.0 notes: https://docs.scipy.org/doc/scipy/release/1.6.0-notes.html
  • SciPy 1.9.0 notes: https://docs.scipy.org/doc/scipy/release/1.9.0-notes.html

Sicherheitslage

Risikostufe: grün

narrow executable package without higher-risk signals.

Risikoklassifikator

grün Risiko · niedrig Konfidenz · appliance

Warum

  • narrow executable package without higher-risk signals

Signale

  • metadata:no-higher-risk-signals

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 6 Plattformziele verfügbar.
  • Build-Metadaten listen 2 Build-Abhängigkeiten.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
highscliglobales Executable

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-07-26
Manager-Version1.15.1
Manager aktualisiert2026-07-02
lokale DatenOK
Upstreamaktuell
neueste erkannte Versionv1.15.1

https://github.com/ERGO-Code/HiGHS

  • OKEs wurden keine Aktualitätswarnungen generiert.

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:highs
Version1.15.1
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/highs
Homepagehttps://www.maths.ed.ac.uk/hall/HiGHS/
Repositoryhttps://github.com/ERGO-Code/HiGHS
Upstream-Dokumentationhttps://ergo-code.github.io/HiGHS
LizenzMIT
Quellarchivhttps://github.com/ERGO-Code/HiGHS/archive/refs/tags/v1.15.1.tar.gz
Zuletzt aktualisiert2026-07-02T13:02:47Z
Pulseupdated
Build-Abhängigkeitencmake, pkgconf
Bottleverfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namehighs
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Debian apt95%

highs 1.10.0+ds-1

High performance linear optimization software

https://highs.dev/

sudo apt install highs
  • Section: science
  • Architecture: amd64
  • 4 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Highs
Debian stable package indexes · deb.debian.org · Debian stable package indexes: highs from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libhighs-dev 1.10.0+ds-1

High performance linear optimization software (development files)

https://highs.dev/

sudo apt install libhighs-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: highs
  • 1 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Highs
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libhighs-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libhighs1 1.10.0+ds-1

High performance linear optimization software (shared library)

https://highs.dev/

sudo apt install libhighs1
  • Section: libs
  • Architecture: amd64
  • Source Package: highs
  • 3 Abhängigkeiten
  • 1 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Highs
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libhighs1 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

python3-highspy 1.10.0+ds-1

High performance linear optimization software (Python library)

https://highs.dev/

sudo apt install python3-highspy
  • Section: python
  • Architecture: amd64
  • Source Package: highs
  • 6 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Highs
Debian stable package indexes · deb.debian.org · Debian stable package indexes: python3-highspy from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

highs

nix profile install nixpkgs#highs
  • normalized package name match
  • Abgeglichen nach: Highs
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/hi/highs/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
pacman95%

highs 1.14.0-2

Linear optimization software

https://highs.dev/

sudo pacman -S highs
  • License: MIT
  • Architecture: x86_64
  • 4 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Highs
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: highs from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
MacPorts95%

HiGHS

sudo port install HiGHS
  • normalized package name match
  • Abgeglichen nach: Highs
MacPorts ports tree · api.github.com · MacPorts ports tree: math/HiGHS/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

main/highs

scoop install main/highs
  • normalized package name match
  • Abgeglichen nach: Highs
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/highs.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment