# gforth を Homebrew, dnf, MacPorts, Nix, apt, winget でインストール

gforth のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:gforth
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install gforth
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install gforth
```

  証拠: MacPorts ports tree: lang/gforth/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- dnf (92%):

```sh
sudo dnf install gforth
```

  証拠: Fedora Rawhide package metadata: gforth from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#gforth
```

  証拠: nixpkgs package indexes: pkgs/by-name/gf/gforth/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- Ubuntu apt (92%):

```sh
sudo apt install gforth
```

  証拠: Ubuntu 24.04 LTS package indexes: gforth from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz

### Windows

- winget (92%):

```sh
winget install --id GNU.Gforth -e
```

  証拠: Windows Package Manager source index: GNU.Gforth from https://cdn.winget.microsoft.com/cache/source.msix

## パッケージ情報

- **パッケージキー:** brew:gforth
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/gforth>
- **バージョン:** 0.7.3
- **ソース概要:** Implementation of the ANS Forth language
- **ホームページ:** <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
- **生成日時:** 2026-07-08T07:18:31+00:00

## 実行可能ファイル

- 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)
- gforth (エイリアス)
- gforth-0.7.3 (エイリアス)
- gforth-fast (エイリアス)
- gforth-fast-0.7.3 (エイリアス)
- gforth-itc (エイリアス)
- gforth-itc-0.7.3 (エイリアス)
- gforthmi (エイリアス)
- gforthmi-0.7.3 (エイリアス)
- vmgen (エイリアス)
- vmgen-0.7.3 (エイリアス)

## 依存関係

- libtool

## ビルド依存関係

- emacs

## macOS 提供ライブラリ

- libffi

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura

## バージョンと鮮度

- ページ生成日: 2026-07-08
- マネージャ版: 0.7.3
- マネージャ更新日: 2026-06-22
- ローカルデータ: OK
- 上流リポジトリ: https://www.gnu.org/software/gforth/
- 情報: Release/tag comparison is only available for GitHub repositories.
## プロジェクトの歴史と使われ方

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.

### タイムライン

- 1995: Gforth documentation copyright history begins in the FSF manuals.
- 2003: Gforth and Vmgen 0.6.2 were announced on GNU mailing lists.
- 2008: The 0.7.0 manual described Gforth as a fast, portable ANS Forth implementation.
- 2018: The online manual line described version 0.7.9 snapshots and Forth tutorial material.
- 2024: A Dagstuhl software artifact entry archived Gforth source from Savannah.

### Related projects

- Gforth is related to the Forth standard, GNU, Vmgen, Emacs integration, Forth community sites, and other Forth systems such as fig-Forth and F83 that informed its standard-model goals.

### ソース

- <https://bernd-paysan.de/gforth.html>
- <https://drops.dagstuhl.de/entities/artifact/10.4230/artifacts.22514>
- <https://gforth.org/>
- <https://gforth.org/manual/>
- <https://lists.gnu.org/archive/html/info-gnu/2003-11/msg00003.html>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## ソースデータベース詳細

- **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:** stable

## 他のパッケージマネージャ記録

- Nix - gforth: normalized package name match | nixpkgs package indexes: pkgs/by-name/gf/gforth/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - gforth - 0.7.3+dfsg-9build4.1: normalized package name match | Ubuntu 24.04 LTS package indexes: gforth from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | GNU Forth Language Environment | https://www.complang.tuwien.ac.at/projects/forth.html
- Ubuntu apt - gforth-common - 0.7.3+dfsg-9build4.1: normalized package name match | Ubuntu 24.04 LTS package indexes: gforth-common from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | GNU Forth architecture-independent dictionaries | https://www.complang.tuwien.ac.at/projects/forth.html
- Ubuntu apt - gforth-lib - 0.7.3+dfsg-9build4.1: normalized package name match | Ubuntu 24.04 LTS package indexes: gforth-lib from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | GNU Forth Language Environment architecture-dependent files | https://www.complang.tuwien.ac.at/projects/forth.html
- dnf - gforth - 0.7.3-36.fc44: normalized package name match | Fedora Rawhide package metadata: gforth from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Fast and portable implementation of the ANS Forth language | http://www.gnu.org/software/gforth/
- MacPorts - gforth: normalized package name match | MacPorts ports tree: lang/gforth/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- winget - GNU.Gforth: normalized package name match | Windows Package Manager source index: GNU.Gforth from https://cdn.winget.microsoft.com/cache/source.msix


## 関連リンク

- [Terminal utility packages](https://www.automicvault.com/ja/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Developer build packages](https://www.automicvault.com/ja/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Language runtime packages](https://www.automicvault.com/ja/pkg/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [Networking and protocol packages](https://www.automicvault.com/ja/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [libtool](https://www.automicvault.com/ja/pkg/brew/libtool/) - Runtime dependency declared by Homebrew.
- [emacs](https://www.automicvault.com/ja/pkg/brew/emacs/) - Build dependency declared by Homebrew.
- [clisp](https://www.automicvault.com/ja/pkg/brew/clisp/) - Shares av.db curated category or tags: cli, compiler, gnu, implementation, interpreter.
- [ecl](https://www.automicvault.com/ja/pkg/brew/ecl/) - Shares av.db curated category or tags: cli, compiler, implementation, interpreter, language-runtime.
- [sbcl](https://www.automicvault.com/ja/pkg/brew/sbcl/) - Shares av.db curated category or tags: cli, compiler, implementation, language-runtime.
- [abcl](https://www.automicvault.com/ja/pkg/brew/abcl/) - Shares av.db curated category or tags: cli, compiler, interpreter, language-runtime.
- [algol68g](https://www.automicvault.com/ja/pkg/brew/algol68g/) - Shares av.db curated category or tags: cli, compiler, interpreter, language-runtime.
- [chicken](https://www.automicvault.com/ja/pkg/brew/chicken/) - Shares av.db curated category or tags: cli, compiler, interpreter, language-runtime.
- [gambit-scheme](https://www.automicvault.com/ja/pkg/brew/gambit-scheme/) - Shares av.db curated category or tags: cli, compiler, interpreter, language-runtime.
- [gcc](https://www.automicvault.com/ja/pkg/brew/gcc/) - Shares av.db curated category or tags: cli, compiler, gnu, language-runtime.
- [gnu-smalltalk](https://www.automicvault.com/ja/pkg/brew/gnu-smalltalk/) - Local package facts share a topical domain. Shared terms: cli, gnu, implementation, interpreter, language.
- [gnu-apl](https://www.automicvault.com/ja/pkg/brew/gnu-apl/) - Local package facts share a topical domain. Shared terms: cli, gnu, implementation, interpreter, language.
- [mit-scheme](https://www.automicvault.com/ja/pkg/brew/mit-scheme/) - Local package facts share a topical domain. Shared terms: cli, compiler, gnu, interpreter, language.

## Combined YAML source

View the package source record on GitHub. [combined/gforth.yml](https://github.com/automic-vault/db/blob/main/combined/gforth.yml)


## ソース

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