Automic VaultAutomic Vault

brew

使用 Homebrew, apk, dnf, MacPorts, Nix, pacman, zypper, apt 安装 libofx

查看 libofx 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install libofx

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install libofx

MacPorts ports tree · devel/libofx/Portfile · 来源: api.github.com

Linux

Alpine Linux apk已验证 · 92%
sudo apk add libofx

Alpine Linux edge package indexes · libofx · 来源: dl-cdn.alpinelinux.org

Fedora dnf已验证 · 92%
sudo dnf install libofx

Fedora Rawhide package metadata · libofx · 来源: dl.fedoraproject.org

Nix已验证 · 92%
nix profile install nixpkgs#libofx

nixpkgs package indexes · pkgs/by-name/li/libofx/package.nix · 来源: api.github.com

Arch Linux pacman已验证 · 92%
sudo pacman -S libofx

Arch Linux sync databases · libofx · 来源: geo.mirror.pkgbuild.com

openSUSE zypper已验证 · 92%
sudo zypper install libofx

openSUSE Tumbleweed package metadata · libofx · 来源: download.opensuse.org

Debian apt已验证 · 92%
sudo apt install libofx-dev

Debian stable package indexes · libofx-dev · 来源: deb.debian.org

概览

软件包摘要

Library to support OFX command responses

命令和别名

  • ofx2qif
  • ofxdump

历史

项目历史与用法

libofx is an OFX banking-protocol library and utility package. It exists so personal-finance applications can parse bank, credit-card, and investment statements in OFX format without each application implementing the specification and its file-format quirks alone.

项目历史

The README says libofx began as Benoit Gregoire's end-of-degree project with the objective of adding OFX support to GnuCash. It was then made into a generic library so open-source financial software could share the same OFX parser.

The project was implemented from the OFX 1.6 specification and later grew support for OFX 2.0. Early NEWS entries show the library moving from an initial public release through a C-compatible interface, ofx2qif, OFC support, investment transaction handling, and callback-based parsing.

Later maintenance focused on the parts that matter to package users: malformed-file robustness, character encoding, DTD discovery, Direct Connect support through ofxconnect, CMake support, Windows build fixes, and memory-safety fixes.

采用历史

libofx became infrastructure for open-source finance software. Its own README names GnuCash as the initial motivation, and later NEWS entries refer to GnuCash bugs, AqBanking integration, KDE-reported client UID support, and package-oriented fixes.

Package-manager adoption follows from that role: users install libofx directly for command-line converters such as ofxdump and ofx2qif, while desktop finance applications use it as a parser dependency.

使用方式

The package includes ofxdump, which prints what the library understands from an OFX response file, and ofx2qif, which converts OFX files to Quicken Interchange Format. The repository also includes ofxconnect as a sample and test application for OFX Direct Connect workflows.

Developers use libofx through a C-style interface even though the implementation is C++. The library flattens parts of the complex OFX data model into practical C data structures for transactions, accounts, balances, securities, and investment data.

为什么软件包爱好者会关心

libofx is package-nerd useful because it bridges proprietary banking-export formats and Unix finance tools. It lets a small command-line pipeline or a larger accounting application read OFX without embedding an entire financial application stack.

Its long NEWS file is also a catalog of why file-format libraries stay alive for decades: banks emit strange data, standards evolve, parsers hit malformed input, and downstream applications need compatibility fixes more than new features.

时间线

  • 2002: README copyright period begins and the README describes the project as originating from work to add OFX support to GnuCash.
  • Early releases: NEWS records libofx 0.1 as the initial public release.
  • 2007: NEWS records libofx 0.9.0 with version exports, DTD location support, encoding detection, Windows cross-compilation improvements, and OFX request API cleanup.
  • 2017: NEWS records libofx 0.9.13 with heap-overflow and crash fixes.
  • 2021: NEWS records libofx 0.10.0 with expanded investment and security handling.
  • 2022: NEWS records libofx 0.10.6 adding CMake build-system support.

Related projects

  • GnuCash is the initial application named by the README as the reason libofx was started.
  • AqBanking appears in the NEWS file as a related finance-connectivity project affected by libofx API and request-header changes.
  • OpenSP and OpenJADE are important parser dependencies discussed in the README because libofx uses OpenSP for SGML-style OFX parsing.
  • QIF and OFC are adjacent finance interchange formats supported by libofx tools or historical parser work.

安全态势

风险级别:绿色

library-like package without higher-risk signals.

风险分类器

绿色 风险 · 低 置信度 · appliance

原因

  • library-like package without higher-risk signals

信号

  • metadata:library-like

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 13 个平台目标。
  • 安装时包含 1 个运行时依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
ofx2qifcli全局可执行文件
ofxdumpcli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-25
管理器版本0.10.9
管理器更新时间2026-07-24
本地数据OK
上游not checked
检测到的最新版本未检测到

https://github.com/libofx/libofx

