macOS
brew install gforthlocal Homebrew formula metadata
sudo port install gforthMacPorts ports tree · lang/gforth/Portfile · ソース: api.github.com
brew
gforth のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install gforthlocal Homebrew formula metadata
sudo port install gforthMacPorts ports tree · lang/gforth/Portfile · ソース: api.github.com
sudo dnf install gforthFedora Rawhide package metadata · gforth · ソース: dl.fedoraproject.org
nix profile install nixpkgs#gforthnixpkgs package indexes · pkgs/by-name/gf/gforth/package.nix · ソース: api.github.com
sudo apt install gforthUbuntu 24.04 LTS package indexes · gforth · ソース: archive.ubuntu.com
winget install --id GNU.Gforth -eWindows Package Manager source index · GNU.Gforth · ソース: cdn.winget.microsoft.com
概要
Implementation of the ANS Forth language
履歴
Gforth is the GNU project's Forth implementation, a portable system for ANS Forth and Forth 2012 programming. Its history sits at the intersection of language-standard reference work, interactive programming, GNU packaging, and virtual-machine generation.
The Gforth manuals carry Free Software Foundation copyright years beginning in 1995, and the project page names Anton Ertl as project initiator and Bernd Paysan as project leader. The stated project goal was to develop a standard model for ANSI Forth: conforming to the standard, documenting implementation-dependent behavior, gaining broad acceptance, remaining efficient, remaining free, and being portable.
Gforth became a GNU language runtime with broad platform reach across GNU, BSD-like systems, Windows, macOS, Android/Linux, and embedded-control targets. The project page connects it to the Forth standard, Forth community resources, the Gforth mailing list, and comp.lang.forth.
Practitioners use Gforth as an interactive Forth environment, a compiler/runtime for Forth source, a learning system with a substantial manual and tutorial, and a platform for exploring threaded-code implementation techniques. Its tool set includes `gforth`, faster and indirect-threaded variants, image-building helpers, and `vmgen` for generating efficient interpreters.
Gforth matters to package maintainers because it is both a GNU language implementation and a self-hosting-style Forth environment with multiple installed executables. It brings a historically important niche language into the same package-manager workflows as more common compilers and interpreters.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
gforth | cli | グローバル実行可能ファイル | |
gforth-0.7.3 | cli | グローバル実行可能ファイル | |
gforth-fast | cli | グローバル実行可能ファイル | |
gforth-fast-0.7.3 | cli | グローバル実行可能ファイル | |
gforth-itc | cli | グローバル実行可能ファイル | |
gforth-itc-0.7.3 | cli | グローバル実行可能ファイル | |
gforthmi | cli | グローバル実行可能ファイル | |
gforthmi-0.7.3 | cli | グローバル実行可能ファイル | |
vmgen | cli | グローバル実行可能ファイル | |
vmgen-0.7.3 | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://www.gnu.org/software/gforth/
インストールメタデータ
| パッケージキー | brew:gforth |
|---|---|
| バージョン | 0.7.3 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/gforth |
| ホームページ | https://www.gnu.org/software/gforth/ |
| リポジトリ | https://git.savannah.gnu.org/git/gforth.git |
| 上流ドキュメント | https://www.complang.tuwien.ac.at/forth/gforth/Docs-html |
| ライセンス | GPL-3.0-or-later |
| ソースアーカイブ | https://ftpmirror.gnu.org/gnu/gforth/gforth-0.7.3.tar.gz |
| 最終更新 | 2026-06-22T14:03:28-07:00 |
| Pulse | updated |
| 依存関係 | libtool |
| ビルド依存関係 | emacs |
| macOS 提供ライブラリ | libffi |
| 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 Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | gforth |
| Version Scheme | 0 |
| Revision | 3 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
gforth
nix profile install nixpkgs#gforthgforth 0.7.3+dfsg-9build4.1
GNU Forth Language Environment
https://www.complang.tuwien.ac.at/projects/forth.html
sudo apt install gforthgforth-common 0.7.3+dfsg-9build4.1
GNU Forth architecture-independent dictionaries
https://www.complang.tuwien.ac.at/projects/forth.html
sudo apt install gforth-commongforth-lib 0.7.3+dfsg-9build4.1
GNU Forth Language Environment architecture-dependent files
https://www.complang.tuwien.ac.at/projects/forth.html
sudo apt install gforth-libgforth 0.7.3-36.fc44
Fast and portable implementation of the ANS Forth language
http://www.gnu.org/software/gforth/
sudo dnf install gforthgforth
sudo port install gforthGNU.Gforth
winget install --id GNU.Gforth -eソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.