macOS
brew install treefroglocal Homebrew formula metadata
brew / Rang 7128
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für treefrog in AI-Agent-Workflows.
Installation
brew install treefroglocal Homebrew formula metadata
Überblick
High-speed C++ MVC Framework for Web Application
Verlauf
TreeFrog Framework is a C++/Qt full-stack MVC web application framework with command-line generators, an application server, ORM support, and templates.
The official introduction describes TreeFrog as a lightweight, fast, full-stack web framework written in C++ with a convention-over-configuration policy intended to reduce development cost. It combines MVC structure, scaffolding, O/R mapping, templates, and Qt-based cross-platform support.
The GitHub README frames the project as a high-speed full-stack framework based on C++ and Qt, supporting HTTP and WebSocket protocols, ORM, ERB-like templates, JSON/XML/CBOR responses, and multiple databases including MySQL, PostgreSQL, SQLite, Oracle, DB2, MongoDB, Memcached, and Redis.
The project has a long-lived package profile: the website footer shows the TreeFrog Framework Project spanning 2010-2025, and the GitHub repository lists thousands of commits, many releases, and a 2025 2.11.2 release.
TreeFrog is a niche framework compared with scripting-language MVC frameworks, but it is notable for bringing Rails-like generators and conventions into C++ web development. Its adoption is mostly among users who want a compiled C++ web stack with Qt integration.
For package managers, the important surface is the CLI toolchain: `tspawn` creates projects and scaffolds code, while `treefrog` runs and controls the application server. Homebrew packaging makes that workflow available without manually building the framework.
The tutorial workflow creates an app with `tspawn new`, configures a database in `config/database.ini`, generates models/controllers/views with `tspawn scaffold`, builds with qmake and make, and runs the app server with `treefrog -e dev`.
In the package-nerd niche, TreeFrog is interesting because it packages a whole C++ web framework experience as command-line tools rather than just a library.
TreeFrog matters as a durable example of C++ web framework packaging: Qt, generators, database drivers, app-server commands, and project skeleton conventions all have to line up for the CLI experience to feel coherent.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
tadpole | Executable | indexiertes Executable | Aus dem lokalen Executable-Index erkannt. |
tmake | Executable | indexiertes Executable | Aus dem lokalen Executable-Index erkannt. |
treefrog | Executable | indexiertes Executable | Aus dem lokalen Executable-Index erkannt. |
tspawn | Executable | indexiertes Executable | Aus dem lokalen Executable-Index erkannt. |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
Installationsmetadaten
| Paketschlüssel | brew:treefrog |
|---|---|
| Version | 2.12.0 |
| Paketmanager | Homebrew |
| Homepage | https://www.treefrogframework.org/ |
| Repository | https://github.com/treefrogframework/treefrog-framework |
| Zuletzt aktualisiert | 2026-07-18T02:41:50Z |
| Pulse | updated |
| Bottle | nicht erfasst |
| Dienst | keiner deklariert |
Quellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.