macOS
brew install cpilocal Homebrew formula metadata
sudo port install cpiMacPorts ports tree · lang/cpi/Portfile · source: api.github.com
brew / rank 7433
Tiny c++ interpreter. Version 2.2.4 via Homebrew; verified 2026-06-21. Also installable with macports: sudo port install cpi.
install
brew install cpilocal Homebrew formula metadata
sudo port install cpiMacPorts ports tree · lang/cpi/Portfile · source: api.github.com
overview
Tiny c++ interpreter
history
cpi is a small C++ interpreter-style command-line tool from the TreeFrog Framework organization. Its upstream description and README present it as a tiny interpreter for C++20 or C++23 rather than as a separate language implementation.
The public GitHub repository was created in December 2012. The README documents a design that uses an installed C++ compiler internally, with Qt 6 and a C++ compiler as build/runtime requirements, so the package sits between a REPL, a script runner, and a thin compile-and-run wrapper.
Package-manager adoption appears niche: the supplied package facts list Homebrew and MacPorts. That is consistent with cpi's role as a developer convenience tool rather than a core language runtime.
The README shows interactive mode, execution of saved C++ source files, per-file compile options, pkg-config integration, and Qt examples. For package users, the important behavior is that cpi depends on the host compiler toolchain rather than shipping an independent C++ execution engine.
cpi is interesting to packagers because it exposes C++ as something close to a scripting workflow while still needing normal C++ and Qt build dependencies. Its documented per-user INI file also means an otherwise small CLI has a real configuration surface.
security posture
generalized runtime or code generation signal.
yellow risk · medium confidence · runtime
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 |
|---|---|---|---|
cpi | executable | indexed executable | Discovered from the local executable index. |
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.
install metadata
| Package key | brew:cpi |
|---|---|
| Version | 2.2.4 |
| Package manager | Homebrew |
| Homepage | https://treefrogframework.github.io/cpi/ |
| Repository | https://github.com/treefrogframework/cpi |
| Last updated | 2026-06-21T15:37:37Z |
| Pulse | updated |
| Bottle | not recorded |
| Service | none declared |
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
cpi
sudo port install cpisource 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.