macOS
brew install libmatiolocal Homebrew formula metadata
brew
C library for reading and writing MATLAB MAT files. Version 1.5.30 via Homebrew; verified 2026-06-22.
install
brew install libmatiolocal Homebrew formula metadata
sudo apt install libmatio-devDebian stable package indexes · libmatio-dev · source: deb.debian.org
sudo pacman -S libmatioArch Linux sync databases · libmatio · source: geo.mirror.pkgbuild.com
overview
C library for reading and writing MATLAB MAT files
history
MATIO is a small C library for reading and writing MATLAB MAT files without linking an application to MATLAB itself. In package-manager terms it fills the unglamorous but important role of letting scientific and engineering tools exchange .mat data in batch jobs, converters, bindings, and libraries.
The project is hosted on SourceForge and its documentation describes MATIO as an open-source C library for binary MATLAB MAT files. The README explains the practical motivation: programs and libraries may need MAT-file access even when they do not have MATLAB or do not want to depend on MATLAB shared libraries.
MATIO evolved around the details of MATLAB's changing file formats, especially the older v4/v5 formats and HDF5-backed MAT files. Later release notes show continuing work on HDF5 compatibility, Unicode filenames, large files, CMake support, security fixes for crafted files, and the matdump command-line utility.
MATIO's adoption is mostly invisible infrastructure: it appears as libmatio or libmatio-dev in Unix package managers and is useful to projects that need MAT-file interchange rather than a full MATLAB runtime. The project's own acknowledgements name contributors and users from numerical, simulation, and scientific software communities, including Scilab, OpenMEEG, Nelson, and the Modelica Association.
For Homebrew users, libmatio provides the library and matdump executable as a normal formula, which makes MATLAB data inspection and conversion available in scripts on macOS and Linux without installing a larger scientific stack.
Developers use MATIO through its C API to open MAT files, inspect variables, and read or write arrays and metadata. The matdump utility gives package users a quick command-line way to examine MAT-file contents.
The package is especially useful around mixed MATLAB, Octave, Scilab, Python, C, and Fortran workflows where .mat files are the interchange format but the producer and consumer are not both MATLAB.
MATIO is a classic package-nerd dependency: few users install it for its own interface, but many scientific packages need the capability it provides. It turns a proprietary application's file format into a portable Unix library dependency.
Its maintenance history also shows why small file-format libraries matter: release notes repeatedly mention bounds checks, CVEs, HDF5 compatibility, and build-system portability, all of which affect downstream scientific tools more than end-user headlines.
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 |
|---|---|---|---|
matdump | 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://matio.sourceforge.net/
install metadata
| Package key | brew:libmatio |
|---|---|
| Version | 1.5.30 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/libmatio |
| Homepage | https://matio.sourceforge.net/ |
| Repository | https://sourceforge.net/p/matio/matio |
| Upstream docs | https://matio.sourceforge.net/ |
| License | BSD-2-Clause |
| Source archive | https://downloads.sourceforge.net/project/matio/matio/1.5.30/matio-1.5.30.tar.gz |
| Last updated | 2026-06-22T14:05:19-07:00 |
| Pulse | updated |
| Dependencies | hdf5 |
| 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 | libmatio |
| Version Scheme | 0 |
| Revision | 1 |
| 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.
libmatio-dev 1.5.28-2
MATLAB MAT File I/O Library - development files
https://sourceforge.net/projects/matio
sudo apt install libmatio-devlibmatio-doc 1.5.28-2
MATLAB MAT File I/O Library - documentation files
https://sourceforge.net/projects/matio
sudo apt install libmatio-doclibmatio13 1.5.28-2
MATLAB MAT File I/O Library - shared library
https://sourceforge.net/projects/matio
sudo apt install libmatio13matio-tools 1.5.28-2
MATLAB MAT File I/O Library - command-line tools
https://sourceforge.net/projects/matio
sudo apt install matio-toolslibmatio-dev 1.5.26-1build3
MATLAB MAT File I/O Library - development files
https://sourceforge.net/projects/matio
sudo apt install libmatio-devlibmatio-doc 1.5.26-1build3
MATLAB MAT File I/O Library - documentation files
https://sourceforge.net/projects/matio
sudo apt install libmatio-doclibmatio11 1.5.26-1build3
MATLAB MAT File I/O Library - shared library
https://sourceforge.net/projects/matio
sudo apt install libmatio11matio-tools 1.5.26-1build3
MATLAB MAT File I/O Library - command-line tools
https://sourceforge.net/projects/matio
sudo apt install matio-toolslibmatio 1.5.30-1
C library with a fortran 90/95 module interface for reading/writing MATLAB MAT-files
https://sourceforge.net/projects/matio
sudo pacman -S libmatiosource 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.