macOS
brew install highslocal Homebrew formula metadata
sudo port install HiGHSMacPorts ports tree · math/HiGHS/Portfile · source: api.github.com
brew
Linear optimization software. Version 1.15.1 via Homebrew; verified 2026-07-02.
install
brew install highslocal Homebrew formula metadata
sudo port install HiGHSMacPorts ports tree · math/HiGHS/Portfile · source: api.github.com
sudo apt install highsDebian stable package indexes · highs · source: deb.debian.org
nix profile install nixpkgs#highsnixpkgs package indexes · pkgs/by-name/hi/highs/package.nix · source: api.github.com
sudo pacman -S highsArch Linux sync databases · highs · source: geo.mirror.pkgbuild.com
scoop install main/highsScoop official bucket manifest trees · bucket/highs.json · source: api.github.com
overview
Linear optimization software
history
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.
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.
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.
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.
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.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
highs | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/ERGO-Code/HiGHS
install metadata
| Package key | brew:highs |
|---|---|
| Version | 1.15.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/highs |
| Homepage | https://www.maths.ed.ac.uk/hall/HiGHS/ |
| Repository | https://github.com/ERGO-Code/HiGHS |
| Upstream docs | https://ergo-code.github.io/HiGHS |
| License | MIT |
| Source archive | https://github.com/ERGO-Code/HiGHS/archive/refs/tags/v1.15.1.tar.gz |
| Last updated | 2026-07-02T13:02:47Z |
| Pulse | updated |
| Build dependencies | cmake, pkgconf |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | highs |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
highs 1.10.0+ds-1
High performance linear optimization software
sudo apt install highslibhighs-dev 1.10.0+ds-1
High performance linear optimization software (development files)
sudo apt install libhighs-devlibhighs1 1.10.0+ds-1
High performance linear optimization software (shared library)
sudo apt install libhighs1python3-highspy 1.10.0+ds-1
High performance linear optimization software (Python library)
sudo apt install python3-highspyhighs
nix profile install nixpkgs#highshighs 1.14.0-2
Linear optimization software
sudo pacman -S highsHiGHS
sudo port install HiGHSmain/highs
scoop install main/highssource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.