
Research
2025 Report: Destructive Malware in Open Source Packages
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.
passagemath-latte-4ti2
Advanced tools
passagemath <https://github.com/passagemath/passagemath>__ is open
source mathematical software in Python, released under the GNU General
Public Licence GPLv2+.
It is a fork of SageMath <https://www.sagemath.org/>__, which has been
developed 2005-2025 under the motto “Creating a Viable Open Source
Alternative to Magma, Maple, Mathematica, and MATLAB”.
The passagemath fork uses the motto "Creating a Free Passage Between the Scientific Python Ecosystem and Mathematical Software Communities." It was created in October 2024 with the following goals:
clear attribution of upstream projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>__,platform portability and integration testing services <https://github.com/passagemath/passagemath/issues/704>__
to upstream projects,building a professional, respectful, inclusive community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>__,empowering Sage users to participate in the scientific Python ecosystem <https://github.com/passagemath/passagemath/issues/248>__ by publishing packages,Pyodide <https://pyodide.org/en/stable/>__ for
serverless deployment with Javascript,Full documentation <https://passagemath.org/docs/latest/html/en/index.html>__ is
available online.
passagemath attempts to support and provides binary wheels suitable for all major Linux distributions and recent versions of macOS.
Binary wheels for native Windows (x86_64) are are available for a subset of the passagemath distributions. Use of the full functionality of passagemath on Windows currently requires the use of Windows Subsystem for Linux (WSL) or virtualization.
The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.14.x.
This pip-installable source distribution passagemath-latte-4ti2 provides an interface
to LattE integrale <https://www.math.ucdavis.edu/~latte/>_
(for the problems of counting lattice points in and integration over convex polytopes)
and 4ti2 <https://github.com/4ti2/4ti2>_
(for algebraic, geometric and combinatorial problems on linear spaces).
Python interface to LattE integrale programs <https://passagemath.org/docs/latest/html/en/reference/interfaces/sage/interfaces/latte.html#module-sage.interfaces.latte>_
Python interface to 4ti2 programs <https://passagemath.org/docs/latest/html/en/reference/interfaces/sage/interfaces/four_ti_2.html>_
Raw access to all executables from Python using sage.features.latte <https://passagemath.org/docs/latest/html/en/reference/spkg/sage/features/latte.html>_ and sage.features.four_ti_2 <https://passagemath.org/docs/latest/html/en/reference/spkg/sage/features/four_ti_2.html>_
The binary wheels published on PyPI include a prebuilt copy of LattE integrale and 4ti2.
Using LattE integrale and 4ti2 programs on the command line::
$ pipx run --pip-args="--prefer-binary" --spec "passagemath-latte-4ti2" sage -sh -c 'ppi 5'
...
### This makes 47 PPI up to sign
### Writing data file ppi5.gra and matrix file ppi5.mat done.
Finding the installation location of a LattE integrale or 4ti2 program in Python::
$ pipx run --pip-args="--prefer-binary" --spec "passagemath-latte-4ti2[test]" ipython
In [1]: from sage.features.latte import Latte_count
In [2]: Latte_count().absolute_filename()
Out[2]: '/Users/mkoeppe/.local/pipx/.cache/2dc147a5e4863b4/lib/python3.11/site-packages/sage_wheels/bin/count'
In [3]: from sage.features.four_ti_2 import FourTi2Executable
In [4]: FourTi2Executable('ppi').absolute_filename()
Out[2]: '/Users/mkoeppe/.local/pipx/.cache/2dc147a5e4863b4/lib/python3.11/site-packages/sage_wheels/bin/ppi'
Using the low-level Python interfaces::
$ pipx run --pip-args="--prefer-binary" --spec "passagemath-latte-4ti2[test]" ipython
In [1]: from sage.interfaces.latte import count
In [2]: cdd_Hrep = 'H-representation\nbegin\n 6 4 rational\n 2 -1 0 0\n 2 0 -1 0\n 2 0 0 -1\n 2 1 0 0\n 2 0 0 1\n 2 0 1 0\nend\n'
In [3]: count(cdd_Hrep, cdd=True)
Out[3]: 125
Use with sage.geometry.polyhedron::
$ pipx run --pip-args="--prefer-binary" --spec "passagemath-latte-4ti2[test]" ipython
In [1]: from passagemath_polyhedra import *
In [2]: P = Polyhedron(vertices=[[1,0,0], [0,0,1], [-1,1,1], [-1,2,0]])
In [3]: P.volume(measure='induced_lattice', engine='latte')
Out[3]: 3
FAQs
passagemath: Lattice points in polyhedra with LattE integrale and 4ti2
We found that passagemath-latte-4ti2 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.

Research
/Security News
A five-month operation turned 27 npm packages into durable hosting for browser-run lures that mimic document-sharing portals and Microsoft sign-in, targeting 25 organizations across manufacturing, industrial automation, plastics, and healthcare for credential theft.