macOS
brew install libmatiolocal Homebrew formula metadata
brew
libmatio のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install libmatiolocal Homebrew formula metadata
sudo pacman -S libmatioArch Linux sync databases · libmatio · ソース: geo.mirror.pkgbuild.com
sudo apt install libmatio-devDebian stable package indexes · libmatio-dev · ソース: deb.debian.org
概要
C library for reading and writing MATLAB MAT files
履歴
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.
セキュリティ状態
library-like package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
matdump | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://matio.sourceforge.net/
インストールメタデータ
| パッケージキー | brew:libmatio |
|---|---|
| バージョン | 1.5.30 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/libmatio |
| ホームページ | https://matio.sourceforge.net/ |
| リポジトリ | https://sourceforge.net/p/matio/matio |
| 上流ドキュメント | https://matio.sourceforge.net/ |
| ライセンス | BSD-2-Clause |
| ソースアーカイブ | https://downloads.sourceforge.net/project/matio/matio/1.5.30/matio-1.5.30.tar.gz |
| 最終更新 | 2026-06-22T14:05:19-07:00 |
| Pulse | updated |
| 依存関係 | hdf5 |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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 libmatioソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.