安装元数据

软件包元数据

软件包键brew:libofx
版本0.10.9
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/libofx
主页https://github.com/libofx/libofx
仓库https://github.com/libofx/libofx
上游文档https://github.com/libofx/libofx
许可证GPL-2.0-or-later
源码归档https://github.com/libofx/libofx/releases/download/0.10.9/libofx-0.10.9.tar.gz
最后更新2026-07-24T18:17:35+02:00
Pulseupdated
依赖open-sp
Bottle可用 (于 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namelibofx
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Debian apt95%

libofx-dev 1:0.10.9-1.1+b2

development package for libofx7t64

https://github.com/libofx/libofx

sudo apt install libofx-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: libofx
  • 4 依赖
  • 1 可选依赖
  • normalized package name match
  • 匹配方式:Libofx
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libofx-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libofx-doc 1:0.10.9-1.1

documentation for libofx7t64

https://github.com/libofx/libofx

sudo apt install libofx-doc
  • Section: doc
  • Architecture: all
  • Source Package: libofx
  • 1 可选依赖
  • normalized package name match
  • 匹配方式:Libofx
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libofx-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libofx7t64 1:0.10.9-1.1+b2

library to support the Open Financial Exchange format

https://github.com/libofx/libofx

sudo apt install libofx7t64
  • Section: libs
  • Architecture: amd64
  • Source Package: libofx
  • 4 依赖
  • 1 提供
  • 1 可选依赖
  • normalized package name match
  • 匹配方式:Libofx
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libofx7t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

ofx 1:0.10.9-1.1+b2

Open Financial Exchange programs

https://github.com/libofx/libofx

sudo apt install ofx
  • Section: utils
  • Architecture: amd64
  • Source Package: libofx
  • 7 依赖
  • normalized package name match
  • 匹配方式:Libofx
Debian stable package indexes · deb.debian.org · Debian stable package indexes: ofx from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

libofx

nix profile install nixpkgs#libofx
  • normalized package name match
  • 匹配方式:Libofx
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/li/libofx/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

libofx-dev 1:0.10.9-1.1build2

development package for libofx7t64

https://github.com/libofx/libofx

sudo apt install libofx-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: libofx
  • 4 依赖
  • 1 可选依赖
  • normalized package name match
  • 匹配方式:Libofx
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libofx-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libofx-doc 1:0.10.9-1.1build2

documentation for libofx7t64

https://github.com/libofx/libofx

sudo apt install libofx-doc
  • Section: universe/doc
  • Architecture: all
  • Source Package: libofx
  • 1 可选依赖
  • normalized package name match
  • 匹配方式:Libofx
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libofx-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libofx7t64 1:0.10.9-1.1build2

library to support the Open Financial Exchange format

https://github.com/libofx/libofx

sudo apt install libofx7t64
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: libofx
  • 4 依赖
  • 1 提供
  • 1 可选依赖
  • normalized package name match
  • 匹配方式:Libofx
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libofx7t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

ofx 1:0.10.9-1.1build2

Open Financial Exchange programs

https://github.com/libofx/libofx

sudo apt install ofx
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: libofx
  • 7 依赖
  • normalized package name match
  • 匹配方式:Libofx
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: ofx from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

libofx 0.10.9-r1

OFX banking protocol abstraction library

https://github.com/libofx/libofx

sudo apk add libofx
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: libofx
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Libofx
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: libofx from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

libofx-dev 0.10.9-r1

OFX banking protocol abstraction library (development files)

https://github.com/libofx/libofx

sudo apk add libofx-dev
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: libofx
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Libofx
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: libofx-dev from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

libofx-tools 0.10.9-r1

OFX banking protocol abstraction library (tools)

https://github.com/libofx/libofx

sudo apk add libofx-tools
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: libofx
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Libofx
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: libofx-tools from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
dnf95%

libofx 0.10.9-9.fc45

A library for supporting Open Financial Exchange (OFX)

https://github.com/libofx/libofx

sudo dnf install libofx
  • License: GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: i686
  • Source Package: libofx
  • 5 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Libofx
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: libofx from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

libofx-devel 0.10.9-9.fc45

Development files needed for accessing OFX data

https://github.com/libofx/libofx

sudo dnf install libofx-devel
  • License: GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: i686
  • Source Package: libofx
  • 4 依赖
  • 3 提供
  • normalized package name match
  • 匹配方式:Libofx
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: libofx-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

ofx 0.10.9-9.fc45

Tools for manipulating OFX data

https://github.com/libofx/libofx

sudo dnf install ofx
  • License: GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: libofx
  • 9 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Libofx
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: ofx from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

libofx 0.10.9-2

API for the OFX banking standard

https://github.com/libofx

sudo pacman -S libofx
  • License: GPL
  • Architecture: x86_64
  • 3 依赖
  • normalized package name match
  • 匹配方式:Libofx
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: libofx from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment