macOS
brew install msolvelocal Homebrew formula metadata
brew
Library for Polynomial System Solving through Algebraic Methods. Version 0.10.0 via Homebrew; verified 2026-06-29.
install
brew install msolvelocal Homebrew formula metadata
sudo apt install libmsolve-devDebian stable package indexes · libmsolve-dev · source: deb.debian.org
sudo dnf install msolveFedora Rawhide package metadata · msolve · source: dl.fedoraproject.org
nix profile install nixpkgs#msolvenixpkgs package indexes · pkgs/by-name/ms/msolve/package.nix · source: api.github.com
sudo pacman -S msolveArch Linux sync databases · msolve · source: geo.mirror.pkgbuild.com
sudo apt install libmsolve-0.6.5Ubuntu 24.04 LTS package indexes · libmsolve-0.6.5 · source: archive.ubuntu.com
overview
Library for Polynomial System Solving through Algebraic Methods
history
msolve is an open-source C library and command-line tool for solving multivariate polynomial systems through exact computer-algebra methods. The 2021 ISSAC paper by Jérémy Berthomieu, Christian Eder, and Mohab Safey El Din presents it as a library for zero-dimensional polynomial systems, built around Gröbner bases, linear algebra, conversion to lexicographical order, and real solving of univariate polynomials.
The project website summarizes the implementation goals: plain C, exact polynomial-system solving, algebraic encodings of solutions, advanced Gröbner-basis algorithms such as F4 and change of orderings, and performance work through multithreading and vectorization. The LIP6 PolSys software page adds that it supports Gröbner-basis computations, rational parametrization, real-root isolation, signature-based algorithms, and modern change-of-order algorithms.
msolve's ecosystem role is as a high-performance engine underneath larger computer-algebra systems. The project README documents use from SageMath's `Variety` function for polynomial systems with real coefficients and an msolve package for Macaulay2; the LIP6 page also lists interfaces from Oscar, SageMath, and Macaulay2. In package managers it is therefore both a research library and a CLI for users who want direct polynomial-system solving without invoking a full CAS.
security posture
library-like 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 |
|---|---|---|---|
msolve | 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/algebraic-solving/msolve
install metadata
| Package key | brew:msolve |
|---|---|
| Version | 0.10.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/msolve |
| Homepage | https://msolve.lip6.fr |
| Repository | https://github.com/algebraic-solving/msolve |
| Upstream docs | https://msolve.lip6.fr/ |
| License | GPL-2.0-or-later |
| Source archive | https://github.com/algebraic-solving/msolve/archive/refs/tags/v0.10.0.tar.gz |
| Last updated | 2026-06-29T13:26:59Z |
| Pulse | updated |
| Dependencies | flint, gmp, libomp, mpfr |
| Build dependencies | autoconf, automake, libtool |
| 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 | msolve |
| Version Scheme | 0 |
| Revision | 1 |
| Head Version | HEAD |
| 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.
libmsolve-dev 0.7.5-1
computer algebra algorithms for solving polynomial systems (development)
sudo apt install libmsolve-devlibmsolve0 0.7.5-1
computer algebra algorithms for solving polynomial systems (shared library)
sudo apt install libmsolve0msolve 0.7.5-1
computer algebra algorithms for solving polynomial systems
sudo apt install msolvemsolve
nix profile install nixpkgs#msolvelibmsolve-0.6.5 0.6.5-1build2
computer algebra algorithms for solving polynomial systems (shared library)
sudo apt install libmsolve-0.6.5libmsolve-dev 0.6.5-1build2
computer algebra algorithms for solving polynomial systems (development)
sudo apt install libmsolve-devmsolve 0.6.5-1build2
computer algebra algorithms for solving polynomial systems
sudo apt install msolvemsolve 0.9.5-2.fc45
Polynomial System Solving through Algebraic Methods
sudo dnf install msolvemsolve-devel 0.9.5-2.fc45
Development files for msolve
sudo dnf install msolve-develmsolve-libs 0.9.5-2.fc45
Library for Polynomial System Solving through Algebraic Methods
sudo dnf install msolve-libsmsolve 0.9.5-2
Library for polynomial system solving through algebraic methods
sudo pacman -S msolvesource 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.